#include <xsh_data_wavemap.h>
Data Fields | |
double | lambda |
double | slit |
float | flux |
float | sigma |
int | ix |
int | iy |
double | fitted |
double | fit_err |
Definition at line 35 of file xsh_data_wavemap.h.
double wavemap_item::fit_err |
Error on the fit
Definition at line 43 of file xsh_data_wavemap.h.
Referenced by fit_spline(), xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().
double wavemap_item::fitted |
Fitted flux
Definition at line 42 of file xsh_data_wavemap.h.
Referenced by fit_spline(), xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().
float wavemap_item::flux |
Average flux for this lambda
Definition at line 38 of file xsh_data_wavemap.h.
Referenced by fit_spline(), and xsh_wavemap_list_new().
int wavemap_item::ix |
Definition at line 40 of file xsh_data_wavemap.h.
Referenced by fit_spline(), xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().
int wavemap_item::iy |
Definition at line 41 of file xsh_data_wavemap.h.
Referenced by fit_spline(), xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().
double wavemap_item::lambda |
Definition at line 36 of file xsh_data_wavemap.h.
Referenced by fit_spline(), wave_compare(), xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().
float wavemap_item::sigma |
Definition at line 39 of file xsh_data_wavemap.h.
Referenced by fit_spline(), and xsh_wavemap_list_new().
double wavemap_item::slit |
Definition at line 37 of file xsh_data_wavemap.h.
Referenced by xsh_wavelist_subtract_sky(), xsh_wavemap_list_build_sky(), and xsh_wavemap_list_new().