IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26394


Ignore:
Timestamp:
Dec 13, 2009, 2:59:38 PM (16 years ago)
Author:
eugene
Message:

bad idea to use psastroMosaicSetMatch with iteration 0 to get the zero point stars

File:
1 edited

Legend:

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

    r26259 r26394  
    4343    // given the existing per-chip astrometry, determine matches between raw and ref stars
    4444    // is this needed? yes, if we didn't do SingleChip astrometry first
    45     if (!psastroMosaicSetMatch (fpa, recipe, 0)) {
    46         psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic");
    47         return false;
    48     }
     45    // if (!psastroMosaicSetMatch (fpa, recipe, 0)) {
     46    //     psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic");
     47    //     return false;
     48    // }
    4949
    5050    // XXX eventually: look up the photcode info from the recipe, use the ZEROPT and A_0 terms
Note: See TracChangeset for help on using the changeset viewer.