-
Notifications
You must be signed in to change notification settings - Fork 140
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
Correspondence between different surfaces #551
Comments
Hi - pycortex encapsulates FreeSurfer's The method in |
Thank you so much for your response! It seems this function is originally designed for fsaverage surfaces. May I ask if you think it is okay to use it (or the functions it calls) for aligning other surfaces? For example, I want to align the S1 pial surface with fsaverage5 pial surface (both provided by pycortex db). Any comments or suggestions will be highly appreciated! |
FreeSurfer and the corresponding FreeSurfer subjects are required to compute the surface-to-surface projection matrices. This computation is not a pycortex functionality - pycortex merely provides convenience methods so you don't need to manually call FreeSurfer. Unfortunately we do not provide the FreeSurfer subject files. However, if you are specifically looking for the S1-to-fsaverage projection matrix, we can provide that. |
Thanks! I will really appreciate it if you can provide to me S1-to-fsaverage (presumably fsaverage5, but others also fine) and fsaverage-to-S1 projection matrices. It would be super helpful to me. My email is yingtian.tang@epfl.ch. Thanks again for your time and help! |
Hi, thank you so much for your great work on this repo. May I ask if there is a way to find the mapping between two different surfaces (or the two surfaces registered to the same space)?
Thanks!
The text was updated successfully, but these errors were encountered: