Ignore:
Timestamp:
Mar 25, 2015, 9:28:10 AM (9 years ago)
Author:
sommeria
Message:

bug corrected in civ_input

File:
1 edited

Legend:

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

    r883 r885  
    977977if CheckDeformation
    978978    mesh=0.25;%mesh in pixels for subpixel image interpolation (x 4 in each direction)
     979    par_civ.CorrSmooth=2;% use SUBPIX2DGAUSS (take into account more points near the max)
    979980end
    980981
     
    10441045                    image2_crop=interp2(image2_crop,xi,yi,'*spline');
    10451046                    image2_crop(isnan(image2_crop))=0;
    1046                     par_civ.CorrSmooth=2;% use SUBPIX2DGAUSS (take into account more points near the max)
    10471047                end
    10481048                sum_square=sum(sum(image1_crop.*image1_crop));
Note: See TracChangeset for help on using the changeset viewer.