MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_postproc_sky_outputs Struct Reference

Structure definition of the post-processing output sky data. More...

#include <muse_postproc.h>

Data Fields

muse_maskmask
 
cpl_table * spectrum
 
cpl_table * lines
 
cpl_table * continuum
 

Detailed Description

Structure definition of the post-processing output sky data.

Definition at line 135 of file muse_postproc.h.

Field Documentation

cpl_table* muse_postproc_sky_outputs::continuum

The effective output sky continuum, for a given exposure

Definition at line 139 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

cpl_table* muse_postproc_sky_outputs::lines

The effective output sky lines list, for a given exposure

Definition at line 138 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_mask* muse_postproc_sky_outputs::mask

The effective output sky mask, for a given exposure

Definition at line 136 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

cpl_table* muse_postproc_sky_outputs::spectrum

The effective output sky spectrum, for a given exposure

Definition at line 137 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().


The documentation for this struct was generated from the following file: