IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2012, 4:25:38 PM (14 years ago)
Author:
watersc1
Message:

Remove debug printf that's no longer needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppSkycell/src/ppSkycellLoop.c

    r34456 r34457  
    253253            int yOffset1 = (-imageRegion->y1 + projRegion->y1) / (float)data->bin1;
    254254            int xOffset2 = xOffset1 / (float)data->bin2, yOffset2 = yOffset1 / (float)data->bin2;
    255             fprintf(stderr,"OFF: %d %d %d %g %g %g %g %g %g %g %g\n",j,xOffset1,yOffset1,
    256                     imageRegion->x0,imageRegion->y0,
    257                     imageRegion->x1,imageRegion->y1,
    258                     projRegion->x0,projRegion->y0,
    259                     projRegion->x1,projRegion->y1);
    260255            // XXX Completely neglecting rotations
    261256            // The skycells are divided up neatly with them all having the same orientation
Note: See TracChangeset for help on using the changeset viewer.