We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working on #154, I skipped the FreeSurfer skull-strip in favor of ours.
It looks like our brainmask injection assumes that the T1.mgz and T1w.nii.gz are in register. The t1w2fsnative_xfm is not used for this step:
https://github.com/poldracklab/smriprep/blob/d8fe13da52690b7cf2edd71f6ec38c4d660bd405/smriprep/workflows/surfaces.py#L201-L217
This is not blocking on #154, so I will just run FreeSurfer's skull-strip and continue on there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on #154, I skipped the FreeSurfer skull-strip in favor of ours.
It looks like our brainmask injection assumes that the T1.mgz and T1w.nii.gz are in register. The t1w2fsnative_xfm is not used for this step:
https://github.com/poldracklab/smriprep/blob/d8fe13da52690b7cf2edd71f6ec38c4d660bd405/smriprep/workflows/surfaces.py#L201-L217
This is not blocking on #154, so I will just run FreeSurfer's skull-strip and continue on there.
The text was updated successfully, but these errors were encountered: