![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Relative Fiber Transmission Correction
Detailed DescriptionTBD Function Documentation◆ giraffe_transmission_attach()
Load relative fiber transmission data from a file and add it to a fiber table.
The function loads the fiber setup from filename. If the loaded fiber setup provides the relative transmission information it is added to the fiber table fibers. If no fiber setup is present in filename, or if it does not contain the relative fiber transmission data, the function returns an error. Definition at line 545 of file gitransmission.c. References giraffe_fiberlist_load(). ◆ giraffe_transmission_config_add()
Adds parameters for the transmission correction computation.
TBD Definition at line 656 of file gitransmission.c. ◆ giraffe_transmission_config_create()
Creates a setup structure for the relative transmission computation.
TBD Definition at line 601 of file gitransmission.c. ◆ giraffe_transmission_config_destroy()
Destroys a transmission field setup structure.
The function deallocates the memory used by the setup structure config. TBD Definition at line 633 of file gitransmission.c. |