GRAVI Pipeline Reference Manual 1.9.0
Loading...
Searching...
No Matches
Data Fields
_gravi_pca_model_ Struct Reference

Type to hold average (median) components obtained from a set of PCA decompositions and/or best-fit model to average components. More...

Data Fields

int n_comp
 
int n_wave
 
gsl_matrix * median_components
 
gsl_matrix * component_fits
 

Detailed Description

Type to hold average (median) components obtained from a set of PCA decompositions and/or best-fit model to average components.

Note
The PCA functions use GSL types internally so this type should only be accessed via the public interface which handles the conversions to the corresponding CPL types.

Definition at line 86 of file gravi_pca.c.

Field Documentation

◆ component_fits

gsl_matrix* _gravi_pca_model_::component_fits

◆ median_components

gsl_matrix* _gravi_pca_model_::median_components

◆ n_comp

int _gravi_pca_model_::n_comp

◆ n_wave

int _gravi_pca_model_::n_wave

The documentation for this struct was generated from the following file: