-
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
Register the segmentation back to the T1 space #100
Comments
Hi Charly @CCaredda, Your answer depends on how you preprocess your files. |
Hi, ` # define modalities
Best, |
Hi Charlie, Currently, we don't have a built-in method to warp back to native space. This method allows you to save the intermediate computation steps and registration matrixes https://brainles-preprocessing.readthedocs.io/en/latest/brainles-preprocessing.html#brainles_preprocessing.preprocessor.Preprocessor.run Depending on your registration framework, in your case, ANTs, one can now use the inverse of these steps to warp back to native space. It would be nice to have such a method in the future. Ideally, we solve this one first, as this would boil it down to running a single transform: |
Thank you, I will take a look at this and let you know. |
Hi,
thank you for this great tool! I understood that Brats use preprocessed files (skullstripped and co-registered in the SRI-24 space).
With the pre-processing functions, is there a way to register the segmented volume back to the T1 space?
Thank you,
Best,
Charly
The text was updated successfully, but these errors were encountered: