-
Notifications
You must be signed in to change notification settings - Fork 21
New atlas from unfoldreg subfields #487
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
base: dev-v2.0.0
Are you sure you want to change the base?
Conversation
I removed this in a clean-up PR, but it is actually needed.. Moved it to another location now..
- this adds a new form of atlas creation where the subject subfields come from "unfoldreg", i.e. from some existing base atlas (like multihist7), instead of from "native" (manual segmentations). - a --new-atlas-subfields-from CLI option has now been added to specify either native or unfoldreg - this supports the use-case of building a new atlas using additional metrics and on populations, the idea being that such an atlas should improve inter-subject alignment - atlas CLI args have also been renamed/simplified for clarity, adding --new-atlas in front of args that relate to new atlas building.. - dry-run test cases have also been included - note: behavior for existing atlas creation from native subfields should be unchanged (but you will now need the --new-atlas-from native)
fb20959 to
2b7537e
Compare
now only disabled when modality==dsegtissue and group_create_atlas
|
Atlas generation is working now, and a newly made hcpUR100myelin template has been generated and pushed to hippunfold-atlases (uses curvature, gyrification, thickness, myelin).. note this atlas must be used with I've also confirmed that using a different atlas results in different metric maps, due to differences in the unfolded registration. Will demonstrate this in more detail for the paper.. |
native atlas gen still combines left and right together..
This reverts commit e32db2a.
was having dag issues so this simplifies the change to only affect the 2d unfolded registration
|
I'm happy to merge this in, but I was wondering if you're still planning to make a demo for the paper? |
|
Sorry I've been swamped with things haven't been able to bring my attention back to this.. |
I've been meaning to incorporate this feature for some time now, and the changes ended up being pretty minimal (ie one new rule) since most of the existing infrastructure (e.g. generic unfolded registration with any metrics, atlas generation with custom metrics) already supports it..
Still a WIP draft PR, as it is only dry-run tested, but I plan to build a HCP UR100 template including myelin as an initial use-case..
"unfoldreg", i.e. from some existing base atlas (like multihist7),
instead of from "native" (manual segmentations).
either native or unfoldreg
metrics and on populations, the idea being that such an atlas should
improve inter-subject alignment
in front of args that relate to new atlas building..
should be unchanged (but you will now need the --new-atlas-from native)
also includes a bugfix from a file I removed that was still needed..merged already