IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36068


Ignore:
Timestamp:
Aug 30, 2013, 4:40:06 PM (13 years ago)
Author:
eugene
Message:

a bit harder dampening criterion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/psModules/src/objects/pmPCM_MinimizeChisq.c

    r35961 r36068  
    9696    psF32 lambda = 0.001;
    9797    psF32 dLinear = 0.0;
    98     psF32 nu = 2.0;
     98    psF32 nu = 3.0;
    9999
    100100# if (USE_FFT && PRE_CONVOLVE)
     
    277277          case 0:
    278278            if (rho >= -1e-6) {
    279                 lambda *= 0.25;
     279                lambda *= 0.1;
    280280            } else {
    281281                lambda *= 10.0;
     
    296296            if (rho > 0.0) {
    297297                lambda *= PS_MAX(0.33, (1.0 - pow(2.0*rho - 1.0, 3.0)));
    298                 nu = 2.0;
     298                nu = 3.0;
    299299            } else {
    300300                lambda *= nu;
    301                 nu *= 2.0;
     301                nu *= 3.0;
    302302            }
    303303            break;
Note: See TracChangeset for help on using the changeset viewer.