-
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
ValueError when importing subject from Freesurfer #338
Comments
It seems there is a readline too much in |
Hi Daniel! Thanks for both posting this issue and finding a fix :) I was actually surprised upon seeing this that (1) we are still using our own code to parse freesurfer surfaces instead of nibabel (I think this module predates the introduction of nibabel as a dependency for pycortex), and (2) that we haven't run into this issue before. Can you tell us what version of freesurfer you're using here? Also, is there something particular or strange about this surface? Finally, can you confirm that the nibabel function |
Uhm, interesting. But I also cannot I'll investigate further and report back when I find out what the issue is. |
Related: freesurfer/freesurfer#699 |
Oh, thanks for the pointer @dangom! |
Recently came across pycortex and decided to give it a try. I'm having troubles getting it to import data from freesurfer, though, as pycortex raises a ValueError, as shown in the backtrace below. Any suggestions on how to proceed would be welcome.
The text was updated successfully, but these errors were encountered: