Skip to content

Commit

Permalink
Add dummy colorterm for empty~SDSSy_65mm, and fix SDSSy_65mm~empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Nov 14, 2023
1 parent c171e4f commit b85fcb6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/latiss/colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@
primary="z",
secondary="z",
),
# The ATLAS-REFCAT2 does not have y band, so we use z here as
# a placeholder.
"SDSSy_65mm~empty": Colorterm(
primary="y",
secondary="y",
primary="z",
secondary="z",
),
# empty~y is the same as y~empty.
"empty~SDSSy_65mm": Colorterm(
primary="z",
secondary="z",
),
}),
}

0 comments on commit b85fcb6

Please sign in to comment.