Ignore:
Timestamp:
Sep 15, 2012, 7:04:56 PM (12 years ago)
Author:
sommeria
Message:

bugs repaired for mask display in phys coord, display of circles in geometry_calib, introduction of x,y,z initial in proj_field/proj_plane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r541 r542  
    861861%------------------------------------------------------------------------
    862862huvmat=findobj(allchild(0),'Name','uvmat');%find the current uvmat interface handle
    863 hplot=findobj(huvmat,'Tag','axes3');%main plotting axis of uvmat
     863hplot=findobj(huvmat,'Tag','PlotAxes');%main plotting axis of uvmat
    864864hhh=findobj(hplot,'Tag','calib_marker');
    865865Coord_cell=get(handles.ListCoord,'String');
     
    876876    return
    877877end
    878 %fill the edit boxex
     878%fill the edit boxe
    879879set(handles.XObject,'String',coord_str(1:k(1)-1))
    880880set(handles.YObject,'String',coord_str(k(1)+3:k(2)-1))
Note: See TracChangeset for help on using the changeset viewer.