Skip to content

Commit

Permalink
Address Tim Concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserm committed Apr 2, 2020
1 parent 31ea9a0 commit a4728cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global/scripts/RSNregression.m
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function RSNregression(InputFile, InputVNFile, Method, ParamsFile, OutputBeta, v
NODEts=NODEts.cdata';
betaICA = ((pinv(normalise(NODEts)) * demean(inputConcat')))';
otherwise
error(['unrecognized method: "' Method '", use "weighted," "dual," or "single"']);
error(['unrecognized method: "' Method '", use "weighted", "dual", or "single"']);
end

NODEtsnorm = normalise(NODEts);
Expand Down
4 changes: 2 additions & 2 deletions global/scripts/RSNregression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ case "$MatlabMode" in

if [[ ! ${Method} == "single" ]]
then
matlab_args+=", 'GroupMaps', '$GroupMaps'"
matlab_args+=", 'VAWeightsName', '$tempfile.91k.dscalar.nii'"
matlab_args+=", 'GroupMaps', '$GroupMaps'"
matlab_args+=", 'VAWeightsName', '$tempfile.91k.dscalar.nii'"
fi
if ((DoZ))
then
Expand Down

0 comments on commit a4728cc

Please sign in to comment.