28 #ifndef FORS_FLAT_NORMALISE_H
29 #define FORS_FLAT_NORMALISE_H
35 cpl_image *mos_mosflat_normalise(cpl_image *flat, cpl_image *spatial,
36 cpl_table *slits, cpl_table *polytraces,
37 double reference,
double blue,
double red,
39 int spa_smooth_radius,
int disp_smooth_radius,
40 int spa_fit_nknots,
int disp_fit_nknots,
41 double fit_threshold);
42 cpl_image *mos_lssflat_normalise(cpl_image *flat,
43 int spa_smooth_radius,
int disp_smooth_radius,
44 int spa_fit_nknots,
int disp_fit_nknots,
45 double fit_threshold);
47 void image_smooth_fit_1d_pol_spa(cpl_image * image, cpl_size polyorder);
48 void image_smooth_fit_1d_pol_disp(cpl_image * image, cpl_size polyorder);