PSF Profile Fitting
Typedefs | |
| typedef enum GiProfileId | GiProfileId |
| typedef GiPsfParams | GiPsfParams |
| typedef GiPsfBin | GiPsfBin |
| typedef GiPsfParameterFit | GiPsfParameterFit |
Enumerations | |
| enum | GiProfileId |
Functions | |
| cxint | giraffe_compute_fiber_profiles (GiLocalization *result, GiImage *image, GiTable *fibers, GiLocalization *master, GiImage *bpixel, GiPsfConfig *config) |
| Compute the position and width of the spectra from the fiber profile. | |
| GiPsfConfig * | giraffe_psf_config_create (cpl_parameterlist *list) |
| Creates a setup object for the PSF profile fit. | |
| void | giraffe_psf_config_destroy (GiPsfConfig *self) |
| Destroys a PSF profile fit setup object. | |
| void | giraffe_psf_config_add (cpl_parameterlist *list) |
| Adds parameters for the PSF profile computation of the fibers. | |
Detailed Description
TBDFunction Documentation
|
||||||||||||||||||||||||||||
|
|
Adds parameters for the PSF profile computation of the fibers.
|
|
|
Creates a setup object for the PSF profile fit.
Definition at line 3103 of file gipsf.c. References giraffe_psf_config_destroy(). |
|
|
Destroys a PSF profile fit setup object.
Definition at line 3207 of file gipsf.c. References GiPsfConfig::profile. Referenced by giraffe_psf_config_create(). |
