Skip to content
Closed
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
32 changes: 32 additions & 0 deletions MICADO/MICADO_IFU.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
### MICADO IFU mode
object: instrument
alias: INST
name: MICADO_IFU
description: additional effects for the IFU mode
date_modified: 2026-04-07
changes:
- 2026-04-07 (OC) include image slicer

properties:
pixel_scale: 0.004 # arcsec / pixel
plate_scale: 0.266666666666 # arcsec / pixel
decouple_detector_from_sky_headers: True # needed for spectroscopy

effects:
- name: image_slicer
description: field of view of the image slicer
class: MetisLMSImageSlicer
kwargs:
filename: MICADO_IFU_Apertures.fits
ext_id: "Aperture List"

---
### set observation mode
object: observation
alias: OBS
name: MICADO_IFU

properties:
obs_mode: "IFU"
fits_ins_mode: "IFU"
14 changes: 14 additions & 0 deletions MICADO/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,20 @@ mode_yamls :
yamls :
- MICADO_IMG_HCI.yaml

- object: observation
alias: OBS
name: IFU
description: "Integral-field spectroscopy"
status: experimental
yamls:
- MICADO_IFU.yaml
properties:
trace_file: TRACE_MICADO.fits
filter_name_fw1: Spec_HK
filter_name_fw2: open
filter_name_pupil: open
fits_ins_filt: Spec_HK

- object : observation
alias: OBS
name : SPEC_15000x20
Expand Down