<div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">Greetings eeglabers,</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Any thoughts here are appreciated.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Does anyone know the easiest way to copy the dipfit information from one file to another,</div><div class="gmail_default" style="color:rgb(51,51,153)">assuming the other file has the same number of channels, and comes from the same session and person ?</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">I tried something like that, but then the dipole viewer does not work for the new file to which the dipfit info is transferred. The pop_dipfit code seems to be looking a "sources" field that I cannot find in the original file which has a working set of dipoles from dipfit.<br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">my simple code looks like this, when I try to "transfer over" dipfit info into a new file that I have just loaded, and having saved the working dipfit info from another file in monkey666.</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">EEG.dipfit.hdmfile = monkey666.dipfit.hdmfile;</div><div class="gmail_default">EEG.dipfit.mrifile = monkey666.dipfit.mrifile;</div><div class="gmail_default">EEG.dipfit.chanfile = monkey666.dipfit.chanfile;</div><div class="gmail_default">EEG.dipfit.chansel = monkey666.dipfit.chansel;</div><div class="gmail_default">EEG.dipfit.coordformat = monkey666.dipfit.coordformat;</div><div class="gmail_default">EEG.dipfit.coord_transform = monkey666.dipfit.coord_transform;</div></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Thanks for any consideration,</div><div class="gmail_default" style="color:rgb(51,51,153)">Tarik</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div></div>