Ignore:
Timestamp:
Feb 5, 2011, 11:25:38 PM (13 years ago)
Author:
sommeria
Message:

introduce edit boxes to set axis limits. rationalisation of names FixScal?, FixLimits?....
introduce volume scan in calibration procedures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_imadoc.m

    r156 r191  
    88%-------------------------------------------------------------
    99function errormsg=update_imadoc(GeometryCalib,outputfile)
    10 tic
    1110errormsg='';
    1211testappend=0;
     
    6463   [t,uid_calib]=add(t,1,'element','GeometryCalib');
    6564end
     65'TESTupdate'
     66GeometryCalib
    6667t=struct2xml(GeometryCalib,t,uid_calib);
    6768save(t,outputfile);
    68 toc
Note: See TracChangeset for help on using the changeset viewer.