MUSE Pipeline Reference Manual
1.0.2
|
Structure definition of MUSE pixel table. More...
#include <muse_pixtable.h>
Data Fields | |
cpl_table * | table |
The pixel table. More... | |
cpl_propertylist * | header |
The FITS header. More... | |
Structure definition of MUSE pixel table.
Type to store MUSE pixel tables a table of coordinates and pixel values is stored together with a FITS header.
Definition at line 225 of file muse_pixtable.h.
cpl_propertylist* muse_pixtable::header |
The FITS header.
This contains the FITS keywords that are read from or written to the output file.
Definition at line 239 of file muse_pixtable.h.
Referenced by muse_basicproc_apply_illum(), muse_basicproc_apply_twilight(), muse_basicproc_prepare_illum(), muse_basicproc_shift_pixtable(), muse_dar_check(), muse_dar_correct(), muse_flux_calibrate(), muse_pixgrid_create(), muse_pixtable_compute_limits(), muse_pixtable_create(), muse_pixtable_delete(), muse_pixtable_dump(), muse_pixtable_duplicate(), muse_pixtable_extracted_get_slices(), muse_pixtable_fix_exp_headers(), muse_pixtable_from_imagelist(), muse_pixtable_get_expnum(), muse_pixtable_get_type(), muse_pixtable_is_fluxcal(), muse_pixtable_is_rvcorr(), muse_pixtable_is_skysub(), muse_pixtable_load_merge_channels(), muse_pixtable_load_window(), muse_pixtable_origin_copy_offsets(), muse_pixtable_origin_get_offset(), muse_pixtable_origin_set_offset(), muse_pixtable_restrict_wavelength(), muse_pixtable_restrict_xpos(), muse_pixtable_restrict_ypos(), muse_pixtable_save(), muse_pixtable_to_imagelist(), muse_postproc_process_exposure(), muse_resampling_collapse_pixgrid(), muse_resampling_cube(), muse_resampling_image(), muse_resampling_spectrum(), muse_rvcorrect(), muse_sky_subtract_pixtable(), muse_wcs_locate_sources(), muse_wcs_position_celestial(), muse_wcs_project_tan(), and muse_xcombine_tables().
cpl_table* muse_pixtable::table |
The pixel table.
The MUSE pixel table has the following columns:
It may additionally contain a column 'weight' which per-pixel weight information to be used for resampling.
Definition at line 231 of file muse_pixtable.h.
Referenced by muse_basicproc_apply_illum(), muse_basicproc_apply_twilight(), muse_basicproc_prepare_illum(), muse_basicproc_shift_pixtable(), muse_dar_check(), muse_dar_correct(), muse_flux_calibrate(), muse_pixgrid_create(), muse_pixtable_and_selected_mask(), muse_pixtable_compute_limits(), muse_pixtable_create(), muse_pixtable_delete(), muse_pixtable_dump(), muse_pixtable_duplicate(), muse_pixtable_erase_ifu_slice(), muse_pixtable_extracted_get_slices(), muse_pixtable_fix_exp_headers(), muse_pixtable_get_nrow(), muse_pixtable_load_merge_channels(), muse_pixtable_load_window(), muse_pixtable_reset_dq(), muse_pixtable_restrict_wavelength(), muse_pixtable_restrict_xpos(), muse_pixtable_restrict_ypos(), muse_pixtable_save(), muse_pixtable_wcs_check(), muse_postproc_process_exposure(), muse_resampling_collapse_pixgrid(), muse_resampling_cube(), muse_resampling_euro3d(), muse_resampling_image(), muse_resampling_spectrum(), muse_rvcorrect(), muse_sky_mark_cosmic(), muse_sky_subtract_pixtable(), muse_sky_subtract_slice(), muse_utils_pixtable_fit_line_gaussian(), muse_wcs_position_celestial(), muse_wcs_project_tan(), and muse_xcombine_tables().