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 #422 from a3sha2/master
Browse files Browse the repository at this point in the history
renaming surface
  • Loading branch information
a3sha2 committed Jan 13, 2021
2 parents 3209aba + 85b4486 commit 7cf8ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs"
}
"restructuredtext.confPath": "${workspaceFolder}/docs",}
4 changes: 2 additions & 2 deletions modules/regress/regress.mod
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ if [[ "$imgname" == *_res-* ]]; then
fi

ciftifile=$(ls -f ${imgprt}*bold.dtseries.nii)
giftifile=$(ls -f ${imgprt}*hemi-L_bold.func.gii)
giftifile=$(ls -f ${imgprt}*hemi-L*.func.gii)
exec_sys echo ${ciftifile}

#if [[ -f ${ciftifile} ]]; then
Expand All @@ -476,7 +476,7 @@ done 2>/dev/null

#if [[ -f ${giftifile} ]]; then

giftifiles=$(ls -f ${imgprt}*_hemi-*_bold.func.gii) 2>/dev/null
giftifiles=$(ls -f ${imgprt}*_hemi-*.gii) 2>/dev/null
exec_sys mkdir -p ${out[sub]}/figures/ 2>/dev/null
for i in ${giftifiles}; do 2>/dev/null
ln=${i##*space} 2>/dev/null
Expand Down

0 comments on commit 7cf8ed7

Please sign in to comment.