![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
gifov.h void giraffe_fov_clear(GiFieldOfView *self) Delete the contents of a field of view object. Definition: gifov.c:1427 void giraffe_fov_config_destroy(GiFieldOfViewConfig *config) Destroys a field of view setup structure. Definition: gifov.c:2067 GiFieldOfView * giraffe_fov_new(void) Create an empty container for the results of the field of view reconstruction. Definition: gifov.c:1393 GiFieldOfViewConfig * giraffe_fov_config_create(cpl_parameterlist *list) Creates a setup structure for the field of view reconstruction. Definition: gifov.c:2012 cxint giraffe_fov_save_cubes_eso3d(const GiFieldOfView *self, cpl_propertylist *properties, const cxchar *filename, cxptr data) Write the cube components of a field-of-view object to a file. Definition: gifov.c:1673 void giraffe_fov_delete(GiFieldOfView *self) Deallocate a field of view object and its contents. Definition: gifov.c:1494 cxint giraffe_fov_build(GiFieldOfView *result, GiRebinning *rebinning, GiTable *fibers, GiTable *wsolution, GiTable *grating, GiTable *slitgeometry, GiFieldOfViewConfig *config) Create and image and a data cube from extracted and rebinned spectra. Definition: gifov.c:428 cxint giraffe_fov_save_cubes(const GiFieldOfView *self, cpl_propertylist *properties, const cxchar *filename, cxptr data) Write the cube components of a field-of-view object to a file. Definition: gifov.c:1530 void giraffe_fov_config_add(cpl_parameterlist *list) Adds parameters for the image and data cube construction. Definition: gifov.c:2089 |