Ignore:
Timestamp:
May 3, 2024, 6:16:47 PM (5 months ago)
Author:
sommeria
Message:

smoothig parameter renormalised in filter_tps

File:
1 edited

Legend:

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

    r1127 r1141  
    177177for index=1:NbField
    178178   
    179     update_waitbar(WaitbarHandle,index/NbField)
    180    
    181    
    182    
     179
    183180   
    184181      %% generating the name of the merged field
     
    333330    Vtest=ZItemp(:,:,2)-ZItemp(:,:,1);
    334331   
    335     [Xa,Ya]=px_XYZ(XmlData{1}.GeometryCalib,XI,YI,ZI);% set of image coordinates on view a
    336     [Xb,Yb]=px_XYZ(XmlData{2}.GeometryCalib,XI,YI,ZI);% set of image coordinates on view b
     332    [Xa,Ya]=px_XYZ(XmlData{1}.GeometryCalib,[],XI,YI,ZI);% set of image coordinates on view a
     333    [Xb,Yb]=px_XYZ(XmlData{2}.GeometryCalib,[],XI,YI,ZI);% set of image coordinates on view b
    337334   
    338335   
     
    377374   
    378375    %remove wrong vector 
    379     if isfield(Data{1},'FF')
     376    if isfield(Data{2},'FF')
    380377        temp=find(Data{2}.FF==0);
    381378        X2=Data{2}.X(temp);
Note: See TracChangeset for help on using the changeset viewer.