Stcal

Latest version: v1.12.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

1.3.5

==================

Bug Fixes
---------

jump
~~~~

- Updated the code for both NIR Snowballs and MIRI Showers. The snowball
flagging will now extend the saturated core of snowballs. Also,
circles are no longer used for snowballs preventing the huge circles
of flagged pixels from a glancing CR.
Shower code is completely new and is now able to find extended
emission far below the single pixel SNR. It also allows detected
showers to flag groups after the detection. [144]

ramp_fitting
~~~~~~~~~~~~

- During multiprocessing, if the number of processors requested are greater
than the number of rows in the image, then ramp fitting errors out. To
prevent this error, during multiprocessing, the number of processors actually
used will be no greater than the number of rows in the image. [154]

Other
~~~~~

- Remove the ``dqflags``, ``dynamicdq``, and ``basic_utils`` modules and replace
them with thin imports from ``stdatamodels`` where the code as been moved. [146]

- update minimum version of ``numpy`` to ``1.20`` and add minimum dependency testing to CI [153]

- restore ``opencv-python`` to a hard dependency [155]

1.3.4

==================

Bug Fixes
---------

ramp_fitting
~~~~~~~~~~~~

- Changed computations for ramps that have only one good group in the 0th
group. Ramps that have a non-zero groupgap should not use group_time, but
(NFrames+1)*TFrame/2, instead. [142]

1.3.3

==================

Bug Fixes
---------

ramp_fitting
~~~~~~~~~~~~

- Fixed zeros that should be NaNs in rate and rateints product and suppressed
a cast warning due to attempts to cast NaN to an integer. [141]

Changes to API
--------------

dark
----

- Modified dark class to support quantities in Roman.[140]

1.3.2

==================

Bug Fixes
---------

ramp_fitting
~~~~~~~~~~~~

- Changed a cast due to numpy deprecation that now throws a warning. The
negation of a DQ flag then cast to a np.uint32 caused an over flow. The
flag is now cast to a np.uint32 before negation. [139]

1.3.1

==================

Bug Fixes
---------

- improve exception handling when attempting to use ellipses without ``opencv-python`` installed [136]

1.3.0

==================

General
-------

- use ``tox`` environments [130]

Changes to API
--------------

- Added support for Quantities in models required for the RomanCAL
pipeline. [124]

ramp_fitting
~~~~~~~~~~~~

- Set values in the rate and rateints product to NaN when no usable data is
available to compute slopes. [131]

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.