<div dir="ltr"><div>hello fieldtrip users, <br></div><div>I have encounter some problems and I hope you can help me with those .... <br></div><div><br></div><div>1-<br></div><div>I have EEG data  : 128 channel -with 1 ref so 127 Channel and 2 EOG- so 129 channels at the end. <br></div><div><br></div><div>All of my channels are label 'EEG'. <br></div><div><br></div><div>When I do the preprocessing at the end I obtain 125 channels ... my 2 eog channel and channel O9 and O10 are gone ... <br></div><div>I don t know how to fix that because of course I want to analyse the 129 channels.  <br></div><div><br></div><div>on the hdr ( from ft_preprocessing) : hdr.label = 129 and hdr.type = eeg for the 129 channel<br></div><div>BUT the cfg.channel ( from ft_preprocessing) is 125 .... <br></div><div><br></div><div><br></div><div>----</div><div>My preprocessing : <br></div><div>cfg = [];  <br>cfg.dataset = 'sujet12_250418000001.eeg';<br>% filter HP and DFT (50Hz)<br>cfg.hpinstabilityfix = 'reduce';<br>cfg.hpfilter = 'yes';<br>cfg.hpfreq   = 0.5; <br>cfg.dftfilter     = 'yes';  <br>data_preprocv02 = ft_preprocessing (cfg)</div><div>-----</div><div><br></div>2-<div>this there a difference between <br></div><div>cfg.preproc.hpfilter and cfg.hpfilter ? <br></div><div><br></div><div>----<br></div><div>3-</div><div>when I do on my preprocessing data : <br></div><div>cfg = [];<br>cfg.method         = 'average'; <br>cfg.elec = elec;<br>cfg.badchannel     = {'AFp2'}; <br>cfg.neighbours     = neighbours;<br>data_interp = ft_channelrepair(cfg,data_preproc);</div><div><br></div><div>and then I want to vizualised my 
data_preproc 

again <br></div><div>ft_databrowser (cfg,data_preproc)</div><div><br></div><div><br></div><div>The signal of my data_preproc looks different that BEFORE the channelrepair ... does channelrepair change something to the data ... ? <br></div><div><br></div><div>Thank you for your help ! <br></div><div><br></div><div><br></div> Fanny<br><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><br></div></div></div></div>
</div></div>