Skip to content

Commit

Permalink
Merge pull request #2 from fieldtrip/master
Browse files Browse the repository at this point in the history
Update 07/07/2023
  • Loading branch information
contsili committed Jul 7, 2023
2 parents 73e3599 + f812124 commit 2919701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data2bids.m
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@

% there are some chanel types used in FieldTrip that are named differently in BIDS
channels_tsv.type(strcmpi(channels_tsv.type, 'unknown')) = {'OTHER'};
channels_tsv.type(strcmpi(channels_tsv.type, 'reserved')) = {'OTHER'};
channels_tsv.type(strcmpi(channels_tsv.type, 'clock')) = {'SYSCLOCK'};
channels_tsv.type(strcmpi(channels_tsv.type, 'meggrad')) = {'MEGGRADAXIAL'};
channels_tsv.type(strcmpi(channels_tsv.type, 'megplanar')) = {'MEGGRADPLANAR'};
Expand Down

0 comments on commit 2919701

Please sign in to comment.