Changeset 5718 for trunk/psphot/src/psphot.c
- Timestamp:
- Dec 6, 2005, 9:55:31 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r5672 r5718 47 47 if (!strcasecmp (breakPt, "CLASS")) exit (0); 48 48 49 psphotBasicDeblend (sources, config, sky); 50 if (!strcasecmp (breakPt, "DEBLEND")) exit (0); 51 49 52 // source analysis is done in S/N order (brightest first) 50 53 sources = psArraySort (sources, psphotSortBySN);
Note:
See TracChangeset
for help on using the changeset viewer.
