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

Commit

Permalink
removing mask after regression
Browse files Browse the repository at this point in the history
this is required if regression is done alone
  • Loading branch information
a3sha2 committed Jun 12, 2020
1 parent 0c90b61 commit 3ecf205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/regress/regress.mod
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ while (( ${#rem} > 0 ))
--1DDT=${regress_1ddt[cxt]} \
--CONFIN=${confproc[cxt]} \
--CONFOUT=${intermediate}_${cur}_confmat.1D
exec_fsl fslmaths ${mask[sub]} -mul ${intermediate}_${cur} ${intermediate}_${cur}
intermediate=${intermediate}_${cur}
configure confproc ${intermediate}_confmat.1D
routine_end
Expand Down Expand Up @@ -243,7 +244,9 @@ while (( ${#rem} > 0 ))
#############################################################
# Update image pointer
#############################################################
exec_fsl fslmaths ${mask[sub]} -mul ${intermediate}_${cur} ${intermediate}_${cur}
intermediate=${intermediate}_${cur}

configure confproc ${intermediate}_confmat.1D
routine_end
;;
Expand Down

0 comments on commit 3ecf205

Please sign in to comment.