IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 5:37:58 PM (18 years ago)
Author:
Paul Price
Message:

Merging in pap_branch_080908. Was originally going to use it for making stamps tolerant of masked pixels, but that's no longer necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r19299 r19482  
    9898{
    9999    if (region) {
    100         varFactor *= (region->x1 - region->x1 + 1) * (region->y1 * region->y1 + 1) /
     100        varFactor *= (region->x1 - region->x0 + 1) * (region->y1 - region->y0 + 1) /
    101101            (ro->image->numCols * ro->image->numRows);
    102102    }
Note: See TracChangeset for help on using the changeset viewer.