MUSE Pipeline Reference Manual  2.1.1
Data Structures | Typedefs
Recipe muse_qi_mask: Create image masks for use with the quick image reconstruction.

Data Structures

struct  muse_qi_mask_params_s
 Structure to hold the parameters of the muse_qi_mask recipe. More...
 

Typedefs

typedef struct muse_qi_mask_params_s muse_qi_mask_params_t
 Structure to hold the parameters of the muse_qi_mask recipe. More...
 

Detailed Description

Author
Peter Weilbacher
  Trace and wavelength calibration tables (24 of them each, one per IFU)
  are used to build wavelength maps.
  If the input data is binned, the wavelength maps are binned in the same
  way (averaging of pixels).
  The wavelength maps are then thresholded to create masks of the desired
  wavelength range.
  Finally, the mask is "untrimmed", i.e. empty regions for the pre- and
  overscans are added (in a simple way, assuming quadrants of equal size,
  and padding of 32 pixels on all quadrant edges).

  Note: this recipe is not part of the main MUSE pipeline but to be used
  in the integration phase to create image masks until the system is fully
  qualified. It therefore does only minimal error checking.

Typedef Documentation

Structure to hold the parameters of the muse_qi_mask recipe.

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