Ignore:
Timestamp:
May 9, 2024, 6:51:30 PM (5 months ago)
Author:
sommeria
Message:

new display of false vectors

File:
1 edited

Legend:

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

    r1142 r1143  
    220220for index=1:1%numel(filecell)
    221221    Data=read_field(filecell{1,index},'civdata',Param.InputFields);
    222             ind_good=find(Data.FF==0|Data.FF==20);%keep good civ data, and also the ones excluded by the criterium of discrepancy betwween smoothed and raw fields (FF=20)
     222            ind_good=find(Data.FF==0|Data.FF==20|Data.FF==2);%keep good civ data, and also the ones excluded by the criterium of discrepancy betwween smoothed and raw fields (FF=2 or 20 (old convention))
    223223        NbGood=numel(ind_good);
    224224        Xin=Data.X(ind_good);
     
    252252        DataOut.(['U_' str_i{irho}])=U_smooth;
    253253        DataOut.(['V_' str_i{irho}])=V_smooth;
    254         % DataOut.FF(ind_false)=FieldSmooth(irho);
    255254    end
    256255    time=toc
Note: See TracChangeset for help on using the changeset viewer.