IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2011, 12:38:51 PM (15 years ago)
Author:
eugene
Message:

tweak log levels to make psphot steps and timing clearer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotFindFootprints.c

    r32205 r32238  
    6767        if (peak->saddlePoints) nSaddle += peak->saddlePoints->n;
    6868    }
    69     fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n);
     69    // fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n);
    7070
    71     psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));
     71    psLogMsg ("psphot", PS_LOG_WARN, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));
    7272
    7373    return detections;
Note: See TracChangeset for help on using the changeset viewer.