Skip to content

Commit

Permalink
Comments modified
Browse files Browse the repository at this point in the history
  • Loading branch information
irojkov-ph committed Oct 21, 2019
1 parent 36550f7 commit 98f6f57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pspm_get_viewpoint.m
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,8 @@
end

function import_cell = import_marker_chan(import_cell, markers, mi_names, mi_values, n_rows, sampling_rate)
% Put here all characters which do not belong to markers
% they have to be separated by a '|'
% '=' has a special threatment because we do not want to delete 'CS+'
% Put here all characters which do not belong to markers.
% They have to be separated by a '|'
non_markers = [',','|','+','|','='];

mi_names_tmp = regexprep(mi_names,non_markers,'');
Expand Down

0 comments on commit 98f6f57

Please sign in to comment.