- Timestamp:
- Oct 26, 2013, 2:56:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c
r36235 r36240 95 95 pcm->nDOF = 0; 96 96 97 pcm->poissonErrors = true; 98 97 99 // full convolution with the PSF is expensive. if we have to save time, we can do a 1D 98 100 // convolution with a Gaussian approximation to the kernel … … 365 367 pcm->modelConv = psMemIncrRefCounter(model); 366 368 pcm->constraint = constraint; 369 370 pcm->poissonErrors = fitOpions->poissonErrors; 367 371 368 372 pcm->nPix = nPix;
Note:
See TracChangeset
for help on using the changeset viewer.
