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

    r7436 r7758  
    2828    psImage *mask = readout->mask;
    2929
     30    // XXX make this a user-option?
    3031    // psphotSaveImage (NULL, smooth_im, "imsmooth.fits");
    3132    // psphotSaveImage (NULL, smooth_wt, "wtsmooth.fits");
     
    6465    psLogMsg ("psphot", 3, "%d peaks: %f sec\n", peaks->n, psTimerMark ("psphot"));
    6566
    66     char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
    67     if (!strcasecmp (breakPt, "PEAKS")) exit (0);
    68 
    6967    return (peaks);
    7068}
Note: See TracChangeset for help on using the changeset viewer.