From 1e6f5e19f7b1aabac6415942bf58dfe967df7bb3 Mon Sep 17 00:00:00 2001 From: helenacockx Date: Thu, 11 May 2023 21:35:29 +0200 Subject: [PATCH] add column for reference_frame see: https://github.com/bids-standard/bids-specification/issues/1488#issuecomment-1544027528 --- data2bids.m | 1 + 1 file changed, 1 insertion(+) diff --git a/data2bids.m b/data2bids.m index 7d6a59f3d2..e3d7e65bc6 100644 --- a/data2bids.m +++ b/data2bids.m @@ -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