41 cpl_size start, cpl_size stop,
const cpl_size sz);
45 const cpl_array * wavelengths,
const cpl_size length,
46 const cpl_size half_window);
double hdrl_error_t
Definition hdrl_types.h:72
double hdrl_data_t
Definition hdrl_types.h:62
CPL_BEGIN_DECLS hdrl_error_t estimate_noise_window(const hdrl_data_t *flux, const cpl_binary *msk, cpl_size start, cpl_size stop, const cpl_size sz)
Estimate the noise in the pixels between [start, stop]. The noise calculation is done using the formu...
Definition hdrl_DER_SNR.c:89
cpl_image * estimate_noise_DER_SNR(const hdrl_data_t *flux_in, const cpl_binary *msk_in, const cpl_array *wavelengths, const cpl_size length, const cpl_size half_window)
For every pixel in position i in img_arg, the function estimates the noise using the pixels in the wi...
Definition hdrl_DER_SNR.c:160