X-shooter Pipeline Reference Manual 3.8.15
Data Structures | Macros | Functions
xsh_data_localization.h File Reference
#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
 

Macros

#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_localizationxsh_localization_create (void)
 Create an empty localization list.
 
xsh_localizationxsh_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
 

Macro Definition Documentation

◆ XSH_LOCALIZATION_TABLE_COLNAME_CENTER

#define XSH_LOCALIZATION_TABLE_COLNAME_CENTER   "CENCOEF"

Definition at line 33 of file xsh_data_localization.h.

◆ XSH_LOCALIZATION_TABLE_COLNAME_EDGLO

#define XSH_LOCALIZATION_TABLE_COLNAME_EDGLO   "EDGLOCOEF"

Definition at line 35 of file xsh_data_localization.h.

◆ XSH_LOCALIZATION_TABLE_COLNAME_EDGUP

#define XSH_LOCALIZATION_TABLE_COLNAME_EDGUP   "EDGUPCOEF"

Definition at line 34 of file xsh_data_localization.h.

◆ XSH_LOCALIZATION_TABLE_COLNAME_SLICE

#define XSH_LOCALIZATION_TABLE_COLNAME_SLICE   "SLICE"

Definition at line 32 of file xsh_data_localization.h.

◆ XSH_LOCALIZATION_TABLE_DEGPOL

#define XSH_LOCALIZATION_TABLE_DEGPOL   "DEGPOL"

Definition at line 36 of file xsh_data_localization.h.

Function Documentation

◆ xsh_localization_list_get_header()

cpl_propertylist * xsh_localization_list_get_header ( xsh_localization list)