-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fslmaths z value behavior #8
Comments
Latest niimath commit has
|
Latest niimath commit has |
Latest commit ensures niimath clamps values. Issue has been reported to fsl developers (@hanayik) |
This demo exhibits that fslmaths
-ztop
and-ptoz
show unexpected behavior. The round trip ends up converting extreme z scores to zero, rather than clamping them. niimath performs nicely for positive values, but extreme negatives become more extreme (as we get to the subnormal range we need to ensure we choose a value that further away from zero).The text was updated successfully, but these errors were encountered: