25#ifndef XSH_DATA_LOCALIZATION_H
26#define XSH_DATA_LOCALIZATION_H
32#define XSH_LOCALIZATION_TABLE_COLNAME_SLICE "SLICE"
33#define XSH_LOCALIZATION_TABLE_COLNAME_CENTER "CENCOEF"
34#define XSH_LOCALIZATION_TABLE_COLNAME_EDGUP "EDGUPCOEF"
35#define XSH_LOCALIZATION_TABLE_COLNAME_EDGLO "EDGLOCOEF"
36#define XSH_LOCALIZATION_TABLE_DEGPOL "DEGPOL"
static xsh_instrument * instrument
xsh_localization * xsh_localization_load(cpl_frame *frame)
Load a localization list from a frame.
cpl_frame * xsh_localization_save(xsh_localization *list, const char *filename, xsh_instrument *instrument)
save a localization to a frame
void xsh_localization_free(xsh_localization **list)
free memory associated to a localization_list
cpl_propertylist * xsh_localization_get_header(xsh_localization *list)
get header of the table
xsh_localization * xsh_localization_create(void)
Create an empty localization list.
cpl_propertylist * header
cpl_polynomial * edguppoly
cpl_polynomial * edglopoly
cpl_propertylist * xsh_localization_list_get_header(xsh_localization *list)