CR2RE Pipeline Reference Manual 1.6.11
Cr2res_flat

Functions

hdrl_image * cr2res_master_flat (const hdrl_image *collapsed, const hdrl_image *model_master, double low, double high, double bad_per_line_limit, cpl_image **bpm)
 Compute the Master Flat.
 

Detailed Description

Function Documentation

◆ cr2res_master_flat()

hdrl_image * cr2res_master_flat ( const hdrl_image * collapsed,
const hdrl_image * model_master,
double low,
double high,
double bad_per_line_limit,
cpl_image ** bpm )

Compute the Master Flat.

Parameters
collapsed
model_master
low
high
bad_per_line_limit
bpm[output] the computed BPM image
Returns
The newly allocated master flat hdrl image

Definition at line 63 of file cr2res_flat.c.

References hdrl_image_delete(), and hdrl_image_div_image_create().