Changeset 41878
- Timestamp:
- Nov 3, 2021, 11:55:54 AM (5 years ago)
- Location:
- branches/eam_branches/ipp-dev-20210817
- Files:
-
- 2 edited
-
ppViz/src/ppCoord/ppCoordLoop.c (modified) (2 diffs)
-
pswarp/src/pswarpOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/ppViz/src/ppCoord/ppCoordLoop.c
r41877 r41878 229 229 } 230 230 231 fprintf (stderr, "chip: %s\n", chipName);231 // fprintf (stderr, "chip: %s\n", chipName); 232 232 233 233 // read WCS data from the corresponding header … … 370 370 src.sky.d = dec->data.F64[i]; 371 371 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); 373 373 if ((src.pix.x < 0 || src.pix.x > numCols || src.pix.y < 0 || src.pix.y > numRows)) { 374 374 // Not on this chip -
branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpOptions.c
r41877 r41878 104 104 config_additional_orders = 0; 105 105 } 106 pmAstrometry GetExtraOrders(config_additional_orders);106 pmAstrometrySetExtraOrders(config_additional_orders); 107 107 // This is the number of orders that should be added to all non-linear inverse transformations 108 108
Note:
See TracChangeset
for help on using the changeset viewer.
