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

smoothig parameter renormalised in filter_tps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_pivdata_fluidimage.m

    r1134 r1141  
    159159        checkcolor=0;%no color representation of the correlation and errors
    160160    case {'filter2',''}
    161         Field.X= double(Data.ixvecs_final);
    162         Field.Y= npy-double(Data.iyvecs_final);
    163         Field.U= double(Data.deltaxs_final);
    164         Field.V= -double(Data.deltays_final);
     161        Field.X= double(Data.xs_smooth);
     162        Field.Y= npy-double(Data.ys_smooth);
     163        Field.U= double(Data.deltaxs_smooth);
     164        Field.V= -double(Data.deltays_smooth);
    165165        checkcolor=1;%color representation of the correlation and errors
    166166end
Note: See TracChangeset for help on using the changeset viewer.