IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

comment out excess verbosity; fix call to pmAstrometryGetExtraOrders

File:
1 edited

Legend:

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

    r41877 r41878  
    229229        }
    230230
    231         fprintf (stderr, "chip: %s\n", chipName);
     231        // fprintf (stderr, "chip: %s\n", chipName);
    232232
    233233        // read WCS data from the corresponding header
     
    370370                src.sky.d = dec->data.F64[i];
    371371                coordSky2Chip(&src, data->radians, astromFile->fpa, chip);
    372                 fprintf (stderr, "x,y: %.2f %.2f\n", src.pix.x, src.pix.y);
     372                // fprintf (stderr, "x,y: %.2f %.2f\n", src.pix.x, src.pix.y);
    373373                if ((src.pix.x < 0 || src.pix.x > numCols || src.pix.y < 0 || src.pix.y > numRows)) {
    374374                    // Not on this chip
Note: See TracChangeset for help on using the changeset viewer.