Changeset 36321
- Timestamp:
- Nov 28, 2013, 4:13:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/ppSim/src/ppSimSmoothReadout.c
r36308 r36321 8 8 // XXX use these defaults? 9 9 // float minGauss = 0.1; 10 float nSigma = 5.0; 10 float nSigma = psMetadataLookupF32(&status, recipe, "CONVOLVE.NSIGMA"); // SIGMA convolutions (pixels) 11 if (!status) nSigma = 5.0; 11 12 float sigma = psMetadataLookupF32(&status, recipe, "SEEING"); // Seeing SIGMA (pixels) 12 13
Note:
See TracChangeset
for help on using the changeset viewer.
