We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_nan.mnc is a 10x10x10 voxel volume with regular values except for the following: 4,4,3 : Inf 4,4,4 : -Inf 4,4,5: NaN
Running following snippets:
minccalc -express 'isnan(A[0])' test_nan.mnc test_nan_nan.mnc mincstats -sum test_nan_nan.mnc
Produces 2
mincreshape -short test_nan.mnc test_nan_short.mnc minccalc -express 'isnan(A[0])' test_nan_short.mnc test_nan_short_nan.mnc mincstats -sum test_nan_short_nan.mnc
Produces 0
minccalc relies on voxel_loop to work with the volume.
test_nan.mnc.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test_nan.mnc is a 10x10x10 voxel volume with regular values except for the following:
4,4,3 : Inf
4,4,4 : -Inf
4,4,5: NaN
Running following snippets:
Produces 2
Running following snippets:
Produces 0
minccalc relies on voxel_loop to work with the volume.
test_nan.mnc.zip
The text was updated successfully, but these errors were encountered: