#include <math.h>
#include <xsh_dfs.h>
#include <xsh_data_slice_offset.h>
#include <xsh_utils_table.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_pfits.h>
#include <cpl.h>
Go to the source code of this file.
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. | |
void | xsh_slice_offset_free (xsh_slice_offset **list) |
Free memory associated to a slice_offset. | |
cpl_propertylist * | xsh_slice_offset_get_header (xsh_slice_offset *list) |
Get header of the table. | |
cpl_frame * | xsh_slice_offset_save (xsh_slice_offset *list, const char *filename, xsh_instrument *instrument) |
Save an slice_offset list to a frame. |