Skip to content

Commit 94aa529

Browse files
committed
remove levels from trial type column
1 parent 7fa0bb5 commit 94aa529

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/saveEventsFile.m

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,11 @@
182182
% before calling openFile.
183183

184184
% initialize holy trinity (onset, trial_type, duration) columns
185-
logFile(1).columns = struct('onset', struct( ...
186-
'Description', ...
185+
logFile(1).columns = struct('onset', struct('Description', ...
187186
'time elapsed since experiment start', ...
188187
'Units', 's'), ...
189-
'trial_type', struct( ...
190-
'Description', 'types of trial', ...
191-
'Levels', struct()), ...
192-
'duration', struct( ...
193-
'Description', ...
188+
'trial_type', struct('Description', 'types of trial'), ...
189+
'duration', struct('Description', ...
194190
'duration of the event or the block', ...
195191
'Units', 's') ...
196192
);

0 commit comments

Comments
 (0)