Skip to content

Commit

Permalink
Merge pull request #488 from lsst/tickets/DM-41796
Browse files Browse the repository at this point in the history
DM-41796: Fix fgcm lookup table config to map empty~i/y to i/y~empty.
  • Loading branch information
erykoff committed Dec 13, 2023
2 parents a995f62 + ede50ba commit e26be92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/latiss/fgcmMakeLut.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@
"empty~SDSSy_65mm",
]

# Override mapping from physical filter labels to 'standard' physical
# filter labels. The 'standard' physical filter defines the transmission
# curve that the FGCM standard bandpass will be based on.
# Any filter not listed here will be mapped to
# itself. These overrides say that empty~i and empty~y should
# me mapped onto i~empty and y~empty.
config.stdPhysicalFilterOverrideMap = {"empty~SDSSi_65mm": "SDSSi_65mm~empty",
"empty~SDSSy_65mm": "SDSSy_65mm~empty"}

# FGCM name or filename of precomputed atmospheres
config.atmosphereTableName = 'fgcm_atm_lsst2'

0 comments on commit e26be92

Please sign in to comment.