IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15260


Ignore:
Timestamp:
Oct 9, 2007, 9:58:52 AM (19 years ago)
Author:
eugene
Message:

pass iteration number of psastroMosaicChipAstrom

File:
1 edited

Legend:

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

    r15246 r15260  
    5252
    5353    // measure the astrometry for the chips under the distortion term
    54     if (!psastroMosaicChipAstrom (fpa, recipe, false)) {
     54    if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {
    5555        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode");
    5656        return false;
     
    7474    if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.4.dat"); }
    7575
    76     if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {
     76    if (!psastroMosaicChipAstrom (fpa, recipe, 1)) {
    7777        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (2nd pass)");
    7878        return false;
     
    9696    if (psTraceGetLevel("psastro.dump") > 0) { psastroDumpMatches (fpa, "match.6.dat"); }
    9797
    98     if (!psastroMosaicChipAstrom (fpa, recipe, 0)) {
     98    if (!psastroMosaicChipAstrom (fpa, recipe, 2)) {
    9999        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)");
    100100        return false;
     
    108108        return false;
    109109    }
    110     if (!psastroMosaicChipAstrom (fpa, recipe, 1)) {
     110    if (!psastroMosaicChipAstrom (fpa, recipe, 3)) {
    111111        psError(PSASTRO_ERR_UNKNOWN, false, "failed to measure chip astrometry in mosaic mode (3rd pass)");
    112112        return false;
Note: See TracChangeset for help on using the changeset viewer.