Ignore:
Timestamp:
Mar 25, 2013, 5:43:18 PM (11 years ago)
Author:
sommeria
Message:

various updates, in particular modification of series to do calculations in the cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r569 r591  
    818818set(handles.XImage,'String',coord_str(k(3)+3:k(4)-1))
    819819set(handles.YImage,'String',coord_str(k(4)+3:end))
    820 h_menu_coord=findobj(huvmat,'Tag','transform_fct');
     820h_menu_coord=findobj(huvmat,'Tag','TransformName');
    821821menu=get(h_menu_coord,'String');
    822822choice=get(h_menu_coord,'Value');
     
    914914hhuvmat=guidata(huvmat); %handles of GUI elements in uvmat
    915915%hplot=findobj(huvmat,'Tag','axes3');%main plotting axis of uvmat
    916 h_menu_coord=findobj(huvmat,'Tag','transform_fct');
     916h_menu_coord=findobj(huvmat,'Tag','TransformName');
    917917menu=get(h_menu_coord,'String');
    918918choice=get(h_menu_coord,'Value');
Note: See TracChangeset for help on using the changeset viewer.