Skip to content

Commit

Permalink
Merge pull request #179 from lsst/tickets/DM-28742
Browse files Browse the repository at this point in the history
DM-28742: Set band to "opaque" for solid plate
  • Loading branch information
timj committed Feb 10, 2021
2 parents e8fba5a + afeedcf commit 7ebb681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/decam/decamFilters.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
band="N964",
lambdaEff=964),
FilterDefinition(physical_filter="solid plate 0.0 0.0",
band="opaque",
afw_name='SOLID', lambdaEff=0)
)

0 comments on commit 7ebb681

Please sign in to comment.