-
Notifications
You must be signed in to change notification settings - Fork 8
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
atlas_commons.exceptions.AtlasCommonsError when making glial density #16
Comments
Hi @HDictus . At a first glance, it seems like the input volume datasets do not have the same dimensions/shape. Could you please verify if this is the cases? |
all the voxeldata have the same shape, however the underlying numpy array for the astrocyte, microglia, and oligodendrocyte relative density do have 3 channels to my surprise (shape (528, 320, 456, 3)) |
This is peculiar because combine-markers should output 3D volumes, one per type of glial cell. |
The problem seems to originate in Deep-atlas, the interpolated volumes have this shape |
DeepAtlas produces RGB volumes, because antspy was designed for color images. The ISH datasets however do not have colors, ISH expression uses a single dimension. |
That seems to do the trick, thanks! |
when I run the command glia-cell-densities, I get the following error:
Can anyone easily tell me what may be wrong here? If so, maybe we can also put a more informative error in place.
The text was updated successfully, but these errors were encountered: