![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Spectrum Localization
Detailed DescriptionTBD Function Documentation
Adds parameters for the spectrum localization.
TBD Definition at line 3317 of file gilocalize.c.
Creates a setup structure for the spectrum localization.
Definition at line 3186 of file gilocalize.c.
Destroys a spectrum localization setup structure.
The function deallocates the memory used by the setup structure config. Definition at line 3293 of file gilocalize.c.
Finds the location of spectra in a Giraffe observation.
The function expects a bias corrected and optionally dark subtracted image as input image image. Optionally a bad pixel map badpixels may be passed to the function. If badpixels is not If the localization should only be done on the simultaneous calibration fibers a `master' localization master must be passed to the function. This is then used as a first guess. The fiber setup, i.e. the configuration of the fibers used during the observation is expected to be present in the fiber table fibers. The fibers listed in this table will be searched in the image image. Definition at line 2559 of file gilocalize.c. References giraffe_get_mode(), giraffe_image_copy_matrix(), giraffe_image_create(), giraffe_image_get(), giraffe_image_get_properties(), giraffe_image_set_properties(), giraffe_propertylist_get_ron(), giraffe_table_copy_matrix(), giraffe_table_create(), giraffe_table_get(), and giraffe_table_get_properties(). |