Changeset 1198 for trunk/src/civ.m


Ignore:
Timestamp:
Mar 11, 2026, 7:00:29 PM (3 days ago)
Author:
sommeria
Message:

parfor introduced in civ.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r1195 r1198  
    127127
    128128if par_civ.CorrSmooth~=0 % par_civ.CorrSmooth=0 implies no civ computation (just input image and grid points given)
    129     for ivec=1:nbvec
     129    parfor ivec=1:nbvec
    130130%         iref=round(par_civ.Grid(ivec,1));% xindex on the image A for the middle of the correlation box
    131131%         jref=round(npy_ima-par_civ.Grid(ivec,2));%  j index  for the middle of the correlation box in the image A
Note: See TracChangeset for help on using the changeset viewer.