-
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
cortex.quickshow IndexError #469
Comments
Hi @mingxue1204, have you manually flattened the surfaces and imported them with You can check this tutorial by @tknapen's lab on how to do the cutting and flattening. |
Thank you for your kindly reply~ I'll have a try! ^_^ |
Sorry to bother again. I encounter an error when I'm trying to import a subject by using the command' cortex.freesurfer.import_subj("subj01")', the error is as follows:
what should I do next to fix this? thank you so much for your great patience~ |
Oh, thanks for sharing that. We need to fix our code to adapt to Nibabel's new version. In the meanwhile, you could downgrade nibabel to < 4.0 ( |
Thank you so much for your reply! That problem has been solved by downgrading the nibabel ^_^. However, I seem to have another problem ... Sorry to bother again...
The results is really weird! It only shows the part that I tend to remove during the surface cutting process. Is there anything wrong with my operation? Thank you so much for your great patience! |
I'm trying to plot a flatmap and can't get past quickshow. I've processed a subject's data with freesurfer and goyt the transform files and the surfaces, then put them in the subject file below the database. After that I'm trying to start a quickshow to see the map but encounter the following error:
Can anyone help me with this? Thanks a lot~~~
The text was updated successfully, but these errors were encountered: