#include <xsh_cpl_size.h>
#include <cpl.h>
#include <xsh_data_instrument.h>
Go to the source code of this file.
Data Structures | |
struct | xsh_localization |
Defines | |
#define | XSH_LOCALIZATION_TABLE_COLNAME_SLICE "SLICE" |
#define | XSH_LOCALIZATION_TABLE_COLNAME_CENTER "CENCOEF" |
#define | XSH_LOCALIZATION_TABLE_COLNAME_EDGUP "EDGUPCOEF" |
#define | XSH_LOCALIZATION_TABLE_COLNAME_EDGLO "EDGLOCOEF" |
#define | XSH_LOCALIZATION_TABLE_DEGPOL "DEGPOL" |
Functions | |
xsh_localization * | xsh_localization_create (void) |
Create an empty localization list. | |
xsh_localization * | xsh_localization_load (cpl_frame *frame) |
Load a localization list from a frame. | |
cpl_propertylist * | xsh_localization_list_get_header (xsh_localization *list) |
cpl_propertylist * | xsh_localization_get_header (xsh_localization *list) |
get header of the table | |
void | xsh_localization_free (xsh_localization **list) |
free memory associated to a localization_list | |
cpl_frame * | xsh_localization_save (xsh_localization *list, const char *filename, xsh_instrument *instrument) |
save a localization to a frame |
#define XSH_LOCALIZATION_TABLE_COLNAME_CENTER "CENCOEF" |
Definition at line 33 of file xsh_data_localization.h.
Referenced by xsh_localization_load(), and xsh_localization_save().
#define XSH_LOCALIZATION_TABLE_COLNAME_EDGLO "EDGLOCOEF" |
Definition at line 35 of file xsh_data_localization.h.
Referenced by xsh_localization_load(), and xsh_localization_save().
#define XSH_LOCALIZATION_TABLE_COLNAME_EDGUP "EDGUPCOEF" |
Definition at line 34 of file xsh_data_localization.h.
Referenced by xsh_localization_load(), and xsh_localization_save().
#define XSH_LOCALIZATION_TABLE_COLNAME_SLICE "SLICE" |
Definition at line 32 of file xsh_data_localization.h.
#define XSH_LOCALIZATION_TABLE_DEGPOL "DEGPOL" |
Definition at line 36 of file xsh_data_localization.h.
Referenced by xsh_localization_load(), and xsh_localization_save().
cpl_propertylist* xsh_localization_list_get_header | ( | xsh_localization * | list | ) |