Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add METIS headers #146

Merged
merged 12 commits into from
Jan 17, 2024
7 changes: 7 additions & 0 deletions METIS/METIS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ effects:
transmission: "!OBS.pupil_transmission"
minimum_throughput: !!float 0.

- name : common_fits_keywords
decription : FITS keywords common to all modes
class : ExtraFitsKeywords
include : True
kwargs :
filename: headers/FITS_common_keywords.yaml

# - name : metis_adc_residuals
# class : AtmosphericDispersionCorrection
# include : False
Expand Down
16 changes: 16 additions & 0 deletions METIS/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ properties:
auto_exposure:
fill_frac: 0.75 # fraction to which full well is filled in one DIT

# Default DPR keywords and template name.
# TODO: Perhaps create different 'modes' for each template, with a
# corresponding yaml file with the keywords.
tplname: "METIS_img_lm_obs_GenericOffset"
catg: "SCIENCE"
tech: "IMAGE,LM"
type: "OBJECT"
# More default properties for the observation
mjdobs: "2027-05-04T02:30:00"
tplstart: "2027-05-04T02:30:00"
tplno: 0
tplexpno: 0
obsname: "MyScienceTest"
ra: 0.0
dec: 0.0

mode_yamls:
- object: observation
alias: OBS
Expand Down
Loading
Loading