![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Fiber Selection
Detailed DescriptionTBD Function Documentation
Adds parameters for the spectrum selection.
TBD Definition at line 399 of file gifibers.c.
Creates a setup structure for the fiber selection.
Definition at line 323 of file gifibers.c.
Destroys a fibers setup structure.
The function deallocates the memory used by the setup structure config. Definition at line 371 of file gifibers.c.
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 80 of file gifibers.c. References giraffe_create_spectrum_selection(), giraffe_fiberlist_create(), giraffe_parse_spectrum_selection(), giraffe_table_new(), and giraffe_table_set().
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 226 of file gifibers.c. References giraffe_fiberlist_associate(), giraffe_fiberlist_create(), giraffe_fiberlist_load(), giraffe_table_delete(), giraffe_table_new(), and giraffe_table_set(). |