<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Evryone,
<div>I was wondering why do i get this type of warnings when running ICA on my data.</div>
<div>this is the script I am using:</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div><i>cfg.resamplefs = 300;</i></div>
<div><i>    cfg.detrend    = 'no';</i></div>
<div><i>    datads = ft_resampledata(cfg, data_clean);</i></div>
<div><i><br>
</i></div>
<div><i>    cfg=[];</i></div>
<div><i>    cfg.bpfilter='yes'; % bandpass , use low freqs for  alpha compponents </i></div>
<div><i>    cfg.bpfreq = [0.5 30];</i></div>
<div><i>    datatmp= ft_preprocessing(cfg, datads)</i></div>
<div><i><br>
</i></div>
<div><i><br>
</i></div>
<div><i>    cfg.method = 'runica';</i></div>
<div><i>    cfg.runica.maxsteps =30;</i></div>
<div><i>    comp_filt = ft_componentanalysis(cfg, datatmp);</i></div>
<div><i>    </i></div>
<div><i>    clear datads</i></div>
<div><i>   </i></div>
<div><i>    </i></div>
<div><i>    cfg           = [];</i></div>
<div><i>    cfg.unmixing  = comp_filt.unmixing;</i></div>
<div><i>    cfg.topolabel = comp_filt.topolabel;</i></div>
<div><i>    comp_origin = ft_componentanalysis(cfg, data_clean);</i></div>
<div><i>    </i></div>
<div><i>    clear comp</i></div>
<div><i>    </i></div>
<div><i>    cfg          = [];</i></div>
<div><i>  <span style="font-size: 10pt;">    cfg.viewmode = 'component';</span></i></div>
<div><i>    cfg.layout   = 'CTF275.lay'; </i></div>
<div><i>    ft_databrowser(cfg, comp_origin)</i></div>
<div><i><br>
</i></div>
<div><i>    </i></div>
<div><i>  <span style="font-size: 10pt;">  cfg           = [];</span></i></div>
<div><i>    cfg.component = input('bad comps = ');</i></div>
<div><i>    meg_ica    = ft_rejectcomponent(cfg, comp_origin,data_clean);</i></div>
</div>
<div><br>
</div>
<div><br>
<div>later on after having selected the bad components i get these messages :</div>
<div><br>
</div>
<div>Warning: unexpected channel unit "unknown" in channel 158  (i get this for all the channels but i copy-pasted just one of them for obv reasons)</div>
<div>
<div>Warning: copying input chantype to montage </div>
<div>Warning: copying input chanunit to montage </div>
</div>
<div><br>
</div>
<div>Thanks in advance for your hints!</div>
<div><br>
</div>
<div>Cecilia</div>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:'Segoe UI',Helvetica,Arial,sans-serif; background-color:rgb(255,255,255)">
<font face="arial,sans-serif"><font face="arial,helvetica,sans-serif"><b>Cecilia Mazzetti - </b></font><font face="arial,helvetica,sans-serif"><b>Ph.D. Candidate </b></font></font></div>
<div style="font-family:'Segoe UI',Helvetica,Arial,sans-serif; background-color:rgb(255,255,255)">
<span style="font-family:arial,helvetica,sans-serif">Donders Centre for Cognitive Neuroimaging, room 1.170 </span></div>
<div style="font-family:'Segoe UI',Helvetica,Arial,sans-serif; background-color:rgb(255,255,255)">
<font face="arial,sans-serif">
<div style="margin:0px"><font face="arial,helvetica,sans-serif">Kapittelweg 29 | </font><font face="arial,helvetica,sans-serif">6525 EN Nijmegen </font></div>
</font></div>
<div style="font-family:'Segoe UI',Helvetica,Arial,sans-serif; background-color:rgb(255,255,255)">
<font face="arial,sans-serif">
<div style="margin:0px"><br>
</div>
</font></div>
</div>
<div style="font-family:Tahoma; font-size:13px"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>