Hi,
I was wondering if there is any structure field that can help me
differentiate between MEG gradiometer and magnetometer channels?
Thanks a lot,
Gabriel Obregon
Hi,
I was wondering if there is any structure field that can help me
differentiate between MEG gradiometer and magnetometer channels?
Thanks a lot,
Gabriel Obregon
Hi,
If you use mne matlab toolbox
info=fiff_read_meas_info('005901_fmm_1_raw.fif');
info.ch_names
This will show all the channels, all channels ending at 1 are
magnetometers and all ending at 2 and 3 are gradiotometers.
Sheraz Khan
Martinos center