Changeset 88 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 9, 2010, 10:40:18 AM (14 years ago)
Author:
sommeria
Message:

plot_field: test for multicomponent image (-> errormsg)
creat_grid: possibility of changing the figure name (for detect_grid)
geometry_calib: detect_grid improved (range of search adjusted from grid mesh)

bug repaired in translate points

uvmat: bug repair: dela with the case with several get_field GUI opened

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r87 r88  
    22392239        if isequal(FieldName,'get_field...')% read the field names on the interface get_field.
    22402240            %VelType=get(handles.Fields,'UserData');
    2241             hget_field=findobj(allchild(0),'Name','get_field');%find the get_field... GUI
     2241            hget_field=findobj(allchild(0),'Name','get_field')%find the get_field... GUI
    22422242            if isempty(hget_field)
    22432243                hget_field= get_field(filename);%open the get_field GUI   
     2244            end
     2245            if numel(hget_field)>1%case of several get_field GUI
     2246                hget_field=hget_field(1);
    22442247            end
    22452248            hhget_field=guidata(hget_field);
Note: See TracChangeset for help on using the changeset viewer.