Skip to content

Ensure that arguments to fslmaths `-thr` options are numeric

Taylor Hanayik requested to merge fix-thr-uthr-isnumber into master

Previously, images could mistakenly be provided as inputs to -thr and -uthr options. This resulted in a silent bug where the threshold was set to 0. We now ensure that arguments are numeric, and have made the help text more clear.

Edited by Paul McCarthy

Merge request reports