Skip to content

Commit

Permalink
Merge branch 'tickets/DM-27177'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jun 8, 2022
2 parents dae0c68 + c433bc3 commit 230454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def run(self, inputExp, camera):
"""
detector = inputExp.getDetector()

filterName = inputExp.getFilterLabel().physicalLabel
filterName = inputExp.getFilter().physicalLabel
datasetType = inputExp.getMetadata().get('IMGTYPE', 'UNKNOWN')

if datasetType.lower() == 'dark':
Expand Down

0 comments on commit 230454f

Please sign in to comment.