25#ifndef XSH_DATA_SLICE_OFFSET_H
26#define XSH_DATA_SLICE_OFFSET_H
32#define XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_UP "CEN_UP_OFFSET"
33#define XSH_SLICE_OFFSET_TABLE_UNIT_CEN_UP "arcsec"
35#define XSH_SLICE_OFFSET_TABLE_COLNAME_CEN_DOWN "CEN_DOWN_OFFSET"
36#define XSH_SLICE_OFFSET_TABLE_UNIT_CEN_DOWN "arcsec"
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_frame * xsh_slice_offset_save(xsh_slice_offset *list, const char *filename, xsh_instrument *instr)
Save an slice_offset list to a frame.
void xsh_slice_offset_free(xsh_slice_offset **slice)
Free memory associated to a slice_offset.
cpl_propertylist * xsh_slice_offset_get_header(xsh_slice_offset *slice)
Get header of the table.
cpl_propertylist * header