sensor numbers on topoplot
Sameer Walawalkar
sameer at ANDREW.CMU.EDU
Thu Sep 6 23:52:39 CEST 2007
Hello,
While using topoplot, if one uses
cfg.electrodes = 'numbers';
you get a plot with the sensor number written over each of the sensor
positions. What do these numbers correspond to?
If I look at NM306 layout diagram and locate sensor 2121 (on the midline
at the very bottom of the occipital lobe), this corresponds to a sensor
number 289 on the topoplot.
Yet if I do
cfg = [];
cfg.layout = 'NM306all.lay';
lay = prepare_layout(cfg)
reading layout from file NM306all.lay
lay =
pos: [308x2 double]
width: [308x1 double]
height: [308x1 double]
label: {308x1 cell}
>> lay.label(289)
ans =
'2533'
>> find(strcmp(lay.label,'2121'))
ans =
240
Can someone help me understand this?
This is necessary to understand how to assign cfg.highlights.
Thanks,
sameer
----------------------------------
The aim of this list is to facilitate the discussion between users of the FieldTrip toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis. See also http://listserv.surfnet.nl/archives/fieldtrip.html and http://www.ru.nl/fcdonders/fieldtrip.
More information about the fieldtrip
mailing list