Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #344 from a3sha2/master
Browse files Browse the repository at this point in the history
no freesurfer 5 from current fmriprep output
  • Loading branch information
a3sha2 committed Jun 25, 2020
2 parents 89285bf + d5883c6 commit 2e385c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/regress/regress.mod
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ surf=$( ls -f $strucn/anat/*hemi-L_inflated.surf.gii 2>/dev/null )
#now do the surface
for hem in lh rh
do
${FREESURFER_HOME}/bin/mri_vol2surf --mov ${outdir}/boldtoMNI.nii.gz --regheader fsaverage5 --hemi ${hem} \
${FREESURFER_HOME}/bin/mri_vol2surf --mov ${outdir}/boldtoMNI.nii.gz --regheader fsaverage --hemi ${hem} \
--o ${outdir}/${hem}_surface.nii.gz --projfrac-avg 0 1 0.1 --surf white
${FREESURFER_HOME}/bin/mris_convert -f ${outdir}/${hem}_surface.nii.gz ${SUBJECTS_DIR}/fsaverage5/surf/${hem}.sphere ${outdir}/${prefix}_residual_${hem}.func.gii

Expand Down

0 comments on commit 2e385c6

Please sign in to comment.