Skip to content

Commit

Permalink
FilterMap is band->refcat
Browse files Browse the repository at this point in the history
The refcat doesn't have y, so just use z.
  • Loading branch information
parejkoj committed Dec 4, 2023
1 parent ad303e3 commit ee446d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/latiss/filterMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
# ATLAS Refcat2 does not have y band.
("SDSSy_65mm~empty", "z"),
("empty~SDSSy_65mm", "z"),
("y", "z"),
]:
config.filterMap[source] = target

0 comments on commit ee446d3

Please sign in to comment.