Changeset 233 for trunk/src/civ.m


Ignore:
Timestamp:
Apr 6, 2011, 11:54:15 PM (13 years ago)
Author:
sommeria
Message:

small bug corrections, and improved display of image correlations (Testcvi1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r232 r233  
    46714671function TestCiv1_Callback(hObject, eventdata, handles)
    46724672%------------------------------------------------------------------------
     4673set(handles.TestCiv1,'BackgroundColor',[1 1 0])
     4674drawnow
    46734675test_civ1=get(handles.TestCiv1,'Value');
    46744676if test_civ1
     
    47334735        set(corrfig,'DeleteFcn',{@closeview_field})%
    47344736    end
     4737    set(handles.TestCiv1,'BackgroundColor',[1 0 0])
    47354738else
    47364739    corrfig=findobj(allchild(0),'tag','corrfig');% look for a current figure for image correlation display
Note: See TracChangeset for help on using the changeset viewer.