Skip to content

Commit

Permalink
Register DECam narrow-band filters in skymap
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Oct 25, 2021
1 parent 037fbe1 commit e499e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/skymap/packers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class SkyMapDimensionPacker(DimensionPacker):
[None]
+ list("ugrizyUBGVRIZYJHK") # split string into single chars
+ [f"N{d}" for d in (387, 515, 656, 816, 921, 1010)] # HSC narrow-bands
+ [f"N{d}" for d in (419, 540, 708, 964)] # DECam narrow-bands
)
"""band names supported by this packer.
Expand Down

0 comments on commit e499e7e

Please sign in to comment.