MUSE Pipeline Reference Manual
2.1.1
|
Structure definition of a Euro3D datacube. More...
#include <muse_datacube.h>
Data Fields | |
cpl_propertylist * | header |
the primary FITS header More... | |
muse_imagelist * | recimages |
the reconstructed image data More... | |
cpl_array * | recnames |
the reconstructed image filter names More... | |
cpl_table * | dtable |
the table containing the actual Euro3D data | |
cpl_propertylist * | hdata |
the data FITS header More... | |
cpl_table * | gtable |
the table containing the Euro3D groups | |
cpl_propertylist * | hgroup |
the group FITS header More... | |
Structure definition of a Euro3D datacube.
Type to store a datacube in Euro3D format: two tables plus FITS headers, as well as the main FITS headers, and data for reconstructed images.
Definition at line 97 of file muse_datacube.h.
cpl_propertylist* muse_euro3dcube::hdata |
the data FITS header
This contains the FITS keywords related the data in the Euro3D format, specifically the spectral WCS.
Definition at line 131 of file muse_datacube.h.
Referenced by muse_euro3dcube_collapse(), muse_euro3dcube_delete(), muse_euro3dcube_save(), and muse_resampling_euro3d().
cpl_propertylist* muse_euro3dcube::header |
the primary FITS header
This contains the FITS keywords carried over from the raw exposure(s) and all keywords added during processing.
Definition at line 104 of file muse_datacube.h.
Referenced by muse_euro3dcube_collapse(), muse_euro3dcube_delete(), muse_euro3dcube_save(), and muse_resampling_euro3d().
cpl_propertylist* muse_euro3dcube::hgroup |
the group FITS header
This contains the FITS keywords related the groups in the Euro3D format,
Definition at line 143 of file muse_datacube.h.
Referenced by muse_euro3dcube_delete(), muse_euro3dcube_save(), and muse_resampling_euro3d().
muse_imagelist* muse_euro3dcube::recimages |
the reconstructed image data
This contains the reconstructed images.
Definition at line 111 of file muse_datacube.h.
Referenced by muse_euro3dcube_delete(), and muse_euro3dcube_save().
cpl_array* muse_euro3dcube::recnames |
the reconstructed image filter names
This contains the filter names of all reconstructed images.
Definition at line 118 of file muse_datacube.h.
Referenced by muse_euro3dcube_delete(), and muse_euro3dcube_save().