Changeset 6862 for trunk/psphot/src/psphotRoughClass.c
- Timestamp:
- Apr 14, 2006, 11:58:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRoughClass.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRoughClass.c
r6379 r6862 2 2 3 3 // 2006.02.02 : no leaks 4 bool psphotRoughClass (psArray *sources, psMetadata * config) {4 bool psphotRoughClass (psArray *sources, psMetadata *recipe) { 5 5 6 6 bool status; 7 7 pmPSFClump psfClump; 8 8 9 psfClump = pmSourcePSFClump (sources, config);9 psfClump = pmSourcePSFClump (sources, recipe); 10 10 11 11 // group into STAR, COSMIC, EXTENDED, SATURATED, etc. 12 pmSourceRoughClass (sources, config, psfClump);12 pmSourceRoughClass (sources, recipe, psfClump); 13 13 14 14 // optional printout of source moments only 15 psphotDumpMoments ( config, sources);15 psphotDumpMoments (recipe, sources); 16 16 17 char *breakPt = psMetadataLookupStr (&status, config, "BREAK_POINT");17 char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT"); 18 18 if (!strcasecmp (breakPt, "CLASS")) exit (0); 19 19
Note:
See TracChangeset
for help on using the changeset viewer.
