Skip to content

Commit 2e44c24

Browse files
committed
Simplified filenames for example dataset
1 parent d1c6263 commit 2e44c24

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

example_3T/scripts/Run_first_level_binned.m example_3T/scripts/Run_first_level.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
mkdir(glm_dir);
8686
end
8787

88-
load('first_level_binned_batch.mat');
88+
load('first_level_batch.mat');
8989

9090
% Session-specific options
9191
for i = 1:nsess
@@ -136,7 +136,7 @@
136136

137137
%% Extract timeseries
138138
cd(start_dir);
139-
load('extract_timeseries_binned_batch.mat');
139+
load('extract_timeseries_batch.mat');
140140
matlabbatch{1}.spm.util.voi.spmmat = cellstr(fullfile(glm_dir,'SPM.mat'));
141141
matlabbatch{1}.spm.util.voi.roi{1}.mask.image = ...
142142
cellstr(fullfile(glm_dir,'spmF_0001_mask_uncorrected.nii'));

0 commit comments

Comments
 (0)