MUSE Pipeline Reference Manual
2.1.1
|
Structure definition of MUSE geometry table. More...
#include <muse_geo.h>
Data Fields | |
cpl_table * | table |
The geometry table. More... | |
double | scale |
The VLT focal plane scale factor of the data. output file. | |
Structure definition of MUSE geometry table.
Type to propagate MUSE geometry table information through the geometrical calibration.
Definition at line 71 of file muse_geo.h.
cpl_table* muse_geo_table::table |
The geometry table.
This type of table is used to define the location of all slices of MUSE within the field of view. It is used to create pixel tables.
The geometry table has the following columns
Mandatory columns:
Extra columns to carry error estimates of the main columns:
Extra columns initially created to support deriving the mandatory coordinates (these disappear during processing and are usually only saved to disk for debugging purposes):
Definition at line 77 of file muse_geo.h.
Referenced by muse_geo_correct_slices(), muse_geo_determine_horizontal(), muse_geo_determine_initial(), muse_geo_determine_vertical(), muse_geo_finalize(), muse_geo_qc_global(), muse_geo_refine_horizontal(), muse_geo_table_delete(), muse_geo_table_duplicate(), and muse_geo_table_new().