Index: trunk/psModules/src/pmSubtractBias.h
===================================================================
--- trunk/psModules/src/pmSubtractBias.h	(revision 4754)
+++ trunk/psModules/src/pmSubtractBias.h	(revision 4770)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-11 00:03:51 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-16 01:10:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -38,5 +38,5 @@
 } pmFit;
 
-psReadout *pmSubtractBias(psReadout *in,                ///< The input psReadout image
+pmReadout *pmSubtractBias(pmReadout *in,                ///< The input pmReadout image
                           void *fitSpec,                ///< A polynomial or spline, defining the fit type.
                           const psList *overscans,      ///< A psList of overscan images
@@ -45,5 +45,5 @@
                           int nBin,                     ///< The amount of binning to be done image pixels.
                           pmFit fit,                    ///< PM_FIT_SPLINE, PM_FIT_POLYNOMIAL, or PM_FIT_NONE
-                          const psReadout *bias);       ///< A possibly NULL bias psReadout which is to be subtracted
+                          const pmReadout *bias);       ///< A possibly NULL bias pmReadout which is to be subtracted
 
 #endif
