-
|
Hi BrainVISA team, I am planning to do manual classification of each subject's sulcal pattern using the cortical meshes reconstructed by the Morphologist pipeline. Before running Morphologist, I noticed that one can either manually define the AC/PC landmarks or use a T1 image that has been normalized with FSL. I would like to clarify whether these two approaches are strictly equivalent in terms of the resulting cortical meshes. In particular, I am concerned that using an FSL-normalized T1 image might alter the native sulcal geometry and potentially bias subsequent manual sulcal classification, compared to using the AC/PC-based rigid alignment. Could you please clarify the differences between these two options and whether one preserves native cortical geometry more faithfully than the other? Thank you very much in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
|
Hi,
Morphologist normally processes native space images, and uses normalization information on-the-fly when needed when it needs to use a common orientation. |
Beta Was this translation helpful? Give feedback.
-
|
Yes that's it: if you input a pre-normalized image, then the native size and proportions of the subject are lost and we cannot recover them. |
Beta Was this translation helpful? Give feedback.
-
|
Oh. That's not normal, it should work out of the box. Can you show the parameters of the pipeline, and maybe the log outputs (ctrl-L in the main window of BrainVisa, then open the process tree down to the process which had the error) please ? |
Beta Was this translation helpful? Give feedback.
-
|
There was a missing package ? Then it means that the dependencies of our packages are missing something... Which package was it ? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your feedback. then try again. |
Beta Was this translation helpful? Give feedback.
-
|
We have rebuit a matlab-runtime package, so if you type |
Beta Was this translation helpful? Give feedback.

Hi,
Actually the choice is not exactly the one you describe, although what you say should work also. Normally Morphologist proposes several alternatives to get affine normalization information for a raw, unnormalized (native) T1 image. You may use either the manual AC/PC landmarks, or SPM12 normalization "OldNormalise", or FSL "flirt", or "AimsMIRegister" (a Brainvisa/Aims command). SPM or FSL options do actually make use of these external software (the process will run SPM or FSL) to process a native T1 image. SPM is now shipped with the BrainVisa distribution so should be always available, while FSL has to be installed externally and configured in Brainvisa so that it can be used from B…