32 #include "omega_fits.h"
34 cpl_image *omega_reduce_science(
const cpl_frame *stdframe, cpl_image *mask_img,
35 cpl_parameterlist *pars,
int ext);
37 omega_fits *
omega_jitter_process(omega_fits *scifits,
const cpl_image *mbias,
const cpl_image *mflat,
38 const cpl_image *bpm,
const cpl_table *photom,
const cpl_frame *usnoa2,
39 const cpl_image *illum,
const cpl_image *fringes,
const cpl_image *nsky,
double * zeropoint_final,
40 cpl_parameterlist *pars,
int ext);
42 cpl_image *omega_reduce_science(
const cpl_frame *stdframe, cpl_image *mask_img,
43 cpl_parameterlist *pars,
int ext);
45 int omega_science_save_stare(cpl_image *img, cpl_table *tbl, cpl_frameset *
set,
46 cpl_parameterlist *pars,cpl_propertylist *xlist,
const char *procatg,
const char *name,
47 cpl_propertylist *qclist,cpl_frame *inherit,cpl_frame *product_frame);
49 int omega_science_save_jitter(omega_fits *scifits,cpl_frameset *
set, cpl_parameterlist *pars,
50 cpl_propertylist *qclist,
const char *jitter_name,
51 cpl_frame *product_frame, cpl_frame *inherit,
const int isfirst);
53 int omega_science_save_stack(cpl_image *img, cpl_frameset *
set, cpl_parameterlist *pars,
54 cpl_propertylist *alist, cpl_propertylist *qclist,
const char *outname,
55 cpl_frame *product_frame,
const int isfirst);
57 int omega_science_save_conf(cpl_image *img, cpl_frameset *
set, cpl_parameterlist *pars,
58 const cpl_propertylist *alist, cpl_propertylist *qclist,
const char *outname,
59 cpl_frame *product_frame,
const int isfirst);
61 int omega_science_save_table(cpl_table *tbl, cpl_frameset *
set, cpl_parameterlist *pars,
62 cpl_propertylist *alist, cpl_propertylist *qclist,
const char *outname,
63 cpl_frame *product_frame,
const int isfirst);
68 int reduce_sci_direct(cpl_parameterlist *, cpl_frameset *);
69 int reduce_sci_dither(cpl_parameterlist *, cpl_frameset *);
70 int reduce_sci_jitter(cpl_parameterlist *, cpl_frameset *);
79 cpl_image *make_reduced(cpl_frame *,cpl_frame *, cpl_frame *, cpl_frame *,
80 cpl_frame *, cpl_frame *,cpl_image *, cpl_parameterlist *);
83 cpl_imagelist *make_reduced_jitter(cpl_imagelist *,cpl_frame *,cpl_frame *,
84 cpl_frame *, cpl_frame *, cpl_frame *,
85 cpl_imagelist *, cpl_parameterlist *);
88 int reduce_sci_jitter_test(cpl_parameterlist *, cpl_frameset *);