Changeset 29548 for trunk/psphot/src/psphotFitSourcesLinear.c
- Timestamp:
- Oct 25, 2010, 3:16:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFitSourcesLinear.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFitSourcesLinear.c
r29004 r29548 104 104 float MIN_VALID_FLUX = psMetadataLookupF32(&status, recipe, "PSF_FIT_MIN_VALID_FLUX"); 105 105 if (!status) { 106 MIN_VALID_FLUX = 1e-8;106 MIN_VALID_FLUX = 0.0; 107 107 } 108 108 float MAX_VALID_FLUX = psMetadataLookupF32(&status, recipe, "PSF_FIT_MAX_VALID_FLUX");
Note:
See TracChangeset
for help on using the changeset viewer.
