We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e504e5 + d2a4c43 commit c6659f7Copy full SHA for c6659f7
src/saveEventsFile.m
@@ -3,6 +3,14 @@
3
%
4
% Function to save output files for events that will be BIDS compliant.
5
6
+ % USAGE
7
+ %
8
+ % [logFile] = saveEventsFile('init', [cfg], logFile)
9
+ % [logFile] = saveEventsFile('open', [cfg], logFile)
10
+ % [logFile] = saveEventsFile('open_stim', [cfg], logFile)
11
+ % [logFile] = saveEventsFile('save', [cfg], logFile)
12
+ % [logFile] = saveEventsFile('close', cfg, logFile)
13
14
% INPUTS
15
16
% logFile:
@@ -326,6 +334,7 @@ function printData(output, data)
326
334
end
327
335
328
336
function logFile = resetLogFileVar(logFile)
337
+ % removes the content of all the events from (2:end)
329
338
330
339
logFile(2:end) = [];
331
340
0 commit comments