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/psphotRoughClass.c

    r7507 r7758  
    44bool psphotRoughClass (psArray *sources, psMetadata *recipe) {
    55
    6     bool status;
    76    pmPSFClump   psfClump;
    87
     
    2019    psphotDumpMoments (recipe, sources);
    2120
    22     char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
    23     if (!strcasecmp (breakPt, "CLASS")) exit (0);
    24 
    2521    return true;
    2622}
Note: See TracChangeset for help on using the changeset viewer.