Skip to content

Header inconsistency of LM imaging simulation #103

@chyan26

Description

@chyan26

I used lmg.yaml to run a set of simulation data with following setting

LM_IMAGE_SCI_RAW1:
  do.catg: LM_IMAGE_SCI_RAW
  mode: "img_lm"
  source:
    name: star_field
    kwargs: {}
  properties:
    dit: 0.25
    ndit: 4
    filter_name: "Lp"
    catg: "SCIENCE"
    tech: "IMAGE,LM"
    type: "OBJECT"
    tplname: "METIS_img_lm_obs_GenericOffset"
    nObs: 3

LM_IMAGE_SCI_RAW2:
  do.catg: LM_IMAGE_SKY_RAW
  mode: "img_lm"
  source:
    name: "empty_sky"
    kwargs: {}
  properties:
    dit: 0.25
    ndit: 4
    filter_name: "Lp"
    catg: "SCIENCE"
    tech: "IMAGE,LM"
    type: "SKY"
    tplname: "METIS_img_lm_obs_GenericOffset"
    nObs: 3

However, the FITS header DPR CATG of the first frame of sky background is not the same as reset. This caused problem for EDPS to pick the sky background image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions