Skip to content

Commit

Permalink
(JP-3358) Delete undersampling_correction directories (spacetelescope…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmggh authored and mairanteodoro committed Sep 20, 2023
1 parent bc3591b commit d89275c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 491 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ undersampling_correction

- Changed default signal threshold, added efficient routine to flag neighborhood
pixels, added new unit test, improved earlier unit tests, updated docs. [#7740]

- Removed directories for undersampling_correction step, as the step has been
renamed charge_migration. [#7850]


1.11.4 (2023-08-14)
Expand Down
7 changes: 0 additions & 7 deletions docs/jwst/undersampling_correction/arguments.rst

This file was deleted.

57 changes: 0 additions & 57 deletions docs/jwst/undersampling_correction/description.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/jwst/undersampling_correction/index.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jwst/undersampling_correction/reference_files.rst

This file was deleted.

2 changes: 1 addition & 1 deletion jwst/ramp_fitting/ramp_fit_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def process(self, input):

if len(wh_chargeloss[0]) > 0:
# Unflag groups flagged as both CHARGELOSS and DO_NOT_USE
gdq[wh_chargeloss] -= (dqflags.group['DO_NOT_USE'] + dqflags.group['CHARGE_LOSS'])
gdq[wh_chargeloss] -= (dqflags.group['DO_NOT_USE'] + dqflags.group['CHARGELOSS'])

# Flag SATURATED groups as DO_NOT_USE for later segment determination
where_sat = np.where(np.bitwise_and(gdq, dqflags.group['SATURATED']))
Expand Down
3 changes: 0 additions & 3 deletions jwst/undersampling_correction/__init__.py

This file was deleted.

217 changes: 0 additions & 217 deletions jwst/undersampling_correction/tests/test_undersampling_correction.py

This file was deleted.

Loading

0 comments on commit d89275c

Please sign in to comment.