Skip to content

Commit

Permalink
Merge pull request #307 from AstarVienna/update-operations-wiki-export
Browse files Browse the repository at this point in the history
[Assist PR] Update operations wiki export
  • Loading branch information
hugobuddel authored Oct 8, 2024
2 parents 9632f58 + 849c385 commit e259981
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 deletions.
8 changes: 1 addition & 7 deletions codes/drld_parser/operations/ifu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ Template options:

==== Science sequence ====

Two options to deal with offsetting to the sky:

* Periodic offsets to a pre-defined nearby sky position, alternating between the science target and the sky position, with dithering (Fixed Sky Offset)
* Any user-defined offset pattern (Generic Offset)

All offsets can be performed using the telescope or the CFO-PP2 chopper (TBC).
Any user-defined offset pattern can be defined, depending on the science application and the sky-subtraction strategy. All offsets can be performed using the telescope or the CFO-PP2 chopper (TBC).

Template options:

* [[METIS_ifu_obs_FixedSkyOffset|METIS_ifu_obs_FixedSkyOffset]]
* [[METIS_ifu_obs_GenericOffset|METIS_ifu_obs_GenericOffset]]

===== Discussion =====
Expand Down
7 changes: 1 addition & 6 deletions codes/drld_parser/operations/ifu_ext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ Template options:

==== Science sequence ====

Two options to deal with offsetting to the sky:

* Periodic offsets to a pre-defined nearby sky position, alternating between the science target and the sky position, with dithering (Fixed Sky Offset)
* Any user-defined offset pattern (Generic Offset)

All offsets can be performed using the telescope or the CFO-PP2 chopper (TBC).
Any user-defined offset pattern can be defined, depending on the science application and the sky-subtraction strategy. All offsets can be performed using the telescope or the CFO-PP2 chopper (TBC).

Template options:

* [[METIS_ifu_ext_obs_FixedSkyOffset|METIS_ifu_ext_obs_FixedSkyOffset]]
* [[METIS_ifu_ext_obs_GenericOffset|METIS_ifu_ext_obs_GenericOffset]]

===== Discussion =====
Expand Down
10 changes: 3 additions & 7 deletions codes/drld_parser/operations/img_lm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ Template options:
* [[metis_img_lm_acq|METIS_img_lm_acq]]

==== Science sequence ====
Depending on the sky subtraction strategy, following offsetting options are available:
* dithering (aka jittering): using CFO-PP2 chopper or telescope offsets
* sky offsets: using telescope offsets. Can be implemented in situations where there is no suitable blank position at the regular chop-throw distance (5 arcsec), in case of e.g. crowded field, or a very extended target.
* sky offsets + dithering. Offset to a sky position, and back to the target, with a small dither that places the target in a slightly different position on the detector than the initial one. Can be performed using the CFO-PP2 chopper or telescope offsets, or a combination of the two.

The observations can accommodate any sequence of offsets, depending on the science application and sky-subtraction strategy, e.g. small offsets (dithering) with or without larger offsets to a separate sky position. The offsets can be performed using the CFO-PP2 chopper or telescope offsets, or a combination of the two.

Template options:
* [[metis_img_lm_obs_autojitter|METIS_img_lm_obs_AutoJitter]]

* [[metis_img_lm_obs_genericoffset|METIS_img_lm_obs_GenericOffset]]
* [[metis_img_lm_obs_fixedskyoffset|METIS_img_lm_obs_FixedSkyOffset]]

**Note:** The METIS_img_lm_obs_FixedSkyOffset template is a special case of the METIS_img_lm_obs_GenericOffset template, but with an advantage of simplicity from the user point of view (only one offset positions is specified, and the rest is calculated by the system).
===== Calibration data =====

++++
Expand Down
1 change: 0 additions & 1 deletion codes/drld_parser/operations/img_lmn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Template options:
In the N-band, the fluctuations of the thermal background requires chopping. Since the simple subtraction of two chopped frames (on- and off-axis positions) leaves chopping residuals, we additionally need to regularly offset (nod) the telescope. The parallel mode template compromises in terms of field of view (it chooses the smaller field masks of the LM band imager) and in terms of background subtraction (it uses chopping which is probably not required in the LM band). According to preliminary data, 1 Hz chopping would be sufficient for the GeoSnap (N band) detector and read-out at this rate would not compromise the performance of the L band imager (too much).

Template options:
* [[METIS_img_lmn_obs_autochopnod|METIS_img_lmn_obs_AutoChopNod]]
* [[METIS_img_lmn_obs_genericchopnod|METIS_img_lmn_obs_GenericChopNod]]


Expand Down
1 change: 0 additions & 1 deletion codes/drld_parser/operations/img_n.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Template options:
In the N-band, the fluctuations of the thermal background and the detector noise require chopping (~1Hz for the GeoSnap detector). Since the simple subtraction of two chopped frames (on- and off-axis positions) leaves chopping residuals, we additionally need to regularly offset (nod) the telescope.

Template options:
* [[METIS_img_n_obs_autochopnod|METIS_img_n_obs_AutoChopNod]]
* [[METIS_img_n_obs_genericchopnod|METIS_img_n_obs_GenericChopNod]]


Expand Down
1 change: 0 additions & 1 deletion codes/drld_parser/operations/spec_lm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Template options:
In long-slit spectroscopy mode, the sky subtraction in LM is performed by nodding the target between two positions along the slit, with optional jitters at each position.

Template options:
* [[METIS_spec_lm_obs_AutoNodOnSlit|METIS_spec_lm_obs_AutoNodOnSlit]]
* [[METIS_spec_lm_obs_GenericOffset|METIS_spec_lm_obs_GenericOffset]]

===== Discussion =====
Expand Down

0 comments on commit e259981

Please sign in to comment.