Skip to content

Commit ebe9fd6

Browse files
committed
add missing filters
A bunch of NB filters and the g+r+i filter for Solar System work.
1 parent adb8588 commit ebe9fd6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

config/filterMap.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,25 @@
3030
("HSC-Y", "y"),
3131
# Narrow bands
3232
('NB0387', 'g'),
33+
('NB0391', 'g'),
34+
('NB0395', 'g'),
35+
('NB0430', 'g'),
3336
('NB0468', 'g'),
37+
('NB0497', 'g'),
38+
('NB0506', 'g'),
3439
('NB0515', 'g'),
3540
('NB0527', 'g'),
3641
('NB0656', 'r'),
3742
('NB0718', 'i'),
3843
('NB0816', 'i'),
44+
('NB0871', 'i'),
3945
('NB0921', 'z'),
4046
('NB0926', 'z'),
4147
('NB0973', 'y'),
4248
('NB1010', 'y'),
4349
# Intermediate bands
4450
('IB0945', 'z'),
51+
# Extended bands
52+
('EB-GRI', 'r'),
4553
]:
4654
config.filterMap[source] = target

python/lsst/obs/hsc/hscFilters.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,11 @@
9797
band='N926'),
9898
FilterDefinition(physical_filter="NB0400",
9999
band='N400'),
100+
FilterDefinition(physical_filter="NB0391", band="N391"),
101+
FilterDefinition(physical_filter="NB0395", band="N395"),
102+
FilterDefinition(physical_filter="NB0430", band="N430"),
103+
FilterDefinition(physical_filter="NB0497", band="N497"),
104+
FilterDefinition(physical_filter="NB0506", band="N506"),
105+
FilterDefinition(physical_filter="NB0872", band="N872"),
106+
FilterDefinition(physical_filter="EB-GRI", band="gri"),
100107
)

0 commit comments

Comments
 (0)