Hello, <br><br>Sorry if this has been fixed already but I came across a tricky index issue in eeglab 09.0.4.4b using pop_reref.<br><br>Say that I have 4 channels :<br><br>1 VEOG (bipolar)<br>2 M1<br>3 Fz<br>4 Cz<br><br>If I want to re_reference my data to M1, but not modify my EOG channel and remove my new reference (M2) from the channels.<br>
<br>I type<br> EEG = pop_reref( EEG, 2 ,'exclude',1,'keepref','off');<br><br>What happens in that case, is that data gets re_referenced to Fz (which is channel 3, but the second non-excluded channel).<br>
But then the channel that is actually removed is M2 (channel 2).<br><br>I kept wondering why I was left with an empty Fz after re-ref, which made the kurstosis rejection crash.<br><br>So as I said in the title, I am not sure this is really a bug an tricky index gymnastics<br>
<br>Most people don't have to face this this EOG channels are usually at the end. It just so happened that I made some recordings with a custom mapping of single electrodes.<br><br>If you are in a similar situation you can just reference by hand, or use a similiar workaround :<br>
<br>        EEG = pop_reref( EEG, ref_chans-1 ,'exclude',1,'keepref','on'); <br>        EEG = pop_select( EEG,'nochannel',ref_chans); <br><br>Best Regards<br><br>Alex<br>
<br clear="all">-- <br>Alexandre Lehmann, Phd<br>Postdoctoral research fellow<br>Laboratory for Brain, Music & Sound Research<br>BRAMS - Université de Montréal<br>Pavillon 1420 boul. Mont Royal<br>Case Postale 6128, Station Centre-Ville<br>
Montreal (QC)  H3C 3J7<br>Tel. (514) 343-6111 poste 28306<br><br><br>