28#ifndef HDRL_SPECTRUM_SHIFT_H
29#define HDRL_SPECTRUM_SHIFT_H
46 const cpl_size half_win,
47 const cpl_boolean normalize);
struct _hdrl_parameter_ hdrl_parameter
Definition hdrl_parameter.h:27
double hdrl_data_t
Definition hdrl_types.h:62
hdrl_parameter * hdrl_spectrum1D_shift_fit_parameter_create(const hdrl_data_t wguess, const hdrl_data_t range_wmin, const hdrl_data_t range_wmax, const hdrl_data_t fit_wmin, const hdrl_data_t fit_wmax, const hdrl_data_t fit_half_win)
The function create a hdrl_spectrum1D_shift_parameter to be used in hdrl_spectrum1D_compute_shift_fit...
Definition hdrl_spectrum_shift.c:162
hdrl_data_t hdrl_spectrum1D_compute_shift_fit(const hdrl_spectrum1D *obs, const hdrl_parameter *par)
The function compute the shift due to radial velocity. If wguess is the reference line and wfound is ...
Definition hdrl_spectrum_shift.c:198
CPL_BEGIN_DECLS hdrl_xcorrelation_result * hdrl_spectrum1D_compute_shift_xcorrelation(const hdrl_spectrum1D *s1, const hdrl_spectrum1D *s2, const cpl_size half_win, const cpl_boolean normalize)
The function computes the shift between the two spectra.
Definition hdrl_spectrum_shift.c:94
Definition hdrl_correlation.h:41
Definition hdrl_spectrum_defs.h:44