#include <cpl.h>
Go to the source code of this file.
Functions | |
cpl_vector * | xsh_vector_fit_slope (cpl_vector *vec_wave, cpl_vector *vec_flux, const double wmin_max, const double wmax_min, const int degree) |
cpl_vector * | xsh_vector_upsample (cpl_vector *vin, const int factor) |
cpl_vector * | xsh_vector_extract_range (cpl_vector *vin, const cpl_size pos, const int hsize) |
cpl_vector* xsh_vector_extract_range | ( | cpl_vector * | vin, | |
const cpl_size | pos, | |||
const int | hsize | |||
) |
Definition at line 51 of file xsh_utils_vector.c.
References ref.
cpl_vector* xsh_vector_fit_slope | ( | cpl_vector * | vec_wave, | |
cpl_vector * | vec_flux, | |||
const double | wmin_max, | |||
const double | wmax_min, | |||
const int | degree | |||
) |
Definition at line 139 of file xsh_utils_vector.c.
References size, xsh_free_polynomial(), xsh_free_vector(), and xsh_polynomial_fit_1d_create().
Referenced by xsh_std_star_spectra_correlate().
cpl_vector* xsh_vector_upsample | ( | cpl_vector * | vin, | |
const int | factor | |||
) |
Definition at line 88 of file xsh_utils_vector.c.
References m.