Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MICADO/MICADO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,10 @@ effects:
minimum_throughput: 1.01e-4
outer: 0.2
outer_unit: "m"

- name: mcd_fits_keywords
description: FITS keywords specific to MICADO
class: ExtraFitsKeywords
include: True
kwargs:
filename: headers/FITS_mcd_keywords.yaml
6 changes: 3 additions & 3 deletions MICADO/MICADO_H4RG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ effects:
# class: SimulationConfigFitsKeywords
# include: True

- name: extra_fits_keywords
decription: adds extra FITS keywords from a yaml file
- name: detector_fits_keywords
decription: FITS keywords specific to the detectors
class: ExtraFitsKeywords
include: True
kwargs:
filename: FITS_extra_keywords.yaml
filename: headers/FITS_H4RG_keywords.yaml
6 changes: 6 additions & 0 deletions MICADO/MICADO_SPEC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ effects :
s_colname : "xi"
col_number_start : 1

- name: spec_fits_keywords
description: FITS keywords specific to spectroscopy
class: ExtraFitsKeywords
include: True
kwargs:
filename: headers/FITS_spec_keywords.yaml

---
### default simulation parameters needed for a MICADO SPEC simulation
Expand Down
18 changes: 18 additions & 0 deletions MICADO/headers/FITS_H4RG_keywords.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- ext_type: PrimaryHDU
keywords:
HIERARCH:
ESO:
DET:
DIT: ["!OBS.dit", "[s]"]
NDIT: "!OBS.ndit"
NEXP: 1
READOUT: CDS
SUBARRY: FULL

- ext_type: ImageHDU
keywords:
EXTNAME: "DET§.IMG"
BUNIT: "ADU"
HIERARCH:
ESO:
DET:
12 changes: 12 additions & 0 deletions MICADO/headers/FITS_mcd_keywords.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- ext_type: PrimaryHDU
keywords:
INSTRUME: MICADO

HIERARCH:
ESO:
INS:
SLIT:
NAME: ["#slit_wheel.current_slit!", "Selected slit"]
FILT:
NAME: ["#filter_wheel_1.current_filter!", "Selected filter"]
# Needs to be one of fw1 or fw2
7 changes: 7 additions & 0 deletions MICADO/headers/FITS_spec_keywords.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- ext_type: PrimaryHDU
keywords:
HIERARCH:
ESO:
INS:
MODE:
NAME: SPE
Loading