Improve support for yokogawa (and possible future OPM systems)#819
Improve support for yokogawa (and possible future OPM systems)#819contsili wants to merge 1 commit intofieldtrip:masterfrom
Conversation
ft_sensorrealign is obsolete. ft_electrorealign can be used instead. However, cfg.method = 'fiducial' can be used only for elec structures and not for grad structures. So instead we use cfg.method = 'template'.
|
Hi @robertoostenveld @schoffelen, In my Yokogawa dataset, using To align Polhemus data with Yokogawa sensors (+ newer OPM systems will benefit from that!), I suggest we expand |
|
OPMs have the flexibility to be on the scalp as EEG, so many EEG methods can be extended to the OPMs e.g., via the |
ft_sensorrealignis obsolete.ft_electrorealigncan be used instead.However,
cfg.method = 'fiducial'can be used only for elec structures and not for grad structures. So instead we usecfg.method = 'template'.