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

anatGetAll(method="means") fails on some MINC input files #4

Closed
mcvaneede opened this issue Sep 12, 2013 · 2 comments
Closed

anatGetAll(method="means") fails on some MINC input files #4

mcvaneede opened this issue Sep 12, 2013 · 2 comments

Comments

@mcvaneede
Copy link
Member

The problem seems to come from the program compute_values_across_segmentation:

atlas = volumeFromFile(args[1], dtype="ushort")

did not work for the Allen Brain atlas file.

@mcvaneede
Copy link
Member Author

a little follow-up: the code for compute_values_across_segmentation currently loads the atlas as a "ubyte" file, only allowing for 255 values. The atlases that we currently use have more values, so this needs to be fixed.

Mostly an issue (bug) for minc-stuffs...

@cfhammill
Copy link
Member

This is fixed by new c++ implementation of compute_values_across_segmentation used in anatGetAll2 in develop

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

2 participants