Skip to content

Commit

Permalink
Register skymatch with stpipe (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Jul 6, 2023
1 parent 0d15352 commit addb5de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ skymatch
--------
- Added SkyMatchStep to pipeline [#687]

- Registered SkyMatchStep in stpipe. [#770]

jump
----
- Accept and ignore additional return values from stcal detect_jumps [#723]
Expand Down
2 changes: 2 additions & 0 deletions romancal/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .photom.photom_step import PhotomStep
from .ramp_fitting.ramp_fit_step import RampFitStep
from .saturation.saturation_step import SaturationStep
from .skymatch.skymatch_step import SkyMatchStep
from .source_detection.source_detection_step import SourceDetectionStep
from .tweakreg.tweakreg_step import TweakRegStep

Expand All @@ -27,5 +28,6 @@
"AssignWcsStep",
"OutlierDetectionStep",
"SourceDetectionStep",
"SkyMatchStep",
"TweakRegStep",
]
1 change: 1 addition & 0 deletions romancal/stpipe/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ def get_steps():
("romancal.step.AssignWcsStep", None, False),
("romancal.step.OutlierDetectionStep", None, False),
("romancal.step.SourceDetectionStep", None, False),
("romancal.step.SkyMatchStep", "skymatch", False),
("romancal.step.TweakRegStep", "tweakreg", False),
]

0 comments on commit addb5de

Please sign in to comment.