Skip to content

Commit

Permalink
add column for reference_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
helenacockx committed May 11, 2023
1 parent 3b7603a commit 1e6f5e1
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 @@ -640,6 +640,7 @@
cfg.channels.component = ft_getopt(cfg.channels, 'component' , nan);
cfg.channels.tracked_point = ft_getopt(cfg.channels, 'tracked_point' , nan);
cfg.channels.placement = ft_getopt(cfg.channels, 'placement' , nan);
cfg.channels.reference_frame = ft_getopt(cfg.channels, 'reference_frame' , nan);

%% columns in the electrodes.tsv
cfg.electrodes.name = ft_getopt(cfg.electrodes, 'name' , nan); % REQUIRED. Name of the electrode
Expand Down

0 comments on commit 1e6f5e1

Please sign in to comment.