37 #include "irplib_detmon.h"
38 #include "irplib_plugin.h"
41 #define DETMON_PERNOISE_RAW "RAW"
43 #define RECIPE_NAME "detmon_pernoise"
49 CPL_RECIPE_DEFINE(detmon_pernoise, DETMON_BINARY_VERSION,
50 irplib_detmon_fill_pernoise_params_default(recipe->parameters,
53 "Lander de Bilbao",
"lbilbao@eso.org",
"2007",
54 "Periodic Noise Characterisation recipe",
55 irplib_detmon_pernoise_get_description(
"detmon_pernoise",
57 DETMON_PERNOISE_RAW));
68 static int detmon_pernoise(cpl_frameset * frameset,
69 const cpl_parameterlist * parlist)
71 const cpl_error_code error = irplib_detmon_pernoise(frameset,
77 PACKAGE
"/" PACKAGE_VERSION,
81 cpl_ensure_code(!error, error);
83 return CPL_ERROR_NONE;