Changeset 31059
- Timestamp:
- Mar 25, 2011, 3:27:21 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r30740 r31059 684 684 // if we failed, it might be due to the desired normWindow being larger than the current footprint. 685 685 // in this case, just adjust the footprint and try again. 686 if (tryAgain && (nTries >= 2)) {686 if (tryAgain && (nTries >= 5)) { 687 687 // unrecoverable error 688 688 psError(PM_ERR_STAMPS, true, "Unable to get stamp window (failure to converge).");
Note:
See TracChangeset
for help on using the changeset viewer.
