Ignore:
Timestamp:
May 6, 2013, 6:49:54 PM (11 years ago)
Author:
sommeria
Message:

generalisation of update_imadoc, improverment of the GUI get_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r613 r630  
    188188    end
    189189end
    190 errormsg=update_imadoc(GeometryCalib,outputfile);% introduce the calibration data in the xml file
     190errormsg=update_imadoc(GeometryCalib,outputfile,'GeometryCalib');% introduce the calibration data in the xml file
    191191if ~strcmp(errormsg,'')
    192192    msgbox_uvmat('ERROR',errormsg);
     
    244244        end
    245245    end
    246     errormsg=update_imadoc(GeometryCalib,XmlName);% introduce the calibration data in the xml file
     246    errormsg=update_imadoc(GeometryCalib,XmlName,'GeometryCalib');% introduce the calibration data in the xml file
    247247    if ~strcmp(errormsg,'')
    248248        msgbox_uvmat('ERROR',errormsg);
     
    727727    end
    728728    outputfile=[filebase '.xml'];
    729     errormsg=update_imadoc(GeometryCalib,outputfile);
     729    errormsg=update_imadoc(GeometryCalib,outputfile,'GeometryCalib');
    730730    if ~strcmp(errormsg,'')
    731731        msgbox_uvmat('ERROR',errormsg);
Note: See TracChangeset for help on using the changeset viewer.