34 #include "sinfo_psf_config.h"
50 sinfo_psf_config_add(cpl_parameterlist *list)
60 p = cpl_parameter_new_value(
"sinfoni.psf.switch", CPL_TYPE_BOOL,
61 "Switch to activate PSF-related "
62 "(Strehl/Encircled energy) computation",
65 cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI,
"psf-switch");
66 cpl_parameterlist_append(list, p);