Skip to content

Commit

Permalink
Apply cannonical transform to data and perform slice timing correction
Browse files Browse the repository at this point in the history
  • Loading branch information
astigliani committed Aug 10, 2018
1 parent 2dd22e3 commit f04a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/fLocGroupAnalysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function fLocGroupAnalysis(sessions, clip, stc_flag, contrasts)
elseif length(clip) ~= length(sessions)
error('Length of clip argument is inconsistent with number of sessions.');
end
if nargin < 3 || isempty(stc_falg)
if nargin < 3 || isempty(stc_flag)
stc_flag = 1;
end
if nargin < 4 || isempty(contrasts)
Expand Down

0 comments on commit f04a381

Please sign in to comment.