Changeset 1143 for trunk/src/series/test_patch_tps.m
- Timestamp:
- May 9, 2024, 6:51:30 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/test_patch_tps.m
r1142 r1143 220 220 for index=1:1%numel(filecell) 221 221 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)) 223 223 NbGood=numel(ind_good); 224 224 Xin=Data.X(ind_good); … … 252 252 DataOut.(['U_' str_i{irho}])=U_smooth; 253 253 DataOut.(['V_' str_i{irho}])=V_smooth; 254 % DataOut.FF(ind_false)=FieldSmooth(irho);255 254 end 256 255 time=toc
Note: See TracChangeset
for help on using the changeset viewer.