MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_datacube Struct Reference

Structure definition of a MUSE datacube. More...

#include <muse_datacube.h>

Data Fields

cpl_propertylist * header
 the FITS header More...
 
muse_imagelistrecimages
 the reconstructed image data More...
 
cpl_array * recnames
 the reconstructed image filter names More...
 
cpl_imagelist * data
 the cube containing the actual data values
 
cpl_imagelist * dq
 the optional cube containing the bad pixel status
 
cpl_imagelist * stat
 the cube containing the data variance
 

Detailed Description

Structure definition of a MUSE datacube.

Type to store a datacube of MUSE data: three cubes for data, variance, and bad pixel status, as well as the main FITS headers, and data for reconstructed images. The cpl_imagelist type is used to represent each individual datacube.

Definition at line 48 of file muse_datacube.h.

Field Documentation

cpl_propertylist* muse_datacube::header

the FITS header

This contains the FITS keywords carried over from the raw exposure(s) and all keywords added during processing. Specifically, this contains the WCS of the final exposure (that also gets duplicated into the extensions when saving the cube).

Definition at line 57 of file muse_datacube.h.

Referenced by muse_basicproc_apply_twilight(), muse_dar_check(), muse_datacube_collapse(), muse_datacube_concat(), muse_datacube_delete(), muse_datacube_load(), muse_datacube_save(), muse_flux_compute_qc(), muse_flux_get_response_table(), muse_flux_get_telluric_table(), muse_flux_integrate_cube(), muse_postproc_qc_fwhm(), muse_resampling_collapse_pixgrid(), muse_resampling_cube(), muse_resampling_euro3d(), muse_resampling_params_delete(), muse_sky_spectrum_from_cube(), muse_wcs_locate_sources(), muse_wcs_optimize_solution(), and muse_wcs_solve().

muse_imagelist* muse_datacube::recimages

the reconstructed image data

This contains the reconstructed images.

Definition at line 64 of file muse_datacube.h.

Referenced by muse_datacube_concat(), muse_datacube_delete(), muse_datacube_load(), muse_datacube_save(), muse_euro3dcube_delete(), muse_wcs_locate_sources(), and muse_wcs_optimize_solution().

cpl_array* muse_datacube::recnames

the reconstructed image filter names

This contains the filter names of all reconstructed images.

Definition at line 71 of file muse_datacube.h.

Referenced by muse_datacube_concat(), muse_datacube_delete(), muse_datacube_load(), muse_datacube_save(), muse_wcs_locate_sources(), and muse_wcs_optimize_solution().


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