- Adding feature to suppress calculations for saturated ramps having only the 0th group be a good group. [76]
0.6.0
================
Bug Fixes ---------
ramp_fitting ~~~~~~~~~~~~
- Adding GLS code back to ramp fitting. [64]
jump ~~~~
- Fix issue in jump detection that occurred 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]
0.5.1
==================
Bug Fixes ---------
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]
0.5.0
==================
Bug Fixes ---------
dark_current ~~~~~~~~~~~~
- Moved dark current code from JWST to STCAL. [63]
0.4.3
==================
Bug Fixes ---------
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]
- Changed Ramp Fitting Documentation [61]
0.4.2
==================
Bug Fixes ---------
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]