![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Scattered Light Correction
Detailed DescriptionTBD Function Documentation
Compute a scattered light model for a given image.
The inter-spectrum regions of the input image image are used to construct a scattered light model for image, using the model provided by the task setup parameters config. The position of the spectra and their width are taken from the spectrum localization localization. Optionally a bad pixel map may be provided by bpixel. The supported scattered light model are a polynomial and a polynomial fraction. Definition at line 1205 of file gislight.c. References giraffe_image_get(), giraffe_image_get_properties(), giraffe_image_set(), and giraffe_image_set_properties().
Adds parameters for the scattered light computation.
TBD Definition at line 1609 of file gislight.c.
Creates a setup structure for the scattered light computation.
Definition at line 1387 of file gislight.c. References giraffe_slight_config_destroy().
Destroys a scattered light setup structure.
The function deallocates the memory used by the setup structure config. Definition at line 1577 of file gislight.c. Referenced by giraffe_slight_config_create(). |