Changeset 121 for trunk/src/uvmat.m


Ignore:
Timestamp:
Nov 12, 2010, 5:39:24 PM (14 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/uvmat.m

    r120 r121  
    28042804    dt=UvData.dt;
    28052805end
    2806 if isequal(dt,0)
     2806if isempty(dt)||isequal(dt,0)
    28072807    set(handles.Dt_txt,'String','')
    28082808else
Note: See TracChangeset for help on using the changeset viewer.