Skip to content

Commit

Permalink
Merge pull request #178 from lsst/tickets/DM-27173
Browse files Browse the repository at this point in the history
DM-27173: Add doc field to obs.base.FilterDefinition
  • Loading branch information
parejkoj committed Feb 1, 2021
2 parents 18107f7 + 900c0cd commit e8fba5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/obs/decam/decamFilters.py
Expand Up @@ -45,6 +45,8 @@
alias={'Y'}),
FilterDefinition(physical_filter="VR DECam c0007 6300.0 2600.0",
band="VR",
doc='A very broad-band filter, intended for "discovery", not "accurate photometry".'
'For details, wee: http://www.ctio.noao.edu/noao/content/decam-vr-filter',
lambdaEff=630, lambdaMin=490, lambdaMax=765),
FilterDefinition(physical_filter="N964 DECam c0008 9645.0 94.0",
band="N964",
Expand Down

0 comments on commit e8fba5a

Please sign in to comment.