<div dir="ltr">Dear Isaiah,<div><br></div><div>I have no idea what happened there, but why don't you try my solution for temporary solution.</div><div>I usually load all datasets into EEGLAB and using GUI I create STUDY. I have never experienced any trouble in doing this.</div>

<div>Below is an example (note that in this case each subject's data are contained in a folder; it's easier if you can collect them under one folder).</div><div><br></div><div><div>cd /data/projects/Makoto/tic/ticSuppressionStudy</div>

<div>allFolders = dir('500*');</div><div>allFolders = allFolders(1:end);</div><div>for n = 1:length(allFolders)</div><div>    tmpFolder = allFolders(n).name;</div><div>    cd(tmpFolder)</div><div>    </div><div>    loadFile = dir('*_blinticDipEpoch.set');</div>

<div>    EEG = pop_loadset('filename', loadFile.name, 'filepath', pwd, 'loadmode', 'info');</div><div>    EEG.subject = tmpFolder;</div><div>    EEG.group   = 'control';</div><div>
    </div>
<div>    [ALLEEG, EEG, CURRENTSET] = eeg_store( ALLEEG, EEG, 0 );</div><div>    </div><div>    cd ..</div><div>end</div><div>eeglab redraw</div></div><div><br></div><div>After running this, create STUDY using all loaded set files from GUI.</div>

<div><br></div><div>Makoto</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-05 14:33 GMT-07:00 Isaiah Innis <span dir="ltr"><<a href="mailto:isainnis@umail.iu.edu" target="_blank">isainnis@umail.iu.edu</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all:<br clear="all"><div><br>When I try to create a STUDY in EEGLAB, I see the datasets loading in the command window and then the errors: 
<br>"Duplicate entry detected in new design, reinitializing design with new 
file names" <br>and "Note: duplicate 'key', 'val' parameter(s), keeping the last one(s)"<br> start looping. This happens whether I use the GUI or a script. <br><br></div><div>I cannot find what I have done wrong; could someone shed some light on the issue?<br>


</div><div><br></div><div>%Code below<br></div><div>[STUDY ALLEEG] = std_editset( STUDY, ALLEEG, 'name','Object_Maintenance ','task','observation', 'commands',...<br>    {...<br>    {'index' 1 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject101_study_oobg.set' 'subject' 'S101' 'condition' 'oobg'}...<br>


    {'index' 2 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject102_study_oobg.set' 'subject' 'S102' 'condition' 'oobg'}...<br>


    {'index' 3 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject103_study_oobg.set' 'subject' 'S103' 'condition' 'oobg'}...<br>


    {'index' 4 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject101_study_oibg.set' 'subject' 'S101' 'condition' 'oibg'}... <br>


    {'index' 5 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject102_study_oibg.set' 'subject' 'S102' 'condition' 'oibg'}... <br>


    {'index' 6 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject103_study_oibg.set' 'subject' 'S103' 'condition' 'oibg'}...<br>


    {'index' 7 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject101_study_orbg.set' 'subject' 'S101' 'condition' 'orbg'}...<br>


    {'index' 8 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject102_study_orbg.set' 'subject' 'S102' 'condition' 'orbg'}...<br>


    {'index' 9 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject103_study_orbg.set' 'subject' 'S103' 'condition' 'orbg'}...<br>


    {'index' 10 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject101_study_ovbg.set' 'subject' 'S101' 'condition' 'ovbg'}...   <br>


    {'index' 11 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject102_study_ovbg.set' 'subject' 'S102' 'condition' 'ovbg'}...   <br>


    {'index' 12 'load' 'C:\\Users\\Jazmine_Silver\\Documents\\EEG Lab Tech\\EEG Data Files\\MotionPerception\\PilotData\\Study01\\Datasets\\Subject103_study_ovbg.set' 'subject' 'S103' 'condition' 'ovbg'}...<br>


    }, 'updatedat', 'off' );<br></div><div>%End of code<br></div><div><br><br></div><div>Thank you, <br></div><span class="HOEnZb"><font color="#888888"><div>-- <br><div dir="ltr">Isaiah Innis<br>Indiana University '13<br>

Lab Manager, IUB IRF<br>
<br><br></div>
</div></font></span></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br><br clear="all"><div><br></div>

-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div>
</div>