Skip to content

Commit

Permalink
Remove unused SubtractImagesStep
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st committed Mar 29, 2021
1 parent 06e021f commit 56dbcca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 109 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ associations
PUPIL value (cross filter) when matching direct images with grism images
in NIRISS WFSS observations. [#5896]

background
----------

- Remove unused ``SubtractImagesStep`` [#5919]

cube_build
----------

Expand Down
4 changes: 2 additions & 2 deletions jwst/background/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .subtract_images_step import SubtractImagesStep
from .background_step import BackgroundStep

__all__ = ['SubtractImagesStep', 'BackgroundStep']

__all__ = ['BackgroundStep']
42 changes: 0 additions & 42 deletions jwst/background/subtract_images.py

This file was deleted.

59 changes: 0 additions & 59 deletions jwst/background/subtract_images_step.py

This file was deleted.

3 changes: 0 additions & 3 deletions jwst/pipeline/subtract_images.cfg

This file was deleted.

2 changes: 0 additions & 2 deletions jwst/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .ami.ami_normalize_step import AmiNormalizeStep
from .assign_mtwcs.assign_mtwcs_step import AssignMTWcsStep
from .assign_wcs.assign_wcs_step import AssignWcsStep
from .background.subtract_images_step import SubtractImagesStep
from .background.background_step import BackgroundStep
from .barshadow.barshadow_step import BarShadowStep
from .combine_1d.combine_1d_step import Combine1dStep
Expand Down Expand Up @@ -64,7 +63,6 @@
"AmiNormalizeStep",
"AssignMTWcsStep",
"AssignWcsStep",
"SubtractImagesStep",
"BackgroundStep",
"BarShadowStep",
"Combine1dStep",
Expand Down
1 change: 0 additions & 1 deletion jwst/stpipe/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def get_steps():
("jwst.step.AmiNormalizeStep", None, False),
("jwst.step.AssignMTWcsStep", None, False),
("jwst.step.AssignWcsStep", None, False),
("jwst.step.SubtractImagesStep", None, False),
("jwst.step.BackgroundStep", None, False),
("jwst.step.BarShadowStep", None, False),
("jwst.step.Combine1dStep", None, False),
Expand Down

0 comments on commit 56dbcca

Please sign in to comment.