File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 %
88 % The folder tree will always include a session folder.
99 %
10- % Will also create the right fileName for the eyetracking data file.
10+ % Will also create the right fileName for the eyetracking data file.
1111 % For the moment the date of acquisition is appended to the fileName.
1212 %
1313 % USAGE::
Original file line number Diff line number Diff line change 3737 % logFile = saveEventsFile('init_stim', cfg, logFile)
3838 % logFile = saveEventsFile('open', cfg, logFile)
3939 % logFile = saveEventsFile('save', cfg, logFile)
40- %
41- % - ``'init'`` and ``'init_stim'`` are used for events and stimuli tsv files respectively.
40+ %
41+ % - ``'init'`` and ``'init_stim'`` are used for events and stimuli tsv files respectively.
4242 % This initializes the extra columns to be save.
4343 %
4444 % - ``'open'`` will create the file ID and return it in ``logFile.fileID`` using
5252 % logFile = saveEventsFile('open', cfg, logFile);
5353 %
5454 % - ``'save'`` will save the data contained in logfile by using the file ID
55- % ``logFile.fileID``.
55+ % ``logFile.fileID``.
5656 % If saving a stimulus file then the only the fields of ``logFile.extraColumns``
5757 % will be saved.
5858 % For regular _events.tsv files, then ``logFile`` must then contain:
5959 %
6060 % - logFile.onset
6161 % - logFile.duration
62- %
62+ %
6363 % Otherwise it will be skipped.
6464 %
6565 % Example::
You can’t perform that action at this time.
0 commit comments