IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 10:50:09 AM (20 years ago)
Author:
eugene
Message:

added breakpoints, better exit handling on psphotReadout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBasicDeblend.c

    r6950 r7758  
    125125    psLogMsg ("psphot.deblend", 3, "identified %d blended objects (%f sec)\n", Nblend, psTimerMark ("psphot"));
    126126
    127     char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
    128     if (!strcasecmp (breakPt, "DEBLEND")) exit (0);
    129 
    130127    psFree (SN);
    131128    psFree (index);
Note: See TracChangeset for help on using the changeset viewer.