![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Fiber Selection
Detailed DescriptionTBD Function Documentation◆ giraffe_fibers_config_add()
Adds parameters for the spectrum selection.
TBD Definition at line 391 of file gifibers.c. ◆ giraffe_fibers_config_create()
Creates a setup structure for the fiber selection.
Definition at line 315 of file gifibers.c. ◆ giraffe_fibers_config_destroy()
Destroys a fibers setup structure.
The function deallocates the memory used by the setup structure config. Definition at line 363 of file gifibers.c. ◆ giraffe_fibers_select()
Selects the spectra to process.
The function creates a table of the fibers to be processed in subsequent reduction steps from the Ozpoz and the FLAMES Fibers table in frame and a selection of spectra given by config. The selection may be given as the number of spectra (treated as a continuous range from 1 to the given number), as a list of spectra, or from the column "FPS" of the table reference. The final table will contains all the fibers that satisfy all selection criteria. If The function expects that frame contains an OzPoz and a fiber table. If this is not the case the function returns an error. Definition at line 72 of file gifibers.c. References giraffe_create_spectrum_selection(), giraffe_fiberlist_create(), giraffe_parse_spectrum_selection(), giraffe_table_new(), and giraffe_table_set(). ◆ giraffe_fibers_setup()
Setup a fiber list.
The function creates an initial fiber setup from the input frame frame and associates it to the fiber setup read from the reference frame reference. Definition at line 218 of file gifibers.c. References giraffe_fiberlist_associate(), giraffe_fiberlist_create(), giraffe_fiberlist_load(), giraffe_table_delete(), giraffe_table_new(), and giraffe_table_set(). |