From 3ec6c9127504e5fc66531459694b5800d244b6d7 Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Wed, 6 Mar 2024 10:10:07 -0800 Subject: [PATCH] Add configuration to make fgcmcal lookup table for comCamSim. --- config/comCamSim/fgcmMakeLut.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/comCamSim/fgcmMakeLut.py diff --git a/config/comCamSim/fgcmMakeLut.py b/config/comCamSim/fgcmMakeLut.py new file mode 100644 index 000000000..4d1da705f --- /dev/null +++ b/config/comCamSim/fgcmMakeLut.py @@ -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'