IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2021, 11:52:26 AM (5 years ago)
Author:
eugene
Message:

improved comments; add CERSTD to output stats and header; add good/bad tests based on PSASTRO.MAX.STDEV, PSASTRO.MOSAIC.MAX.STDEV.Nn; add NASTUSED field to track actual number of stars used for astrometry in bad cases (when NASTRO is forced to 0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/ppViz/src/ppCoord/ppCoordLoop.c

    r41827 r41877  
    228228            psWarning("More than one cell present for chip %d", view->chip);
    229229        }
     230
     231        fprintf (stderr, "chip: %s\n", chipName);
    230232
    231233        // read WCS data from the corresponding header
     
    368370                src.sky.d = dec->data.F64[i];
    369371                coordSky2Chip(&src, data->radians, astromFile->fpa, chip);
     372                fprintf (stderr, "x,y: %.2f %.2f\n", src.pix.x, src.pix.y);
    370373                if ((src.pix.x < 0 || src.pix.x > numCols || src.pix.y < 0 || src.pix.y > numRows)) {
    371374                    // Not on this chip
Note: See TracChangeset for help on using the changeset viewer.