MUSE Pipeline Reference Manual  2.1.1
Data Structures | Typedefs
Recipe muse_dark: Combine several separate dark images into one master dark file and locate hot pixels.

Data Structures

struct  muse_dark_params_s
 Structure to hold the parameters of the muse_dark recipe. More...
 

Typedefs

typedef struct muse_dark_params_s muse_dark_params_t
 Structure to hold the parameters of the muse_dark recipe. More...
 

Detailed Description

Author
Peter Weilbacher
  This recipe combines several separate dark images into one master dark
  file.
  The master dark contains the combined pixel values of the raw dark
  exposures, with respect to the image combination method used and
  normalization time specified.

  Processing trims the raw data and records the overscan statistics,
  subtracts the bias (taking account of the overscan, if --overscan is not
  "none") from each raw input image, converts them from adu to count,
  scales them according to their exposure time, and combines them using
  input parameters. Hot pixels are then identified using image statistics
  and marked in the data quality extension. The combined image is
  normalized to 1 hour exposure time. QC statistics are computed on
  the output master dark.

Typedef Documentation

Structure to hold the parameters of the muse_dark recipe.

This structure contains the parameters for the recipe that may be set on the command line, in the configuration, or through the environment.