Skip to content

Releases: spacetelescope/stcal

stcal 1.2.0

07 Oct 12:57
Compare
Choose a tag to compare

What's Changed

  • Jump modifies input data by gain multiplier (JP-2696). by @dmggh in #116
  • use canonical filename of RTD configuration by @zacharyburnett in #119
  • JP-2938: Fix total frames computation in dark current by @hbushouse in #121
  • JP-2645 - Snowball and shower flagging in Jump by @mwregan2 in #118

Full Changelog: 1.1.0...1.2.0

stcal 1.1.0

17 Aug 14:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

stcal 1.0.0

24 Jun 18:38
d3a3185
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.3...1.0.0, CHANGES.rst

stcal 0.7.3

20 May 19:44
Compare
Choose a tag to compare

ramp_fitting

  • Updating the one good group ramp suppression handler works. [#92]

stcal 0.7.2

19 May 14:25
Compare
Choose a tag to compare

STCAL v 0.7.2

ramp_fitting

  • Fix for accessing zero-frame in model to account for Roman data not using
    zero-frame. [#89]

Tagged 0.7.1 from main

16 May 20:06
6f2dba7
Compare
Choose a tag to compare

jump

  • Enable multiprocessing for jump detection, which is controlled by the 'max_cores' parameter. [#87]

STCAL v 0.7.0

13 May 16:29
Compare
Choose a tag to compare

For input ramp data which include a ZEROFRAME array:

linearity

Added functionality to linearly process ZEROFRAME data the same way as the SCI data. [#81]

ramp_fitting

Added functionality to use ZEROFRAME data in place of group 0 data for ramps that are fully saturated, but still have good ZEROFRAME data. [#81]

saturation

Added functionality to process ZEROFRAME data for saturation the same way as the SCI data. [#81]

Tagged 0.6.4 from main

02 May 17:20
Compare
Choose a tag to compare

saturation

  • Added in functionality to deal with charge spilling from saturated pixels onto neighboring pixels [#83]

STCAL v 0.6.3

27 Apr 15:41
Compare
Choose a tag to compare
  • Fix for jumps in first good group after dropping groups [#84]
  • Pin astropy min version to 5.0.4. [#82]

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]