IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31059


Ignore:
Timestamp:
Mar 25, 2011, 3:27:21 PM (15 years ago)
Author:
eugene
Message:

allow more tries to get the right norm window

File:
1 edited

Legend:

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

    r30740 r31059  
    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.