Releases: spacetelescope/stcal
Releases · spacetelescope/stcal
Tagged 0.6.2 from main
jump
- Neighboring pixels with 'SATURATION' or 'DONOTUSE' flags are no longer flagged as jumps. [#79]
Tagged 0.6.1 from main
ramp_fitting
- Adding feature to suppress calculations for saturated ramps having only the 0th group be a good group. [#76]
Tagged 0.6.0 from main
ramp_fitting
- Adding GLS code back to ramp fitting. [#64]
jump
- Fix issue in jump detection that occured when there were only 2 usable
differences with no other groups flagged. This PR also added tests and
fixed some of the logging statements in twopoint difference. [#74]
Tagged 0.5.1 from main
jump
- fixes to several existing errors in the jump detection step. added additional
tests to ensure step is no longer flagging jumps for pixels with only two
usable groups / one usable diff. [#72]
STCAL 0.5.0
Move dark current code from jwst to stcal.
STCAL v 0.4.3
linearity
- Let software set the pixel dq flag to NO_LIN_CORR if linear term of linearity coefficient is zero. [#65]
ramp_fitting
- Fix special handling for 2 group ramp. [#70]
- Fix issue with inappropriately including a flagged group at the beginning of a ramp segment. [#68]
Tagged 0.4.2 from main
ramp_fitting
-
For slopes with negative median rates, the Poisson variance is zero. [#59]
-
Changed the way the final DQ array gets computed when handling the DO_NOT_USE
flag for multi-integration data. [#60]
stcal 0.4.1
Revert JP-2206: fix jump for miri 3 and 4 group ints #44
stcal 0.4.0
jump_detection
- Fix issue with flagging for MIRI three and four group integrations. (#44)
linearity
- Adds common code for linearity correction [#55]
stcal 0.3.0
saturation
- Adds common code for saturation [#39]