IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 10:43:21 AM (19 years ago)
Author:
eugene
Message:

failure for a chip is not a failure for the camera; temporarily turn off luminosity func test; better numbers for min Nstars

File:
1 edited

Legend:

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

    r12536 r12718  
    7474    if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.4.dat"); }
    7575
    76     if (!psastroMosaicChipAstrom (fpa, recipe, false)) {
     76    if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {
    7777        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (2nd pass)");
    7878        return false;
     
    8282    // now fit the chips under the common distortion with higher-order terms
    8383    // first, re-perform the match with a slightly tighter circle
    84     if (!psastroMosaicSetMatch (fpa, recipe, 1)) {
     84    if (!psastroMosaicSetMatch (fpa, recipe, 2)) {
    8585        psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic (3rd pass)");
    8686        return false;
    8787    }
    88     if (!psastroMosaicChipAstrom (fpa, recipe, true)) {
     88    if (!psastroMosaicChipAstrom (fpa, recipe, 1)) {
    8989        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)");
    9090        return false;
Note: See TracChangeset for help on using the changeset viewer.