Skip to content

Commit

Permalink
Add configuration to make fgcmcal lookup table for comCamSim.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 6, 2024
1 parent 16ecd94 commit 3ec6c91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/comCamSim/fgcmMakeLut.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# List of filters to put into the look-up table (LUT)
config.physicalFilters = [
"g_01",
"r_03",
"i_06",
]

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

0 comments on commit 3ec6c91

Please sign in to comment.