-
-
Notifications
You must be signed in to change notification settings - Fork 400
Description
Hey ANTS community,
I am currently working on longitudinal lesion quantification in MS for spinal cord images, and I have been wondering if you see any of the ANTs tools as suitable for this setting to perform this analysis in mid-space.
Right now, I am using the Spinal Cord Toolbox, which wraps ANTs to do the registration (first rigid alignment based on disc labels (not images), second centroid-based alignment using the spinal cord masks (again not using the images)), and then naively halving it, which is, I guess, not technically correct, but gives nice (emperical) results.
I just discovered the SyN-based / template-based example scripts, but I am unsure how to combine this with a segmentation label-based approach. Do you have any advice? This would be greatly appreciated!
Thank you!