Index: trunk/psModules/src/detrend/pmBias.h
===================================================================
--- trunk/psModules/src/detrend/pmBias.h	(revision 10299)
+++ trunk/psModules/src/detrend/pmBias.h	(revision 10302)
@@ -1,3 +1,3 @@
-/// @file pmSubtractBias.h
+/// @file pmBias.h
 ///
 /// @brief Subtract the overscan, bias and dark
@@ -8,12 +8,12 @@
 /// @author Paul Price, IfA
 ///
-/// @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-11-30 00:52:21 $
+/// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2006-11-30 01:03:06 $
 ///
 /// Copyright 2004--2006 Institute for Astronomy, University of Hawaii
 ///
 
-#ifndef PM_SUBTRACT_BIAS_H
-#define PM_SUBTRACT_BIAS_H
+#ifndef PM__BIAS_H
+#define PM__BIAS_H
 
 #include <pslib.h>
@@ -60,5 +60,5 @@
 /// Subtracts the overscan, as measured from the bias member of the input readout (if options are non-NULL),
 /// bias (if non-NULL) and dark (if non-NULL) scaled by the CELL.DARKTIME concept.
-bool pmSubtractBias(pmReadout *in,      ///< Input readout, to be overscan/bias/dark corrected
+bool pmBiasSubtract(pmReadout *in,      ///< Input readout, to be overscan/bias/dark corrected
                     pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL
                     const pmReadout *bias, ///< Bias image to subtract, or NULL
