IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2007, 2:38:42 PM (19 years ago)
Author:
eugene
Message:

allow 3rd iteration value for set match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicAstrom.c

    r15562 r15638  
    107107    // now fit the chips under the common distortion with higher-order terms
    108108    // first, re-perform the match with a slightly tighter circle
    109     if (!psastroMosaicSetMatch (fpa, recipe, 2)) {
     109    if (!psastroMosaicSetMatch (fpa, recipe, 3)) {
    110110        psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic (3rd pass)");
    111111        return false;
Note: See TracChangeset for help on using the changeset viewer.