- Timestamp:
- Jul 11, 2010, 3:24:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ppSim/src/ppSimSmoothReadout.c
r28125 r28659 7 7 // XXX use these defaults? 8 8 // float minGauss = 0.1; 9 float nSigma = 3.0;9 float nSigma = 4.0; 10 10 float sigma = psMetadataLookupF32(&status, recipe, "SEEING"); // Seeing SIGMA (pixels) 11 11 … … 28 28 // 4*pi*SIGMA_SMTH^2, but for measurements based on apertures comparable to or larger than the 29 29 // smoothing kernel, the effective per-pixel variance is maintained. 30 31 32 // XXX this only allows for Gaussian PSFs. To extend this, we need to convolve with an image 33 // of the PSF model
Note:
See TracChangeset
for help on using the changeset viewer.
