comparison simScene.m @ 18:ce14979b84f8

fix eventInfo and default value of norm
author Gregoire Lafay <gregoire.lafay@irccyn.ec-nantes.fr>
date Wed, 13 Jan 2016 14:59:46 +0100
parents fc99c676c280
children 8d33767e070a
comparison
equal deleted inserted replaced
17:fc99c676c280 18:ce14979b84f8
185 %% Get sceneSchedule and sceneObjects 185 %% Get sceneSchedule and sceneObjects
186 186
187 if ~strcmp(eventInfoPath,'') 187 if ~strcmp(eventInfoPath,'')
188 load(eventInfoPath); 188 load(eventInfoPath);
189 else 189 else
190 eventInfo{1}.query='null'; 190 eventInfo(1).query='null';
191 end 191 end
192 192
193 [sceneSchedule,sceneObjects]=getBackground(inputPath,score,eventInfo,sr); 193 [sceneSchedule,sceneObjects]=getBackground(inputPath,score,eventInfo,sr);
194 [sceneSchedule,sceneObjects]=getEvent(sceneSchedule,sceneObjects,inputPath,score,timeMode,ebrMode,sampleChoice,eventInfo,sr); 194 [sceneSchedule,sceneObjects]=getEvent(sceneSchedule,sceneObjects,inputPath,score,timeMode,ebrMode,sampleChoice,eventInfo,sr);
195 195