IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:42:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/imcombine/pmSubtractionMatch.c

    r30813 r31091  
    684684                    // if we failed, it might be due to the desired normWindow being larger than the current footprint.
    685685                    // in this case, just adjust the footprint and try again.
    686                     if (tryAgain && (nTries >= 2)) {
     686                    if (tryAgain && (nTries >= 5)) {
    687687                        // unrecoverable error
    688688                        psError(PM_ERR_STAMPS, true, "Unable to get stamp window (failure to converge).");
Note: See TracChangeset for help on using the changeset viewer.