Bugzilla – Bug 1822
Error in STUDY creation script due to "issue with the folder names"
Last modified: 2019-12-10 11:47:47 PST
Can't reproduce the issue since data sample or indication to reproduce the issue were never provided... We are closing this report. Ramon
Hi Nikola, Thanks for sending us this report. Can you upload a small datasets and the indications to reproduce the error? Thanks, Ramon
Dear all, I am trying to create a new Study set with 400+ files. The STUDY creation seems to go well, but at the last step, just after the "Selecting datasets with field 'condition' equal to 'X'" block, I get this error: "Duplicate entry detected in new design, reinitializing design with new file names Error using std_makedesign (line 347) There is probably an issue with the folder names - move the files and try again Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_makedesign (line 349) [STUDY com] = std_makedesign(STUDY, ALLEEG, designind, orivarargin{:}, 'defaultdesign', 'forceoff'); Error in std_checkset (line 205) STUDY = std_makedesign(STUDY, ALLEEG); Error in std_editset (line 215) STUDY = std_checkset(STUDY, ALLEEG);" I've made sure that there are, in fact, no duplicate file names. Here is the study creation code I'm using (showing only some datasets here, real one has 400+): [STUDY ALLEEG] = std_editset( STUDY, ALLEEG,'name','RefFrameStudy', 'commands', { ... { 'index' 1 'load' '/Users/Nikola/Dropbox/Projects/Research Projects/2015 - HSE Projects/EEG Spatial Perspective Taking Study/3-ExperimentOne/3-DataAnalysis/EEG/RF01/Epoched/RF01_S 1.set' 'subject' 'RF01' 'condition' 'IAllo' }, ... { 'index' 2 'load' '/Users/Nikola/Dropbox/Projects/Research Projects/2015 - HSE Projects/EEG Spatial Perspective Taking Study/3-ExperimentOne/3-DataAnalysis/EEG/RF01/Epoched/RF01_S 2.set' 'subject' 'RF01' 'condition' 'IEgo' }, ... { 'index' 3 'load' '/Users/Nikola/Dropbox/Projects/Research Projects/2015 - HSE Projects/EEG Spatial Perspective Taking Study/3-ExperimentOne/3-DataAnalysis/EEG/RF01/Epoched/RF01_S 3.set' 'subject' 'RF01' 'condition' 'YouAllo' }, ... { 'index' 4 'load' '/Users/Nikola/Dropbox/Projects/Research Projects/2015 - HSE Projects/EEG Spatial Perspective Taking Study/3-ExperimentOne/3-DataAnalysis/EEG/RF01/Epoched/RF01_S 4.set' 'subject' 'RF01' 'condition' 'YouEgo' }, ... {'inbrain' 'on' 'dipselect' 0.15}},'updatedat','off' ); STUDY = pop_savestudy( STUDY, EEG ); Many thanks for any help! N