Index: trunk/psModules/src/astrom/pmAstrometryObjects.h
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryObjects.h	(revision 6873)
+++ trunk/psModules/src/astrom/pmAstrometryObjects.h	(revision 7005)
@@ -8,6 +8,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-04-17 18:10:08 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-30 22:03:58 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -41,16 +41,14 @@
 typedef struct
 {
-    psPlane pix;                        ///< the position in the pmReadout frame
-    psPlane cell;                       ///< the position in the pmCell frame
-    psPlane chip;                       ///< the position in the pmChip frame
-    psPlane FP;                         ///< the position in the pmFPA frame
-    psPlane TP;                         ///< the position in the tangent plane
-    psSphere sky;                       ///< the position on the Celestial Sphere.
-    double Mag;                         ///< A measurement of the brightness.
-    double dMag;                        ///< What is this?
+    psPlane *pix;   ///< the position in the pmReadout frame
+    psPlane *cell;   ///< the position in the pmCell frame
+    psPlane *chip;   ///< the position in the pmChip frame
+    psPlane *FP;   ///< the position in the pmFPA frame
+    psPlane *TP;   ///< the position in the tangent plane
+    psSphere *sky;   ///< the position on the Celestial Sphere.
+    double Mag;                         ///< object magnitude XXX what filter?
+    double dMag;                        ///< error on object magnitude
 }
 pmAstromObj;
-
-
 
 /*
@@ -158,4 +156,13 @@
 
 
+/******************************************************************************
+pmAstromGridTweak(*raw, *ref, *recipe, stats): improve match for two star lists.
+ ******************************************************************************/
+pmAstromStats pmAstromGridTweak(
+    psArray *raw,
+    psArray *ref,
+    psMetadata *recipe,
+    pmAstromStats stats);
+
 /*
  *
