<div dir="ltr">Fieldtripers,<div><br></div><div>Anybody has a layout file for Elekta/Neuromag system? I downloaded the file from the following discussion list: <a href="http://mailman.science.ru.nl/pipermail/fieldtrip/2007-March/001019.html">http://mailman.science.ru.nl/pipermail/fieldtrip/2007-March/001019.html</a>. However, this layout file give errors (i.e., Attempt to reference field of non-structure array) when I use it for ft_topoplotIC(cfg,components).  Am I missing something? I used the following commands:</div><div><br></div><div>%~~~~~~~~~~~~~~~</div><div><div>clear all</div><div><br></div><div>cfg = [];</div><div>cfg.dataset     = 'C071_resting_150608.fif';<br></div><div>cfg.hpfilter = 'yes'</div><div>cfg.hpfreq   = 1;</div><div>cfg.channel = {'MEG', '-STI001', '-STI002','-STI003','-STI004', '-STI005',...,<br></div><div>    '-STI006','-STI007','-STI008','-STI101','-STI201','-STI301'};</div><div><br></div><div>data_continuous = ft_preprocessing(cfg);</div><div><br></div><div>%resample the data to 100Hz</div><div>cfg = [];</div><div>cfg.resamplefs = 100;</div><div>[data] = ft_resampledata(cfg, data_continuous)</div><div><br></div><div>%% running ICA and cleaning data</div><div>cfg = [];</div><div>cfg.method = 'runica';</div><div>comp = ft_componentanalysis(cfg, data);</div><div><br></div><div>cfg = [];</div><div>cfg.component = [1:50];</div><div>cfg.layout = 'NM306all.mat';</div><div>cfg.comment = 'no';</div><div>ft_topoplotIC(cfg, comp);</div><div><br></div><div>%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></div></div><div>Thank you</div><div><br></div><div>Sreenivasan</div><div><br></div><div><br></div></div>