Index: trunk/psastro/src/pmAstrom.h
===================================================================
--- trunk/psastro/src/pmAstrom.h	(revision 5360)
+++ trunk/psastro/src/pmAstrom.h	(revision 5510)
@@ -7,8 +7,10 @@
 
 typedef struct {
-    double X, Y;
-    double P, Q;
-    double L, M;
-    double R, D;
+    psPlane pix;
+    psPlane cell;
+    psPlane chip;
+    psPlane FP;
+    psPlane TP;
+    psSphere sky;
     double Mag, dMag;
 } pmAstromObj;
@@ -26,7 +28,7 @@
 
 typedef struct {
+    psPlane center;
+    psPlane offset;
     double angle;
-    double dP;
-    double dQ;
     double minMetric;
     double minVar;
