- Timestamp:
- Mar 3, 2011, 3:18:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotStackReadout.c
r30776 r30777 127 127 } 128 128 129 psMemDump("sourcestats"); 130 129 131 // generate the objects (object unify the sources from the different images) 130 132 // XXX this could just match the detections for the chisq image, and not bother measuring the … … 132 134 psArray *objects = psphotMatchSources (config, view, STACK_SRC); 133 135 136 psMemDump("matchsources"); 137 134 138 if (!strcasecmp (breakPt, "TEST2")) { 135 139 psFree(objects); … … 143 147 return psphotReadoutCleanup (config, view, STACK_SRC); 144 148 } 149 150 psMemDump("sourcestats"); 145 151 146 152 // find blended neighbors of very saturated stars (detections->newSources)
Note:
See TracChangeset
for help on using the changeset viewer.
