Index: trunk/psastro/src/psastroModelAdjust.c
===================================================================
--- trunk/psastro/src/psastroModelAdjust.c	(revision 39926)
+++ trunk/psastro/src/psastroModelAdjust.c	(revision 41536)
@@ -124,5 +124,5 @@
 	// invert the new fromFPA transform to get the new toFPA transform
 	// NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places
-	psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50);
+	psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50, 0);
 	psFree (chip->fromFPA);
 	chip->fromFPA = fromFPA;
@@ -146,5 +146,5 @@
     psFree (output->fpa->fromTPA);
     // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places
-    output->fpa->fromTPA = psPlaneTransformInvert(NULL, output->fpa->toTPA, *fpaRegion, 50);
+    output->fpa->fromTPA = psPlaneTransformInvert(NULL, output->fpa->toTPA, *fpaRegion, 50, 0);
 
     // the model now describes the unrotated focal-plane
@@ -195,5 +195,5 @@
 	// the region used here is the region covered by the chip in the FPA
 	// NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places
-	psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50); 
+	psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50, 0); 
 	psFree (chip->fromFPA);
 	chip->fromFPA = fromFPA;
