Skip to content

Commit

Permalink
Merge branch 'multiband-catalog' of https://github.com/larrybradley/r…
Browse files Browse the repository at this point in the history
…omancal into multiband-catalog
  • Loading branch information
schlafly committed Nov 12, 2024
2 parents 09fe5ad + edd57a0 commit 141061d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion romancal/multiband_catalog/multiband_catalog_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def process(self, library):

cat_model = datamodels.MosaicSourceCatalogModel
source_catalog_model = maker_utils.mk_datamodel(cat_model)
source_catalog_model.meta.filename = library.asn['products'][0]['name']
source_catalog_model.meta.filename = library.asn["products"][0]["name"]

# define the aperture parameters for the source catalog
# based on the input encircled energy fractions
Expand Down
2 changes: 1 addition & 1 deletion romancal/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .flux import FluxStep
from .jump.jump_step import JumpStep
from .linearity.linearity_step import LinearityStep
from .multiband_catalog.multiband_catalog_step import MultibandCatalogStep
from .outlier_detection.outlier_detection_step import OutlierDetectionStep
from .photom.photom_step import PhotomStep
from .ramp_fitting.ramp_fit_step import RampFitStep
Expand All @@ -19,7 +20,6 @@
from .skymatch.skymatch_step import SkyMatchStep
from .source_catalog.source_catalog_step import SourceCatalogStep
from .source_detection.source_detection_step import SourceDetectionStep
from .multiband_catalog.multiband_catalog_step import MultibandCatalogStep
from .tweakreg.tweakreg_step import TweakRegStep

__all__ = [
Expand Down

0 comments on commit 141061d

Please sign in to comment.