- Timestamp:
- Dec 2, 2013, 10:05:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c
r36330 r36333 120 120 } 121 121 122 float fitNsigmaConv = psMetadataLookupF32 (&status, recipe, "EXT_FIT_NSIGMA_CONV"); // number of sigma for the convolutio 122 float fitNsigmaConv = psMetadataLookupF32 (&status, recipe, "EXT_FIT_NSIGMA_CONV"); // number of sigma for the convolution 123 123 if (!status || !isfinite(fitNsigmaConv) || fitNsigmaConv <= 0) { 124 124 fitNsigmaConv = 5.0;
Note:
See TracChangeset
for help on using the changeset viewer.
