IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29274


Ignore:
Timestamp:
Sep 30, 2010, 5:32:53 AM (16 years ago)
Author:
eugene
Message:

do not fail on out of bounds stamp, just ignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionStamps.c

    r29215 r29274  
    10301030
    10311031        if (x < bounds.x0 + size || x > bounds.x1 - size || y < bounds.y0 + size || y > bounds.y1 - size) {
    1032             psError(PM_ERR_PROG, false, "Stamp %d (%d,%d) is within the region border.\n", i, x, y);
    1033             return false;
     1032          psLogMsg("psModules.imcombine", 3, "Stamp %d (%d,%d) is within the region border.\n", i, x, y);
     1033          stamp->status = PM_SUBTRACTION_STAMP_NONE;
     1034          continue;
    10341035        }
    10351036
Note: See TracChangeset for help on using the changeset viewer.