Index: /branches/eam_branches/ipp-dev-20210817/ppViz/src/ppCoord/ppCoordLoop.c
===================================================================
--- /branches/eam_branches/ipp-dev-20210817/ppViz/src/ppCoord/ppCoordLoop.c	(revision 41877)
+++ /branches/eam_branches/ipp-dev-20210817/ppViz/src/ppCoord/ppCoordLoop.c	(revision 41878)
@@ -229,5 +229,5 @@
         }
 
-	fprintf (stderr, "chip: %s\n", chipName);
+	// fprintf (stderr, "chip: %s\n", chipName);
 
         // read WCS data from the corresponding header
@@ -370,5 +370,5 @@
 		src.sky.d = dec->data.F64[i];
                 coordSky2Chip(&src, data->radians, astromFile->fpa, chip);
-		fprintf (stderr, "x,y: %.2f %.2f\n", src.pix.x, src.pix.y);
+		// fprintf (stderr, "x,y: %.2f %.2f\n", src.pix.x, src.pix.y);
                 if ((src.pix.x < 0 || src.pix.x > numCols || src.pix.y < 0 || src.pix.y > numRows)) {
                     // Not on this chip
Index: /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpOptions.c
===================================================================
--- /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpOptions.c	(revision 41877)
+++ /branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpOptions.c	(revision 41878)
@@ -104,5 +104,5 @@
       config_additional_orders = 0;
     }
-    pmAstrometryGetExtraOrders(config_additional_orders);
+    pmAstrometrySetExtraOrders(config_additional_orders);
     // This is the number of orders that should be added to all non-linear inverse transformations
     
