IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2011, 3:18:53 AM (15 years ago)
Author:
eugene
Message:

turn off memdumps; make output images optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotStackReadout.c

    r30776 r30777  
    127127    }
    128128
     129    psMemDump("sourcestats");
     130
    129131    // generate the objects (object unify the sources from the different images)
    130132    // XXX this could just match the detections for the chisq image, and not bother measuring the
     
    132134    psArray *objects = psphotMatchSources (config, view, STACK_SRC);
    133135
     136    psMemDump("matchsources");
     137
    134138    if (!strcasecmp (breakPt, "TEST2")) {
    135139        psFree(objects);
     
    143147        return psphotReadoutCleanup (config, view, STACK_SRC);
    144148    }
     149
     150    psMemDump("sourcestats");
    145151
    146152    // find blended neighbors of very saturated stars (detections->newSources)
Note: See TracChangeset for help on using the changeset viewer.