<div dir="ltr">Dear all,<div style>I again have some basic issues...</div><div style><br></div><div style>Today I tried to replace some bad channels in my data. </div><div style>I used</div><div style><br></div><div style>
<p style="margin:0px;font-size:10px;font-family:Courier">cfg = [];</p>
<p style="margin:0px;font-size:10px;font-family:Courier">cfg.badchannel = {<span style="color:rgb(178,69,243)">'E68'</span>, <span style="color:rgb(178,69,243)">'E94'</span>};</p>
<p style="margin:0px;font-size:10px;font-family:Courier">cfg.neighbours     = neighbours;</p>
<p style="margin:0px;font-size:10px;font-family:Courier">cfg.method         = <span style="color:rgb(178,69,243)">'spline'</span>;</p>
<p style="margin:0px;font-size:10px;font-family:Courier">obs90_1_data_int           = ft_channelrepair(cfg,obs90_1_data_clean4);</p><p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">
Unfortunately if I inspect my data afterwards the channel look as bad as before. </p><p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">As Output I get:</p>
<p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier"></p><p style="margin:0px">interpolating channels for 72 trials ........................................................................</p>
<p style="margin:0px">the call to "ft_channelrepair" took 3 seconds and required the additional allocation of an estimated 209 MB</p><p style="margin:0px">creating layout from electrode file GSN-HydroCel-129.sfp</p>
<p style="margin:0px">creating layout for egi128 system</p><p style="margin:0px">the call to "ft_layoutplot" took 0 seconds and required the additional allocation of an estimated 4 MB</p><p style="margin:0px">the call to "ft_prepare_layout" took 0 seconds and required the additional allocation of an estimated 0 MB</p>
<p style="margin:0px">Your data and configuration allow for multiple sensor definitions.</p><p style="margin:0px">Warning: using electrodes specified in the data\n </p><p style="margin:0px">> In fieldtrip-20140424/private/ft_fetch_sens at 148</p>
<p style="margin:0px">  In ft_prepare_neighbours at 138 </p><p style="margin:0px">there are on average 7.4 neighbours per channel</p><p style="margin:0px">Your data and configuration allow for multiple sensor definitions.</p>
<p style="margin:0px">Warning: using electrodes specified in the data\n </p><p style="margin:0px">> In fieldtrip-20140424/private/ft_fetch_sens at 148</p><p style="margin:0px">  In ft_neighbourplot at 83</p><p style="margin:0px">
  In ft_prepare_neighbours at 250 </p><p></p><p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">Any ideas? </p><p style="margin:0px;font-size:10px;font-family:Courier">
<br></p><p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">Furthermore I am struggling a bit with the manual rejection tool using data browser. My problem is that it does not show me the channelnames at the y axis (which is unhandy)</p>
<p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">My (simple) code is</p><p style="margin:0px;font-size:10px;font-family:Courier"><br></p><p style="margin:0px;font-size:10px;font-family:Courier">
</p><p style="margin:0px">cfg = [];</p>
<p style="margin:0px">cfg.viewmode = <span style="color:rgb(178,69,243)">'vertical'</span>;</p>
<p style="margin:0px">cfg.continuous = <span style="color:rgb(178,69,243)">'no'</span>;</p>
<p style="margin:0px">cfg = ft_databrowser(cfg,obs90_data_ica_cleaned)<span style="color:rgb(37,153,45)">;</span><span style="color:rgb(37,153,45)"> </span></p>
<p style="margin:0px">obs90_4_data_clean4 = ft_rejectartifact (cfg,obs90_data_ica_cleaned);</p><p style="margin:0px"><br></p><p style="margin:0px">Any ideas how I can see the names?</p><p style="margin:0px"><br></p><p style="margin:0px">
<br></p><p style="margin:0px">Thanks a lot again</p><p style="margin:0px">Katrin</p><div><br></div><p></p><div><br></div></div></div>