Index: trunk/psModules/src/camera/pmFPA.c
===================================================================
--- trunk/psModules/src/camera/pmFPA.c	(revision 10526)
+++ trunk/psModules/src/camera/pmFPA.c	(revision 10603)
@@ -109,7 +109,7 @@
     # if FPA_ASTROM
 
-    psFree(fpa->fromTangentPlane);
-    psFree(fpa->toTangentPlane);
-    psFree(fpa->projection);
+    psFree(fpa->fromTPA);
+    psFree(fpa->toTPA);
+    psFree(fpa->toSky);
     # endif
 }
@@ -326,7 +326,7 @@
     #if FPA_ASTROM
 
-    tmpFPA->fromTangentPlane = NULL;
-    tmpFPA->toTangentPlane = NULL;
-    tmpFPA->projection = NULL;
+    tmpFPA->fromTPA = NULL;
+    tmpFPA->toTPA = NULL;
+    tmpFPA->toSky = NULL;
     #endif
 
Index: trunk/psModules/src/camera/pmFPA.h
===================================================================
--- trunk/psModules/src/camera/pmFPA.h	(revision 10526)
+++ trunk/psModules/src/camera/pmFPA.h	(revision 10603)
@@ -9,6 +9,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-10-21 03:30:05 $
+/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2006-12-10 02:06:47 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -34,7 +34,7 @@
     #if FPA_ASTROM
     // Astrometric transformations
-    psPlaneDistort *fromTangentPlane;   ///< Transformation from tangent plane to focal plane, or NULL
-    psPlaneDistort *toTangentPlane;     ///< Transformation from focal plane to tangent plane, or NULL
-    psProjection *projection;           ///< Projection from tangent plane to sky, or NULL
+    psPlaneDistort *fromTPA;  ///< Transformation from tangent plane to focal plane, or NULL
+    psPlaneDistort *toTPA;  ///< Transformation from focal plane to tangent plane, or NULL
+    psProjection *toSky;         ///< Projection from tangent plane to sky, or NULL
     #endif
     // Information
