- Enable multiprocessing for jump detection, which is controlled by the 'max_cores' parameter. [#87]
- Added functionality to linearly process ZEROFRAME data the same way as the SCI data. [#81]
- 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]
- Added functionality to process ZEROFRAME data for saturation the same way as the SCI data. [#81]
- Added in functionality to deal with charge spilling from saturated pixels onto neighboring pixels [#83]
- Pin astropy min version to 5.0.4. [#82]
- Fix for jumps in first good group after dropping groups [#84]
- Neighboring pixels with 'SATURATION' or 'DONOTUSE' flags are no longer flagged as jumps. [#79]
- Adding feature to use ZEROFRAME for ramps that are fully saturated, but the ZEROFRAME data for that ramp is good. [#81]
- Adding feature to suppress calculations for saturated ramps having only the 0th group be a good group. [#76]
- Adding GLS code back to ramp fitting. [#64]
- 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]
- 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]
- Moved dark current code from JWST to STCAL. [#63]
- Let software set the pixel dq flag to NO_LIN_CORR if linear term of linearity coefficient is zero. [#65]
- Fix special handling for 2 group ramp. [#70]
- Fix issue with inappropriately including a flagged group at the beginning of a ramp segment. [#68]
- 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]
- Reverts "Fix issue with flagging for MIRI three and four group integrations. [#44]
- Fix issue with flagging for MIRI three and four group integrations. [#44]
- Adds common code for linearity correction [#55]
- Adds common code for saturation [#39]
- Adds support for Roman ramp data. [#49]
Workaround for setuptools_scm issues with recent versions of pip. [#45]
- Fix ramp fitting multiprocessing. (#30)
- Implemented multiprocessing for OLS. [#30]
- Added DQ flag parameter to ramp_fit [#25]
- Move common
jump
code to stcal [#27]
- Fixed bug for median ramp rate computation in report JP-1950. [#12]
- Added ramp fitting code [#6]
- Added code to manipulate bitmasks.