Index: trunk/archive/scripts/src/phase2/pmFlatField.h
===================================================================
--- trunk/archive/scripts/src/phase2/pmFlatField.h	(revision 5107)
+++ trunk/archive/scripts/src/phase2/pmFlatField.h	(revision 5462)
@@ -18,9 +18,13 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-23 02:58:30 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-11-03 01:30:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
+
+#include "pslib.h"
+#include "pmFPA.h" // #include "pmAstrometry.h"
+
 
 /** Execute flat field module.
@@ -31,9 +35,7 @@
  *  @return  bool: True or false for success or failure
  */
-
-#include "pmFPA.h"
-
 bool pmFlatField(
-    pmReadout *in,          ///< Redout with input image and mask
+    pmReadout *in,          ///< Readout with input image
+    pmReadout *mask,        ///< Input image mask
     const pmReadout *flat   ///< Readout with flat image
 );
