Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 1665)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 1785)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-01 00:57:48 $
+*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-10 23:41:45 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -83,4 +83,12 @@
 psFixedPattern;
 
+psFixedPattern *psFixedPatternAlloc(double x0,           ///< X Position of 0,0 corner on focal plane
+                                    double y0,           ///< Y Position of 0,0 corner on focal plane
+                                    double xScale,       ///< Scale of the grid in x direction
+                                    double yScale,       ///< Scale of the grid in x direction
+                                    const psImage *x,    ///< The grid of offsets in x
+                                    const psImage *y     ///< The grid of offsets in y
+                                   );
+
 /** Readout data structure.
  *
