<div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">Hello, Regarding having the correct channel layout, after you load the file into eeglab, you can then just find and apply with the "pop_chanedit" function the correct egi channel layout file for your infant data. Also, regarding big files from egi, one can also simply stop and restart the recording, thus making several smaller and easier-to-load files for one recording session. Cheers!</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><div class="gmail_default">chanlocations = filepath/filename ;</div></div><div class="gmail_default" style><div class="gmail_default" style="color:rgb(51,51,153)">  EEG=pop_chanedit(EEG, 'load',{chanlocations 'filetype' 'autodetect'});</div><div class="gmail_default" style><font color="#333399">    [ALLEEG EEG] = eeg_store(ALLEEG, EEG, CURRENTSET);</font><br></div><div class="gmail_default" style><font color="#333399"><br></font></div><div class="gmail_default" style><font color="#333399"><br></font></div><div class="gmail_default" style="color:rgb(51,51,153)">    </div></div><div class="gmail_extra"><br></div></div>