Skip to content

Commit

Permalink
Get output filename correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly committed Nov 14, 2024
1 parent ed04e7c commit cc0202e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions romancal/multiband_catalog/multiband_catalog_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def process(self, library):
source_catalog_model.meta.filename = library.asn["products"][0]["name"]
except (AttributeError, KeyError):
source_catalog_model.meta.filename = "multiband_catalog"
if self.output_file is None:
self.output_file = source_catalog_model.meta.filename

# TODO: sensible defaults
# TODO: redefine in terms of intrinsic FWHM
Expand Down

0 comments on commit cc0202e

Please sign in to comment.