Index: trunk/psastro/src/psastroMosaicSetAstrom.c
===================================================================
--- trunk/psastro/src/psastroMosaicSetAstrom.c	(revision 10613)
+++ trunk/psastro/src/psastroMosaicSetAstrom.c	(revision 10830)
@@ -30,5 +30,5 @@
 	
 		    psPlaneTransformApply (raw->FP, chip->toFPA, raw->chip);
-		    psPlaneDistortApply (raw->TP, fpa->toTPA, raw->FP, 0.0, 0.0);
+		    psPlaneTransformApply (raw->TP, fpa->toTPA, raw->FP);
 		    psDeproject (raw->sky, raw->TP, fpa->toSky);
 		}
@@ -41,5 +41,5 @@
 	
 		    psProject (ref->TP, ref->sky, fpa->toSky);
-		    psPlaneDistortApply (ref->FP, fpa->fromTPA, ref->TP, 0.0, 0.0);
+		    psPlaneTransformApply (ref->FP, fpa->fromTPA, ref->TP);
 		    psPlaneTransformApply (ref->chip, chip->fromFPA, ref->FP);
 		}
