Skip to content

Commit

Permalink
Move telescope yamls to individual modes
Browse files Browse the repository at this point in the history
This allows a future calibration mode to ignore them without any hacks.
  • Loading branch information
teutoburg committed Apr 3, 2024
1 parent 80a0d75 commit 7f95f67
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions METIS/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,15 +15,14 @@ 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
- ELT
- METIS

yamls:
- Armazones.yaml
- ELT.yaml # overrides below
- METIS.yaml

properties:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7f95f67

Please sign in to comment.