MUSE Pipeline Reference Manual
2.1.1
|
Structure to store a table together with a property list. More...
#include <muse_table.h>
Data Fields | |
cpl_table * | table |
The table. More... | |
cpl_propertylist * | header |
the header More... | |
Structure to store a table together with a property list.
Definition at line 43 of file muse_table.h.
cpl_propertylist* muse_table::header |
the header
This component contains the properties that belong to the table data. These represent the primary header of the corresponding FITS file.
Definition at line 56 of file muse_table.h.
Referenced by muse_flux_calibrate(), muse_flux_compute_qc(), muse_flux_compute_qc_zp(), muse_flux_get_response_table(), muse_flux_get_telluric_table(), muse_postproc_revert_ffspec_maybe(), muse_table_delete(), muse_table_load(), muse_table_load_filter(), muse_table_save(), muse_utils_filter_copy_properties(), and muse_wave_lines_check().
cpl_table* muse_table::table |
The table.
This component contain the table.
Definition at line 49 of file muse_table.h.
Referenced by muse_flux_calibrate(), muse_flux_compute_qc(), muse_flux_compute_qc_zp(), muse_flux_get_response_table(), muse_flux_get_telluric_table(), muse_processing_load_ctable(), muse_resampling_collapse_pixgrid(), muse_table_delete(), muse_table_load(), muse_table_load_filter(), muse_table_save(), muse_utils_filter_fraction(), and muse_wave_lines_check().