![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
gifov.h GiFieldOfView * giraffe_fov_new(void) Create an empty container for the results of the field of view reconstruction. Definition: gifov.c:1401 void giraffe_fov_delete(GiFieldOfView *self) Deallocate a field of view object and its contents. Definition: gifov.c:1502 void giraffe_fov_config_add(cpl_parameterlist *list) Adds parameters for the image and data cube construction. Definition: gifov.c:2097 void giraffe_fov_clear(GiFieldOfView *self) Delete the contents of a field of view object. Definition: gifov.c:1435 GiFieldOfViewConfig * giraffe_fov_config_create(cpl_parameterlist *list) Creates a setup structure for the field of view reconstruction. Definition: gifov.c:2020 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:1681 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:436 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:1538 void giraffe_fov_config_destroy(GiFieldOfViewConfig *config) Destroys a field of view setup structure. Definition: gifov.c:2075 |