Changeset 1198
- Timestamp:
- Mar 11, 2026, 7:00:29 PM (3 days ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
civ.m (modified) (1 diff)
-
series/civ_series.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r1195 r1198 127 127 128 128 if par_civ.CorrSmooth~=0 % par_civ.CorrSmooth=0 implies no civ computation (just input image and grid points given) 129 for ivec=1:nbvec129 parfor ivec=1:nbvec 130 130 % iref=round(par_civ.Grid(ivec,1));% xindex on the image A for the middle of the correlation box 131 131 % jref=round(npy_ima-par_civ.Grid(ivec,2));% j index for the middle of the correlation box in the image A -
trunk/src/series/civ_series.m
r1197 r1198 328 328 % if Civ1 computation is requested 329 329 if Param.ActionInput.CheckCiv1 330 tstart_civ1=tic; 330 331 disp('civ1 started') 331 332 par_civ1=Param.ActionInput.Civ1;% parameters for civ1 … … 543 544 return 544 545 end 546 time_civ1=toc(tstart_civ1); 545 547 end 546 548
Note: See TracChangeset
for help on using the changeset viewer.
