Changeset 594 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Mar 26, 2013, 9:56:10 PM (11 years ago)
Author:
sommeria
Message:

bugs corrected. One step further for using compiled fcts and cluster with series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r575 r594  
    384384    if isequal(get(h_edit_append,'Value'),1) && ~isempty(haxes)
    385385        h_ListCoord=hh_geometry_calib.ListCoord; %findobj(h_geometry_calib,'Tag','ListCoord');
    386         coord_value=get(hhuvmat.transform_fct,'Value');% set uvmat to pixel coordinates, run it again if not
     386        coord_value=get(hhuvmat.TransformName,'Value');% set uvmat to pixel coordinates, run it again if not
    387387        if ~(isequal(coord_value,1)||isequal(coord_value,3)); %active only with no transform or px (no phys)
    388             set(hhuvmat.transform_fct,'Value',1)
    389             uvmat('transform_fct_Callback',hObject,eventdata,hhuvmat); %file input with xml reading  in uvmat
     388            set(hhuvmat.TransformName,'Value',1)
     389            uvmat('TransformName_Callback',hObject,eventdata,hhuvmat); %file input with xml reading  in uvmat
    390390            set(hhuvmat.CheckFixedLimits,'Value',0)% put FixedLimits option to 'off'
    391391            set(hhuvmat.CheckFixedLimits,'BackgroundColor',[0.7 0.7 0.7])
Note: See TracChangeset for help on using the changeset viewer.