|
X-shooter Pipeline Reference Manual 3.8.15
|
Data Fields | |
| double | centroid |
| double | sigma |
| double | area |
| double | offset |
| double | mse |
Definition at line 62 of file xsh_detect_continuum.c.
| double gauss_res::area |
Definition at line 65 of file xsh_detect_continuum.c.
Referenced by xsh_fit_gaussian().
| double gauss_res::centroid |
Definition at line 63 of file xsh_detect_continuum.c.
Referenced by xsh_detect_continuum(), and xsh_fit_gaussian().
| double gauss_res::mse |
Definition at line 67 of file xsh_detect_continuum.c.
Referenced by xsh_fit_gaussian().
| double gauss_res::offset |
Definition at line 66 of file xsh_detect_continuum.c.
Referenced by xsh_fit_gaussian().
| double gauss_res::sigma |
Definition at line 64 of file xsh_detect_continuum.c.
Referenced by xsh_detect_continuum(), and xsh_fit_gaussian().