28 #ifndef IRPLIB_DETMON_PERNOISE_H
29 #define IRPLIB_DETMON_PERNOISE_H
36 #include <detmon_cpl_size.h>
44 #define DETMON_QC_FREQ "ESO QC FREQ"
45 #define DETMON_QC_FREQ_C "Spectrum frequency"
47 #define DETMON_QC_POW "ESO QC POW"
48 #define DETMON_QC_POW_C "Spectrum power"
51 #define detmon_pernoise_get_description(RECIPE_NAME, PIPE_NAME, \
52 DETMON_PERNOISE_RAW) \
53 RECIPE_NAME " -- " PIPE_NAME " Recipe for Periodic Noise Characterisation.\n" \
54 "The files listed in the Set Of Frames must be tagged:\n" \
55 "raw-file.fits "DETMON_PERNOISE_RAW"\n"
59 detmon_fill_pernoise_params(cpl_parameterlist *,
63 const char *direction,
72 int detmon_fill_pernoise_params_default(cpl_parameterlist *,
77 detmon_pernoise(cpl_frameset *,
78 const cpl_parameterlist *,
84 int (*)(
const cpl_frame *,
88 detmon_pernoise_reduce(cpl_image *);