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

Location:
branches/eam_branches/ipp-dev-20210817
Files:
2 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
  • branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpOptions.c

    r41877 r41878  
    104104      config_additional_orders = 0;
    105105    }
    106     pmAstrometryGetExtraOrders(config_additional_orders);
     106    pmAstrometrySetExtraOrders(config_additional_orders);
    107107    // This is the number of orders that should be added to all non-linear inverse transformations
    108108   
Note: See TracChangeset for help on using the changeset viewer.