Functions | |
cpl_image * | omega_nsky_process (omega_fits *scifits, cpl_image *mbias, cpl_image *mflat, cpl_image *bpm, cpl_parameterlist *pars, int ext) |
Reduce a science image. |
#include omega_recipe.h #include omega_wcscor.h
cpl_image * omega_nsky_process | ( | omega_fits * | scifits, | |
cpl_image * | mbias, | |||
cpl_image * | mflat, | |||
cpl_image * | bpm, | |||
cpl_parameterlist * | pars, | |||
int | ext | |||
) |
Reduce a science image.
scifits | omega_fits structure of science image | |
mbias | master bias | |
mflat | master flat | |
bpm | bad pixels image | |
pars | parameters list | |
ext | FITS extension to laod |
Definition at line 487 of file omega_nightsky_flat.c.
References omega_biascor(), omega_fits_get_ehu(), omega_fits_get_frame(), omega_flatcor(), omega_pfits_get_overscan(), omega_shift_refpix(), and omega_trim_oscan_correct().