![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
Slit Geometry Calibration
Detailed DescriptionTBD Function Documentation
Compute wavelength offsets for a set of rebinned input spectrum.
The function performs a cross-correlation of the rebinned spectra of the simultaneous calibration fibers with a Thorium-Argon reference mask mask for the spectrograph setup defined by the grating data grating. The rebinned spectra and the corresponding fiber setup are given by rebinning, and fibers respectively. The cross-correlation can be controlled using the configuration parameters given by config. Definition at line 2199 of file gisgcalibration.c. References giraffe_grating_create(), giraffe_grating_delete(), and giraffe_table_get().
Adds parameters for the sgcalibration correction computation.
TBD Definition at line 2683 of file gisgcalibration.c.
Creates a setup structure for the slit geometry calibration.
TBD Definition at line 2442 of file gisgcalibration.c. References GiSGCalConfig::cc_domain, GiSGCalConfig::cc_step, GiSGCalConfig::cc_wdomain, giraffe_range_create(), giraffe_sgcalibration_config_destroy(), GiSGCalConfig::pf_dchisq, GiSGCalConfig::pf_niter, GiSGCalConfig::pf_ntest, GiSGCalConfig::repeat, GiSGCalConfig::rv_limits, GiSGCalConfig::rv_niter, GiSGCalConfig::rv_wfactor, and GiSGCalConfig::zmax.
Destroys a sgcalibration field setup structure.
The function deallocates the memory used by the setup structure config. TBD Definition at line 2652 of file gisgcalibration.c. References GiSGCalConfig::cc_domain, giraffe_range_delete(), and GiSGCalConfig::rv_limits. Referenced by giraffe_sgcalibration_config_create(). |