Fiber Selection
Functions | |
| GiTable * | giraffe_fibers_select (const cpl_frame *frame, GiFibersConfig *config) |
| Selects the spectra to process. | |
| GiTable * | giraffe_fibers_setup (const cpl_frame *frame, const cpl_frame *reference) |
| Setup a fiber list. | |
| GiFibersConfig * | giraffe_fibers_config_create (cpl_parameterlist *list) |
| Creates a setup structure for the fiber selection. | |
| void | giraffe_fibers_config_destroy (GiFibersConfig *config) |
| Destroys a fibers setup structure. | |
| void | giraffe_fibers_config_add (cpl_parameterlist *list) |
| Adds parameters for the spectrum selection. | |
Detailed Description
TBDFunction Documentation
|
|
Adds parameters for the spectrum selection.
Definition at line 368 of file gifibers.c. |
|
|
Creates a setup structure for the fiber selection.
Definition at line 292 of file gifibers.c. |
|
|
Destroys a fibers setup structure.
Definition at line 340 of file gifibers.c. References GiFibersConfig::spectra. |
|
||||||||||||
|
Selects the spectra to process.
NULL is passed as config it is not used for the creation of the result table.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 73 of file gifibers.c. References giraffe_parse_spectrum_selection(), GiFibersConfig::nspec, GiExtraction::spectra, and GiFibersConfig::spectra. |
|
||||||||||||
|
Setup a fiber list.
Definition at line 200 of file gifibers.c. References giraffe_fiberlist_associate(), giraffe_fiberlist_create(), giraffe_fiberlist_load(), giraffe_table_delete(), giraffe_table_new(), and giraffe_table_set(). |
