IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2013, 2:56:36 PM (13 years ago)
Author:
eugene
Message:

add pcm->poissonErrors; if not(poissonErrors), set variance to a constant in pmPCM_Minimize.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c

    r36235 r36240  
    9595    pcm->nDOF = 0;
    9696
     97    pcm->poissonErrors = true;
     98
    9799    // full convolution with the PSF is expensive.  if we have to save time, we can do a 1D
    98100    // convolution with a Gaussian approximation to the kernel
     
    365367    pcm->modelConv = psMemIncrRefCounter(model);
    366368    pcm->constraint = constraint;
     369
     370    pcm->poissonErrors = fitOpions->poissonErrors;
    367371
    368372    pcm->nPix = nPix;
Note: See TracChangeset for help on using the changeset viewer.