Changeset 1011 for trunk/src/geometry_calib.m
- Timestamp:
- Sep 29, 2017, 4:31:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r1009 r1011 378 378 SubDirBase=regexprep(OutPut.DataSeries{1},'\..+$',''); 379 379 XmlName=fullfile(OutPut.Campaign,OutPut.Experiment{ilist},[SubDirBase '.xml']); 380 dispmessage=' created with calibration parameters'; 380 381 % copy the xml file from the old location if appropriate, then update with the calibration parameters 381 382 if ~exist(XmlName,'file') && ~isempty(SubDirBase) … … 383 384 if exist(oldxml,'file') 384 385 [success,message]=copyfile(oldxml,XmlName);%copy the old xml file to a new one with the new convention 386 dispmessage=' updated with calibration parameters'; 385 387 end 386 388 end … … 389 391 msgbox_uvmat('ERROR',errormsg); 390 392 else 391 display([XmlName ' updated with calibration parameters'])393 display([XmlName dispmessage]) 392 394 nbcalib=nbcalib+1; 393 395 end
Note: See TracChangeset
for help on using the changeset viewer.