<div dir="ltr"><div><br></div><div>Hello</div><div><br></div><div>I have a problem with channel repair.</div><div><br></div><div>Firstly, I created my own layout because I cannot apply my data into the offered layout files. </div>
<div>As far as I know, my EEG data was acquired through SynAmps 2 system with 128 electrodes, but I cannot find a suitable layout files. </div><div>QuikCap_NSL_128 does not match either.</div><div><br></div><div>Anyway, I created own customized layout, and usual preprocessing steps were done. </div>
<div>However, there were some bad recording channels so I removed them during preprocessing. </div><div>Moreover, the removed channels are different among the subjects, and now it becomes a big problem for analyzing the data.</div>
<div><br></div><div>So I tried channel repair process, but encountered with errors. </div><div><br></div><div>>>></div><div><div>cfg = [];</div><div>cfg.method        = 'template'; </div><div>cfg.template      = 'bj_plot.mat'; <br>
</div><div>cfg.layout        = lay; </div><div>cfg.channel       = 'T7'; % channels for which neighbours should be found</div><div>cfg.feedback      = 'yes'; </div><div>neighbours = ft_prepare_neighbours(cfg, data);</div>
</div><div>>>></div><br clear="all"><div>I think I have to use 'template' method because, there are some missing channels serially.</div><div>And here are my question. </div><div>Is it possible to assign my own layout in the cfg.template or cfg.layout? Actually at this step, I do not understand how to proceed. </div>
<div>Also, there are many missing channels differ from each subject, but I am not sure which channels should be placed in the cfg.channel. (T7 is one of the missing channel in a subject in my case.)</div><div>Finally, at 'data' field, is it possible to assign a finalized preprocessed data? </div>
<div><br></div><div>And after ft_prepare_neighbours,</div><div><br></div><div>>>></div><div><div>cfg = [];</div><div>cfg.method         = 'spline' </div><div>% cfg.badchannel     = 'T7';  </div><div>
cfg.missingchannel = 'T7'; </div><div>cfg.neighbours     = neighbours; </div><div>cfg.trials         = 'all' </div><div>interpolated = ft_channelrepair(cfg, data)<br></div></div><div><br></div><div>Is that right?</div>
<div><br></div><div><br></div>-- <br><div dir="ltr"><div><font face="arial, helvetica, sans-serif">BeomJun Min, M.D.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);line-height:18px">Department of Medical System Engineering (DMSE)<br>
</span><span style="color:rgb(51,51,51);line-height:18px">Gwangju Institute of Science and Technology (GIST)</span><span style="color:rgb(51,51,51);line-height:18px"> </span><span style="color:rgb(51,51,51);line-height:18px"><br>
261 Cheomdan-gwagiro(Oryong-dong), Buk-gu, Gwangju <br>500-712, Republic of Korea (South) <br>Phone: +82-62-715-3266 / Fax: +82-62-715-3244 <br>E-mail: </span><a href="mailto:mbj0310@gmail.com" style="text-decoration:none;line-height:18px" target="_blank"><span>mbj0310@gmail.com</span></a><span style="color:rgb(51,51,51);line-height:18px">, <a href="http://bmssa.gist.ac.kr/" style="text-decoration:none" target="_blank">http://bmssa.gist.ac.kr</a></span></font><br>
</div></div>
</div>