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 #322 from a3sha2/master
Browse files Browse the repository at this point in the history
compute fcon from task's res4d
  • Loading branch information
a3sha2 committed Mar 21, 2020
2 parents 2c47141 + 1bc2165 commit 8ea9efa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/fcon/fcon.mod
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,19 @@ for net in ${atlas_names[@]}
then
subroutine @1.3 Computing network timeseries
exec_sys rm -f ${ts[cxt]}
if is_image ${denoised[sub]} ; then
exec_xcp roi2ts.R \
-i ${denoised[sub]} \
-r ${nodemap[cxt]} \
-l ${a[NodeIndex]} \
>> ${ts[cxt]}
elif is_image ${res4d[sub]} ; then
exec_xcp roi2ts.R \
-i ${res4d[sub]} \
-r ${nodemap[cxt]} \
-l ${a[NodeIndex]} \
>> ${ts[cxt]}
fi
fi


Expand Down

0 comments on commit 8ea9efa

Please sign in to comment.