Changeset 630 for trunk/src/geometry_calib.m
- Timestamp:
- May 6, 2013, 6:49:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r613 r630 188 188 end 189 189 end 190 errormsg=update_imadoc(GeometryCalib,outputfile );% introduce the calibration data in the xml file190 errormsg=update_imadoc(GeometryCalib,outputfile,'GeometryCalib');% introduce the calibration data in the xml file 191 191 if ~strcmp(errormsg,'') 192 192 msgbox_uvmat('ERROR',errormsg); … … 244 244 end 245 245 end 246 errormsg=update_imadoc(GeometryCalib,XmlName );% introduce the calibration data in the xml file246 errormsg=update_imadoc(GeometryCalib,XmlName,'GeometryCalib');% introduce the calibration data in the xml file 247 247 if ~strcmp(errormsg,'') 248 248 msgbox_uvmat('ERROR',errormsg); … … 727 727 end 728 728 outputfile=[filebase '.xml']; 729 errormsg=update_imadoc(GeometryCalib,outputfile );729 errormsg=update_imadoc(GeometryCalib,outputfile,'GeometryCalib'); 730 730 if ~strcmp(errormsg,'') 731 731 msgbox_uvmat('ERROR',errormsg);
Note: See TracChangeset
for help on using the changeset viewer.