Changeset 34200
- Timestamp:
- Jul 24, 2012, 3:37:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotCullPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotCullPeaks.c
r31154 r34200 73 73 74 74 if (fp->npix > 30000) { 75 fprintf (stderr, "big footprint: %f %f to %f %f (%d pix)\n", fp->bbox.x0, fp->bbox.y0, fp->bbox.x1, fp->bbox.y1, fp->npix);75 psLogMsg("psphot.cull.footprints", PS_LOG_WARN, "big footprint: %f %f to %f %f (%d pix)\n", fp->bbox.x0, fp->bbox.y0, fp->bbox.x1, fp->bbox.y1, fp->npix); 76 76 } 77 77 psTimerStart ("psphot.cull.footprints"); … … 97 97 # endif 98 98 99 99 100 float dtime = psTimerMark ("psphot.cull.footprints"); 100 101 if (dtime > 1.0) { 101 fprintf (stderr, "slow cull for %d (%f sec)\n", i, dtime);102 psLogMsg("psphot.cull.footprints", PS_LOG_WARN, "slow cull for %d (%f sec)\n", i, dtime); 102 103 } 103 104 }
Note:
See TracChangeset
for help on using the changeset viewer.
