Fix the threshold_sigma_level setting of iuwt
It appears that by accident a boolean was specified as value for the threshold_sigma_level in iuwt's perform function. The threshold_sigma_level IS used by IUWT, so I'm not sure why this even worked.
This makes the snr_test setting redundant, as it is never used.