Skip to content

Commit 0f49805

Browse files
committed
mh auofix
1 parent 5d91747 commit 0f49805

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/createFilename.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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::

src/saveEventsFile.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
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
@@ -52,14 +52,14 @@
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::

0 commit comments

Comments
 (0)