43 cpl_table ** qctable);
46 const cpl_mask * stat_mask,
const hdrl_image * masterfringe,
47 cpl_table ** qctable);
49#if defined HDRL_USE_PRIVATE
50cpl_matrix * hdrl_mime_fringe_amplitudes(
const cpl_image * img0,
51 const cpl_mask * mask0);
53cpl_matrix * hdrl_mime_fringe_amplitudes_ls(
const cpl_image * img0,
54 const cpl_mask * mask0,
const cpl_image * fringe0);
56int hdrl_mime_gmix_derivs1(
const double x[],
const double params[],
58int hdrl_mime_gmix1(
const double x[],
const double params[],
double *result);
59cpl_matrix *hdrl_mime_hermite_series_create(
int n,
double center,
60 double scale,
const cpl_matrix * coeffs,
const cpl_matrix * x);
61cpl_matrix *hdrl_mime_hermite_functions_sums_create(
int n,
double center,
62 double scale,
const cpl_matrix * x);
struct _hdrl_parameter_ hdrl_parameter
Definition hdrl_parameter.h:27
const hdrl_spectrum1D_wave_scale scale
Definition hdrl_response-test.c:41
cpl_error_code hdrl_fringe_correct(hdrl_imagelist *ilist_fringe, const cpl_imagelist *ilist_obj, const cpl_mask *stat_mask, const hdrl_image *masterfringe, cpl_table **qctable)
Scales and subtracts the master fringe from the images.
Definition hdrl_fringe.c:341
CPL_BEGIN_DECLS cpl_error_code hdrl_fringe_compute(hdrl_imagelist *ilist_fringe, const cpl_imagelist *ilist_obj, const cpl_mask *stat_mask, const hdrl_parameter *collapse_params, hdrl_image **master, cpl_image **contrib_map, cpl_table **qctable)
Calculates the master fringe and contribution map based on the.
Definition hdrl_fringe.c:155
Definition hdrl_image_defs.h:40
Definition hdrl_imagelist_defs.h:42