- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimSmoothReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ppSim/src/ppSimSmoothReadout.c
r28125 r29060 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.
