Changeset 34457
- Timestamp:
- Sep 20, 2012, 4:25:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppSkycell/src/ppSkycellLoop.c
r34456 r34457 253 253 int yOffset1 = (-imageRegion->y1 + projRegion->y1) / (float)data->bin1; 254 254 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);260 255 // XXX Completely neglecting rotations 261 256 // The skycells are divided up neatly with them all having the same orientation
Note:
See TracChangeset
for help on using the changeset viewer.
