Skip to content
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

seg_stats -pr option ignored for -Nl and -Vl output #7

Open
soundray opened this issue Nov 26, 2019 · 0 comments
Open

seg_stats -pr option ignored for -Nl and -Vl output #7

soundray opened this issue Nov 26, 2019 · 0 comments

Comments

@soundray
Copy link

soundray commented Nov 26, 2019

$ seg_stats empty.nii.gz -Vl test1.csv
$ cat test1.csv ; echo
1.0368e+07
$ seg_stats empty.nii.gz -pr 10 -Vl test2.csv
$ cat test2.csv ; echo
1.0368e+07

Expected behaviour is to render the number with full precision in decimal notation in the second example (10367971 in this case where voxel dimensions are 1.2 × 0.9375 × 0.9375).

Behaviour is similarly unexpected for -Nl.

Thanks for fixing the last issue I reported!

@soundray soundray changed the title seg_stats -pr option ignored for -Nl output seg_stats -pr option ignored for -Nl and -Vl output Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant