IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20770


Ignore:
Timestamp:
Nov 16, 2008, 4:40:41 PM (17 years ago)
Author:
eugene
Message:

only use a single cell for region window : otherwise we are biased to offsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelBackground.c

    r20453 r20770  
    145145            // convert the ruff grid cell to the equivalent fine grid cell
    146146            // 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);
    148148            fineRegion = psImageBinningSetFineRegion (binning, ruffRegion);
    149149            fineRegion = psRegionForImage (image, fineRegion);
Note: See TracChangeset for help on using the changeset viewer.