Skip to content

Commit

Permalink
Add 3 new LATISS filters
Browse files Browse the repository at this point in the history
We can not use an abstract filter name for BG40 since
afw does not allow two filters to share an abstract name.
  • Loading branch information
timj committed Feb 21, 2020
1 parent 5f0025a commit 5c9e729
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/lsst/obs/lsst/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
lambdaEff=0.0),
FilterDefinition(physical_filter="????",
lambdaEff=0.0),
FilterDefinition(physical_filter="BG40",
# abstract_filter="g", # afw only allows one g filter
lambdaEff=472.0, lambdaMin=334.5, lambdaMax=609.5),
FilterDefinition(physical_filter="quadnotch1",
lambdaEff=0.0),
FilterDefinition(physical_filter="RG610",
lambdaEff=0.0),
)

# Form a new set of filter definitions from all the explicit filters
Expand Down

0 comments on commit 5c9e729

Please sign in to comment.