Skip to content
Snippets Groups Projects
Commit a8c8237c authored by Matthew Webster's avatar Matthew Webster
Browse files

fix for masking with -ve threshold

parent efe689fa
No related branches found
No related tags found
No related merge requests found
......@@ -118,9 +118,6 @@ MelodicOptions* MelodicOptions::gopt = NULL;
cerr << "WARNING: melodic denoising is deprecated, please use fsl_regfilt instead!" <<endl;
}
}
if (threshold.value()<=0){
use_mask.set_T(false);
}
if (output_all.value()){
output_unmix.set_T(true);
output_MMstats.set_T(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment