-
Notifications
You must be signed in to change notification settings - Fork 0
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
Co-registration of longitudinal data #17
Comments
I've tested the suggestion of @benjamindeleener to use Using this dataset: https://openneuro.org/datasets/ds004507/versions/1.0.1, trying to align the head position Here is the description of
It failed:
It worked! 🎉
|
Awesome! Some details about the method: when providing the labels, the registration algorithm will map the two sets of labels. When the user does not provide any set of labels, the registration algorithm will map the two curves based on length, but it doesn't make sense if the two curves do not start at the same (upper) location. In addition, I usually experience some errors with this algorithm (when only providing the curves. This algorithm is great for intra- and inter-subject registration while preserving the axial topology of the structures. It can be used for registration to a template, for intra-subject inter-modality registration as well as motion correction. The processing time depends on the image size and resolution, but it can be used on any 3D image. |
This post summarizes notes from our (@valosekj, @sandrinebedard, @jcohenadad) meeting with Roland Henry (UCSF) at ISMRM 2023.
Roland is interested in the intra-subject co-registration of longitudinal data in MS patients (i.e., data across different time points).
He has axial and sagittal images from 10-time points. Images should have similar parameters across time points.
Ideas to explore (one idea per point):
sct_straighten_spinalcord
(see options-ldisc-input
and-ldisc-dest
)The ideas could be tested on spine-generic/data-single-subject dataset (we have already computed C2-C3 CSA in the native space).
TODO:
The text was updated successfully, but these errors were encountered: