Changeset 20770
- Timestamp:
- Nov 16, 2008, 4:40:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelBackground.c
r20453 r20770 145 145 // convert the ruff grid cell to the equivalent fine grid cell 146 146 // XXX we need to watch out for row0,col0 147 ruffRegion = psRegionSet (ix, ix + 2, iy, iy + 2);147 ruffRegion = psRegionSet (ix, ix + 1, iy, iy + 1); 148 148 fineRegion = psImageBinningSetFineRegion (binning, ruffRegion); 149 149 fineRegion = psRegionForImage (image, fineRegion);
Note:
See TracChangeset
for help on using the changeset viewer.
