Skip to content

Commit

Permalink
Merge pull request #341 from lsst/tickets/DM-31640
Browse files Browse the repository at this point in the history
Add new filter FELH0600 for LATISS
  • Loading branch information
Patrick Ingraham committed Sep 3, 2021
2 parents e12052c + 3927492 commit bacdef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/lsst/obs/lsst/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ def addFilter(filter_dict, band, physical_filter, lambdaEff=0.0):
lambdaEff=0.0,
band="r",
afw_name="rg"),
FilterDefinition(physical_filter="FELH0600",
lambdaEff=0.0,
band="r",
afw_name="rg"),
)

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

0 comments on commit bacdef2

Please sign in to comment.