Skip to content

Releases: spacetelescope/stcal

Tagged 0.6.2 from main

29 Mar 16:50
b7a7600
Compare
Choose a tag to compare

jump

  • Neighboring pixels with 'SATURATION' or 'DONOTUSE' flags are no longer flagged as jumps. [#79]

Tagged 0.6.1 from main

04 Mar 20:01
be20e4b
Compare
Choose a tag to compare

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

14 Jan 19:20
47aec18
Compare
Choose a tag to compare

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

07 Jan 19:32
fd816d8
Compare
Choose a tag to compare

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

28 Dec 20:34
Compare
Choose a tag to compare

Move dark current code from jwst to stcal.

STCAL v 0.4.3

27 Dec 18:47
Compare
Choose a tag to compare

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

28 Oct 14:11
e78ae00
Compare
Choose a tag to compare

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

14 Oct 21:18
Compare
Choose a tag to compare

Revert JP-2206: fix jump for miri 3 and 4 group ints #44

stcal 0.4.0

13 Oct 18:11
09643a2
Compare
Choose a tag to compare

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

28 Sep 19:55
c742d4b
Compare
Choose a tag to compare

saturation

  • Adds common code for saturation [#39]