-
Notifications
You must be signed in to change notification settings - Fork 132
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
Mandatory FreeSurfer installation should be documented and checked for #1034
Comments
my dirs' structure is:
which is suitable for BIDS format. |
Could someone address this issue? |
i meet the the same problem! Could someone address this issue? |
Looks like you need a version of FreeSurfer with the synthstrip models packaged.
I assume FreeSurfer 7.2 or 7.3 would have that? |
Hi everyone, I have the same issue. @flyfox2022 @hujb48 did you find a solution ? Thank you very much |
@manuegrx The latest versions of MRIQC use SynthStrip, which is a FreeSurfer tool. That should be added to the documentation. This is not configurable, as I understand it. |
Add info on freesurfer requirement for bare install to address #1034
HI, It is a great work and when i use mriqc, some errors appears.
when I input
mriqc test/ test_out/ participant --participant-label 01
some errors appears:
traits.trait_errors.TraitError: The 'model' trait of a _SynthStripInputSpec instance must be a pathlike object or string representing an existing file, but a value of '<undefined>' <class 'str'> was specified.
and the whole info in cmd is:
(mriqc38) hu@hu-LEGION-REN7000K-26IAB:~/PycharmProjects/pythonProject$ mriqc test/ test_out/ participant --participant-label 01
221012-14:06:04,650 cli IMPORTANT:
so what can i do to deal with the problems?
The text was updated successfully, but these errors were encountered: