selectedDataProcessors.add(filterBank);
if ((featParams.get("-remove_noise") != null)
&& (featParams.get("-remove_noise").equals("yes"))) {
denoise = new Denoise(Denoise.class.getField("LAMBDA_POWER")
.getAnnotation(S4Double.class)
.defaultValue(),
Denoise.class.getField("LAMBDA_A")
.getAnnotation(S4Double.class)
.defaultValue(),