-
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 with fmriprep dataset #428
Comments
I cannot replicate this issue with a newly imported subject from fmriprep. Have you perhaps tried to import this subject multiple times? Can you try to replace the last call to If this still doesn't work, I would start from a clean slate and remove the subject from the pycortex store, then re-import it. You can find where your pycortex store is with the following code (see https://gallantlab.github.io/pycortex/auto_examples/quickstart/show_config.html#sphx-glr-auto-examples-quickstart-show-config-py):
this will print the path to the filestore, then from the command line you can cd into that folder and remove the directory associated with your subject. Then try reimporting the subject again. |
Dear Matteo,
|
Add on: There has been an issue with FMRIPREP if the FOV was >256mm. It has been resolved beginning of 2020. Might that be the sourve of the error?
|
Hmmm interesting. The error you are having is caused by a shape mismatch between the curvature data (generated by freesurfer and stored as Now, I can think of two reasons for this
|
Dear pycortex-team,
we are trying to use the pycortex software on an fmriprep dataset.
However, the adapted example of the tutorial results in the following error.
Thus, we would like to ask you for your support
Thank you very much!
The text was updated successfully, but these errors were encountered: