Ignore:
Timestamp:
Jan 23, 2015, 9:48:26 AM (9 years ago)
Author:
sommeria
Message:

testcivadded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r837 r855  
    240240                xround=Field.X(ind_pt);
    241241                yround=Field.Y(ind_pt);
    242                 %                         par.Grid=[xround size(Field.A,1)-yround+1];
    243242                par.Grid=[xround yround];
    244243                % mark the correlation box with a rectangle
     
    247246                par.ImageHeight=size(par.ImageA,1);
    248247                par.ImageWidth=size(par.ImageA,2);
    249                 Param.Civ1=par;
     248                Param.ActionInput.Civ1=par;
    250249                ibx2=floor((par.CorrBoxSize(1)-1)/2);
    251250                iby2=floor((par.CorrBoxSize(2)-1)/2);
     
    269268                    set(hhhh,'Position',[xround-isx2+shiftx yround-isy2+shifty 2*isx2 2*isy2])
    270269                end
    271                 [Data,errormsg,result_conv]= civ_matlab(Param);
     270                Param.Action.RUN=1;
     271                Param.ActionInput.ListCompareMode='PIV';
     272                [Data,errormsg,result_conv]= civ_series(Param);
    272273                if ~isempty(errormsg)
    273274                    text_displ_5=errormsg;
Note: See TracChangeset for help on using the changeset viewer.