Index: branches/eam_branches/psModules.20211028/src/astrom/pmAstrometryWCS.c
===================================================================
--- branches/eam_branches/psModules.20211028/src/astrom/pmAstrometryWCS.c	(revision 41873)
+++ branches/eam_branches/psModules.20211028/src/astrom/pmAstrometryWCS.c	(revision 41877)
@@ -705,9 +705,4 @@
     psFree (fpa->fromTPA);
     int additional_orders = pmAstrometryGetExtraOrders();  // This is the number of orders that should be added.
-    bool status = false;
-    int config_additional_orders = psMetadataLookupS32(&status,fpa->analysis, "ADDITIONAL_WCS_ORDERS");
-    if (status) { // If this keyword is found, then use that number of orders instead
-      additional_orders = config_additional_orders; 
-    }
     fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, region, 50, additional_orders);
     return true;
