|
X-shooter Pipeline Reference Manual 3.8.15
|
#include "xsh_utils_vector.h"#include "xsh_utils_wrappers.h"#include "xsh_utils.h"#include "xsh_msg.h"Go to the source code of this file.
Functions | |
| cpl_vector * | xsh_vector_extract_range (cpl_vector *vin, const cpl_size pos, const int hsize) |
| cpl_vector * | xsh_vector_upsample (cpl_vector *vin, const int factor) |
| 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_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 141 of file xsh_utils_vector.c.
References degree, 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.