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