GIRAFFE Pipeline Reference Manual

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.
GiPsfConfiggiraffe_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

TBD

Function Documentation

void giraffe_psf_config_add ( cpl_parameterlist *  list  ) 

Adds parameters for the PSF profile computation of the fibers.

Parameters:
list Parameter list to which parameters are added.
Returns:
Nothing.
TBD

Definition at line 3291 of file gipsf.c.

GiPsfConfig* giraffe_psf_config_create ( cpl_parameterlist *  list  ) 

Creates a setup object for the PSF profile fit.

Parameters:
list Parameter list from which the setup informations is read.
Returns:
A newly allocated and initialized setup object if no errors occurred, or NULL otherwise.

Definition at line 3157 of file gipsf.c.

References giraffe_psf_config_destroy().

void giraffe_psf_config_destroy ( GiPsfConfig self  ) 

Destroys a PSF profile fit setup object.

Parameters:
self The setup object to destroy.
Returns:
Nothing.
The function deallocates the memory used by the setup object self.

Definition at line 3261 of file gipsf.c.

References GiPsfConfig::profile.

Referenced by giraffe_psf_config_create().


This file is part of the GIRAFFE Pipeline Reference Manual 2.10.
Documentation copyright © 2002-2006 European Southern Observatory.
Generated on Thu Mar 7 14:11:03 2013 by doxygen 1.4.7 written by Dimitri van Heesch, © 1997-2004