#include <xsh_data_spectrum1D.h>
Data Fields | |
int | size |
double | lambda_min |
double | lambda_max |
double | lambda_step |
cpl_propertylist * | flux_header |
cpl_image * | flux |
cpl_propertylist * | errs_header |
cpl_image * | errs |
cpl_propertylist * | qual_header |
cpl_image * | qual |
Definition at line 39 of file xsh_data_spectrum1D.h.
cpl_image* xsh_spectrum1D::errs |
Definition at line 53 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_errs(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
cpl_propertylist* xsh_spectrum1D::errs_header |
Definition at line 52 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
cpl_image* xsh_spectrum1D::flux |
Definition at line 50 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_flux(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
cpl_propertylist* xsh_spectrum1D::flux_header |
Definition at line 49 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
double xsh_spectrum1D::lambda_max |
Definition at line 45 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_lambda_max(), and xsh_spectrum1D_load().
double xsh_spectrum1D::lambda_min |
Definition at line 43 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_lambda_min(), and xsh_spectrum1D_load().
double xsh_spectrum1D::lambda_step |
Definition at line 47 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_lambda_step(), and xsh_spectrum1D_load().
cpl_image* xsh_spectrum1D::qual |
Definition at line 56 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_qual(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
cpl_propertylist* xsh_spectrum1D::qual_header |
Definition at line 55 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_load(), and xsh_spectrum1D_save().
Definition at line 41 of file xsh_data_spectrum1D.h.
Referenced by xsh_spectrum1D_create(), xsh_spectrum1D_get_size(), and xsh_spectrum1D_load().