28 #ifndef IRPLIB_DETMON_PERNOISE_H
29 #define IRPLIB_DETMON_PERNOISE_H
42 #define DETMON_QC_FREQ "ESO QC FREQ"
43 #define DETMON_QC_FREQ_C "Spectrum frequency"
45 #define DETMON_QC_POW "ESO QC POW"
46 #define DETMON_QC_POW_C "Spectrum power"
49 #define detmon_pernoise_get_description(RECIPE_NAME, PIPE_NAME, \
50 DETMON_PERNOISE_RAW) \
51 RECIPE_NAME " -- " PIPE_NAME " Recipe for Periodic Noise Characterisation.\n" \
52 "The files listed in the Set Of Frames must be tagged:\n" \
53 "raw-file.fits "DETMON_PERNOISE_RAW"\n"
60 detmon_fill_pernoise_params(cpl_parameterlist *,
64 const char *direction,
73 int detmon_fill_pernoise_params_default(cpl_parameterlist *,
78 detmon_pernoise(cpl_frameset *,
79 const cpl_parameterlist *,
85 int (*)(
const cpl_frame *,
89 detmon_pernoise_reduce(cpl_image *);