33 #include "sinfo_bp_noise_config.h"
68 p = cpl_parameter_new_value(
"sinfoni.bp_noise.thresh_sigma_factor",
70 "Threshold Sigma Factor: "
71 "If the mean noise exceeds this "
72 "threshold times the clean standard deviation "
73 "of the clean mean the corresponding pixels "
74 "are declared as bad ",
78 cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI,
79 "bp_noise-thresh_sigma_fct");
80 cpl_parameterlist_append(list, p);
87 p = cpl_parameter_new_range(
"sinfoni.bp_noise.low_rejection",
90 "percentage of rejected low intensity "
91 "pixels before averaging",
95 cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI,
"bp_noise-lo_rej");
96 cpl_parameterlist_append(list, p);
103 p = cpl_parameter_new_range(
"sinfoni.bp_noise.high_rejection",
106 "percentage of rejected high intensity "
107 "pixels before averaging",
111 cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI,
"bp_noise-hi_rej");
112 cpl_parameterlist_append(list, p);
void sinfo_bp_noise_config_add(cpl_parameterlist *list)
Adds parameters for the spectrum extraction.