Skip to content

Commit d9e4153

Browse files
committed
formatting
1 parent 3dfc84a commit d9e4153

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/bids_importer/lib/get_marker_data.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
end
1818

1919
% Get marker tsv data
20-
marker_tsv_data_table = read_data_from_tsv(events_tsv_filepath, has_headings, headings, col_types );
20+
marker_tsv_data_table = read_data_from_tsv( ...
21+
events_tsv_filepath, ...
22+
has_headings, ...
23+
headings, ...
24+
col_types ...
25+
);
2126

2227
% --------- markerinfo from tsv ---------
2328
marker_data.data = marker_tsv_data_table.onset;

src/bids_importer/lib/get_physio_eye_data.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
%% Process eye data
99
[ests, eye_data_cell] = get_eyetrack_data( ...
1010
candidate_paths, ...
11-
subject_id, ...
12-
session_id, ...
1311
task_id, ...
1412
run_id ...
1513
);

0 commit comments

Comments
 (0)