-
Notifications
You must be signed in to change notification settings - Fork 5
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
lateralisation of object counts #272
Comments
This is currently supported with the application of hemisphere masks generated with the QuickMask software. This means that each dataset has to be processed twice, once for each hemisphere, to generate separate reports (object counts + loads) for each hemisphere. This is cumbersome, but is the solution that we have currently. The atlases themselves don't differentiate hemispheres so I got the impression this wasn't an easy thing to implement? But maybe there is a solution? Let's discuss sometime, it would be great if Nutil could do this without using masks. |
We could perhaps create a custom atlas with different region codes for each hemisphere but it would be nice if it was an automatic feature for all atlases :) |
Or maybe integrate QuickMask with QuickNII / VisuAlign/ Nutil somehow so that the step is hidden from the user? QuickMask automatically generates left/right hemisphere masks based on a QuickNII or VisuAlign registration (it's shared together with the QuickNII and VisuAlign software on NITRC). Maybe this info could be integrated in the QuickNII or VisuAlign json somehow, or have a button for mask export in VisuAlign, probably many ways to do it. Something to discuss in person. |
This could definitely be done by modifying the atlas itself but I agree it would be most elegant if it's implemented so that it's independent of the atlas delineations. I also think it's essential that the user can get both merged and lateralized counts within the same run. |
I agree with Ingvild. As a minimum, there should be the option to generate two sets of reports - one corresponding to each side of the applied masks - within a single Nutil run. Nutil currently allows users to generate reports for either the left or right side in a single run. It should be a quick fix to implement support for generating both simultaneously. |
Absolutely, and for efficiency would the sum of these reports be equal to the full run? that could be an idea |
Now that we are planning on adding object based point clouds, one advantage is it will make this issue easier.
|
Lateralised version of Allen will be available. Need to be implemented in registration tools first. |
Several users and Trygve have requested the ability to have lateralised object counts + load. Can we calculate this in the output file for both left and right hemispheres.
The text was updated successfully, but these errors were encountered: