Ignore:
Timestamp:
Mar 23, 2026, 4:49:29 PM (3 hours ago)
Author:
sommeria
Message:

various improvements...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ2vel_3C.m

    r1157 r1201  
    5252
    5353function ParamOut=civ2vel_3C(Param)
    54 disp('test')
     54
    5555%% set the input elements needed on the GUI series when the function is selected in the menu ActionName or InputTable refreshed
    5656if isstruct(Param) && isequal(Param.Action.RUN,0)
     
    349349        V1=Data{1}.V;
    350350    end
    351     Ua=griddata(X1,Y1,U1,Xa,Ya);
     351    Ua=griddata(X1,Y1,U1,Xa,Ya);% interpolate PIV data positions to the common grid Xa,Ya
    352352    Va=griddata(X1,Y1,V1,Xa,Ya);
    353353    [Ua,Va,Xa,Ya]=Ud2U(XmlData{1}.GeometryCalib,Xa,Ya,Ua,Va); % convert Xd data to X
Note: See TracChangeset for help on using the changeset viewer.