Skip to content

Commit

Permalink
Addressed PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Apr 15, 2022
1 parent b6bea7a commit 957f5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions romancal/photom/photom_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class PhotomStep(RomanStep):
reference files and attaching to the input science data model
"""

spec = """
source_type = string(default=None) # Process as specified source type.
"""
reference_file_types = ['photom']

def process(self, input):
Expand Down
1 change: 1 addition & 0 deletions romancal/pipeline/exposure_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def process(self, input):
else:
log.info('Flat Field step is being SKIPPED')
result.meta.cal_step.flat_field = 'SKIPPED'
result = self.photom(result)

# setup output_file for saving
self.setup_output(result)
Expand Down

0 comments on commit 957f5eb

Please sign in to comment.