#include <cpl.h>
#include <xsh_data_instrument.h>
Go to the source code of this file.
Data Structures | |
struct | xsh_slice_offset |
Defines | |
#define | XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_UP "CEN_UP_OFFSET" |
#define | XSH_SLICE_OFFSET_TABLE_UNIT_CEN_UP "arcsec" |
#define | XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_DOWN "CEN_DOWN_OFFSET" |
#define | XSH_SLICE_OFFSET_TABLE_UNIT_CEN_DOWN "arcsec" |
Functions | |
xsh_slice_offset * | xsh_slice_offset_create (void) |
Create an empty slice_offset. | |
xsh_slice_offset * | xsh_slice_offset_load (cpl_frame *frame) |
Load a slice_offset from a frame. | |
cpl_propertylist * | xsh_slice_offset_get_header (xsh_slice_offset *slice) |
Get header of the table. | |
void | xsh_slice_offset_free (xsh_slice_offset **slice) |
Free memory associated to a slice_offset. | |
cpl_frame * | xsh_slice_offset_save (xsh_slice_offset *list, const char *filename, xsh_instrument *instr) |
Save an slice_offset list to a frame. |
#define XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_DOWN "CEN_DOWN_OFFSET" |
Definition at line 35 of file xsh_data_slice_offset.h.
Referenced by xsh_slice_offset_load(), and xsh_slice_offset_save().
#define XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_UP "CEN_UP_OFFSET" |
Definition at line 32 of file xsh_data_slice_offset.h.
Referenced by xsh_slice_offset_load(), and xsh_slice_offset_save().
#define XSH_SLICE_OFFSET_TABLE_UNIT_CEN_DOWN "arcsec" |
Definition at line 36 of file xsh_data_slice_offset.h.
Referenced by xsh_slice_offset_save().
#define XSH_SLICE_OFFSET_TABLE_UNIT_CEN_UP "arcsec" |
Definition at line 33 of file xsh_data_slice_offset.h.
Referenced by xsh_slice_offset_save().