Changeset 11263 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Jan 24, 2007, 11:41:08 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r11177 r11263 11 11 // determine properties (sky, moments) of initial sources 12 12 float INNER = psMetadataLookupF32 (&status, recipe, "SKY_INNER_RADIUS"); 13 if (!status) return NULL; 13 14 float OUTER = psMetadataLookupF32 (&status, recipe, "SKY_OUTER_RADIUS"); 15 if (!status) return NULL; 14 16 float RADIUS = psMetadataLookupF32 (&status, recipe, "PSF_MOMENTS_RADIUS"); 17 if (!status) return NULL; 15 18 float MIN_SN = psMetadataLookupF32 (&status, recipe, "MOMENTS_SN_MIN"); 19 if (!status) return NULL; 16 20 char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT"); 21 if (!status) return NULL; 17 22 18 23 sources = psArrayAllocEmpty (peaks->n);
Note:
See TracChangeset
for help on using the changeset viewer.
