IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26877


Ignore:
Timestamp:
Feb 10, 2010, 4:19:15 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/20091201/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psastro/src/psastroLoadCrosstalk.c

    r26274 r26877  
    193193              continue;
    194194            }
     195            // czw: 2010-01-27
     196            // Potential new crosstalk: OTA4yXY5v <=> OTA4yXY6v
     197            // Currently not enough info to be convinced of this, however, as the artifacts are very faint.
    195198
    196199            // Calculate destination positions
  • branches/eam_branches/20091201/psastro/src/psastroZeroPoint.c

    r26259 r26877  
    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
     
    147147
    148148    // XXX make this depend on the mode?
    149     if (dMag->n < 3) {
     149    if (!dMag || dMag->n < 3) {
    150150      fprintf (stderr, "zero point NaN +/- NaN\n");
    151151      return false;
Note: See TracChangeset for help on using the changeset viewer.