Skip to content

Commit aa7b535

Browse files
committed
change function name
1 parent 7610708 commit aa7b535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/readOutputFilter.m renamed to src/readAndFilterLogfile.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function outputFiltered = readOutputFilter(filterHeader, filterContent, varargin)
1+
function outputFiltered = readAndFilterLogfile(filterHeader, filterContent, varargin)
22
% outputFiltered = readOutputFilter(filterHeader, filterContent, varargin)
33
%
44
% It will display in the command window the content of the `output.tsv' filtered by one element
@@ -9,8 +9,8 @@
99
%
1010
% INPUT:
1111
%
12-
% - filterHeader: string, the column header where the ctarget content is stored (e.g., for
13-
% 'condition name' will be 'trial type')
12+
% - filterHeader: string, the header of the column where the content of insterest is stored
13+
% (e.g., for 'trigger' will be 'trial type')
1414
% - filterContent: string, the content of the column you want to filter out. It can take just
1515
% part of the content name (e.g., you want to display the triggers and you have
1616
% 'trigger_motion' and 'trigger_static', 'trigger' as input will do)

0 commit comments

Comments
 (0)