![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Spectrum Extraction
Detailed DescriptionTBD Function Documentation
Adds parameters for the spectrum extraction.
TBD Definition at line 3512 of file giextract.c.
Creates a setup structure for the spectrum extraction.
Definition at line 3408 of file giextract.c.
Destroys a spectrum extraction setup structure.
The function deallocates the memory used by the setup structure config. Definition at line 3482 of file giextract.c.
Extracts the spectra from a preprocessed frame.
The function expects a preprocessed, i.e. bias corrected and optionally dark subtracted, as input image. The list of fibers to extract from image is passed by the table fibers. The localization mask position and half-width frames are passed as components of the localization sloc. Optionally a bad pixel map and the fitted scattered light may be provided by bpixel and slight respectively. The setup parameters for the spectrum extraction task have to be provided by the structure config. Definition at line 2483 of file giextract.c. References gi_message(), gi_warning(), giraffe_image_create(), giraffe_image_delete(), giraffe_image_get(), giraffe_image_get_properties(), giraffe_image_set_properties(), giraffe_propertylist_get_conad(), giraffe_propertylist_get_ron(), giraffe_propertylist_update(), and giraffe_table_get(). |