Skip to content

Commit

Permalink
Updating the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Sep 3, 2024
1 parent 7b1c0f6 commit 1171e55
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,8 @@ set_telescope_pointing
ramp_fitting
------------

- The STCAL ramp fitting ``OLS_C`` algorithm has been modified to handle the
read noise variance recalculation for CHARGELOSS flagging. Because of this
the JWST ramp fitting step code read noise recalculation should only be run
when the ``OLS`` algorithm, which runs the legacy python code for ramp
fitting. Running the step code read noise recalculation when running the
``OLS_C`` algorithm incorrectly runs the recalcuation twice. Because of this
the JWST step code has been modified to account for the change in STCAL.
[#8697, spacetelescope/stcal#278]
- Moved the read noise variance recalculation for CHARGELOSS flagging to the C
implementation, when the algorithm is ``OLS_C``. [#8697, spacetelescope/stcal#278]


resample_spec
Expand Down Expand Up @@ -128,6 +122,14 @@ scripts
- Removed many non-working and out-dated scripts. Including
many scripts that were replaced by ``strun``. [#8619]

set_telescope_pointing
----------------------

- replace usage of ``copy_arrays=True`` with ``memmap=False`` [#8660]

- Refactored separate modes into submodules instead of inheriting from a base class.
Moved non-JWST-specific code to stcal. [#8613]

stpipe
------

Expand Down

0 comments on commit 1171e55

Please sign in to comment.