From 7f95f679e213e4477fa2c662ba253446b7e6a936 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Wed, 3 Apr 2024 17:57:47 +0200 Subject: [PATCH] Move telescope yamls to individual modes This allows a future calibration mode to ignore them without any hacks. --- METIS/default.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/METIS/default.yaml b/METIS/default.yaml index 25ec32c..0db95ee 100644 --- a/METIS/default.yaml +++ b/METIS/default.yaml @@ -5,7 +5,7 @@ object: configuration alias: OBS name: METIS_default_configuration description: default parameters needed for a METIS simulation -date_modified: 2022-03-14 +date_modified: 2024-04-03 changes: - 2021-12-16 (OC) chopnod defaults to perpendicular - 2021-12-16 (OC) default slits renamed @@ -15,6 +15,7 @@ changes: - 2022-02-20 (OC) pupil_transmission now an OBS parameter - 2022-02-21 (OC) linear interpolation, cosmetics - 2022-03-14 (OC) use single PSF file + - 2024-04-03 (FH) add wcu mode, move telescope yamls to individual modes packages: - Armazones @@ -22,8 +23,6 @@ packages: - METIS yamls: - - Armazones.yaml - - ELT.yaml # overrides below - METIS.yaml properties: @@ -65,6 +64,8 @@ mode_yamls: name: img_lm description: "METIS LM-band imaging" yamls: + - Armazones.yaml + - ELT.yaml - METIS_IMG_LM.yaml - METIS_DET_IMG_LM.yaml properties: @@ -80,6 +81,8 @@ mode_yamls: name: img_n description: "METIS N-band imaging" yamls: + - Armazones.yaml + - ELT.yaml - METIS_IMG_N.yaml - METIS_DET_IMG_N_GeoSnap.yaml properties: @@ -97,6 +100,8 @@ mode_yamls: name: lss_l description: "METIS L-band slit spectroscopy" yamls: + - Armazones.yaml + - ELT.yaml - METIS_IMG_LM.yaml - METIS_LSS.yaml - METIS_DET_IMG_LM.yaml @@ -115,6 +120,8 @@ mode_yamls: name: lss_m description: "METIS M-band slit spectroscopy" yamls: + - Armazones.yaml + - ELT.yaml - METIS_IMG_LM.yaml - METIS_LSS.yaml - METIS_DET_IMG_LM.yaml @@ -133,6 +140,8 @@ mode_yamls: name: lss_n description: "METIS N-band slit spectroscopy" yamls: + - Armazones.yaml + - ELT.yaml - METIS_IMG_N.yaml - METIS_LSS.yaml - METIS_DET_IMG_N_GeoSnap.yaml @@ -151,6 +160,8 @@ mode_yamls: name: lms description: "METIS LM-band integral-field spectroscopy, nominal mode" yamls: + - Armazones.yaml + - ELT.yaml - METIS_LMS.yaml - METIS_DET_IFU.yaml properties: @@ -166,6 +177,8 @@ mode_yamls: name: lms_extended description: "METIS LM-band integral-field spectroscopy, extended mode" yamls: + - Armazones.yaml + - ELT.yaml - METIS_LMS_EXT.yaml - METIS_DET_IFU.yaml properties: