IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23850


Ignore:
Timestamp:
Apr 14, 2009, 9:25:59 AM (17 years ago)
Author:
Paul Price
Message:

If stamp point is outside border, then don't need to mark it as bad.

File:
1 edited

Legend:

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

    r23849 r23850  
    8989    // Check the footprint bounds
    9090    if (x < border || x >= numCols - border || y < border || y >= numRows - border) {
    91         if (mask) {
    92             goto BAD_STAMP;
    93         }
    9491        return false;
    9592    }
Note: See TracChangeset for help on using the changeset viewer.