Ignore:
Timestamp:
Nov 12, 2010, 5:39:24 PM (13 years ago)
Author:
sommeria
Message:

geometry_calib: adapt all the calibration options to the new format for calibration parameters. Suppress the definition of Z for 2D calibrations
msbox_uvmat: suppress a warning by a test on the input string
uvmat: improve the dispaly of dt for pairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msgbox_uvmat.m

    r12 r121  
    2626                   'gui_LayoutFcn',  [] , ...
    2727                   'gui_Callback',   []);
    28 if nargin && ischar(varargin{1})
    29     gui_State.gui_Callback = str2func(varargin{1});
     28if nargin && ischar(varargin{1}) && ~isempty(regexp(varargin{1},'_Callback','once'))
     29    gui_State.gui_Callback = str2func(varargin{1});%for running msgbox_uvmat from a Callback
    3030end
    3131
Note: See TracChangeset for help on using the changeset viewer.