Changeset 10134 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Nov 22, 2006, 4:24:38 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r10099 r10134 73 73 float RADIUS = psMetadataLookupF32 (&status, recipe, "PSF_FIT_RADIUS"); 74 74 if (!status) { 75 psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to 20.0\n");76 75 RADIUS = 20.0; 76 psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to %g\n", RADIUS); 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.
