Index: trunk/psModules/src/pmImageCombine.h
===================================================================
--- trunk/psModules/src/pmImageCombine.h	(revision 4217)
+++ trunk/psModules/src/pmImageCombine.h	(revision 4992)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-13 19:36:12 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-11 22:25:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,22 +26,25 @@
 #include "pslib.h"
 
-psImage *pmCombineImages(psImage *combine,              ///< Combined image (output)
-                         psArray **questionablePixels,  ///< Array of rejection masks
-                         const psArray *images,         ///< Array of input images
-                         const psArray *errors,         ///< Array of input error images
-                         const psArray *masks,          ///< Array of input masks
-                         psU32 maskVal,                 ///< Mask value
-                         const psPixels *pixels,        ///< Pixels to combine
-                         psS32 numIter,                 ///< Number of rejection iterations
-                         psF32 sigmaClip,               ///< Number of standard deviations at which to reject
-                         const psStats *stats           ///< Statistics to use in the combination
-                        );
+psImage *pmCombineImages(
+    psImage *combine,                   ///< Combined image (output)
+    psArray **questionablePixels,       ///< Array of rejection masks
+    const psArray *images,              ///< Array of input images
+    const psArray *errors,              ///< Array of input error images
+    const psArray *masks,               ///< Array of input masks
+    psU32 maskVal,                      ///< Mask value
+    const psPixels *pixels,             ///< Pixels to combine
+    psS32 numIter,                      ///< Number of rejection iterations
+    psF32 sigmaClip,                    ///< Number of standard deviations at which to reject
+    const psStats *stats                ///< Statistics to use in the combination
+);
 
-psArray *pmRejectPixels(const psArray *images,          ///< Array of input images
-                        const psArray *errors,          ///< The pixels which were rejected in the combination
-                        const psArray *inToOut,         ///< Transformation from input to output system
-                        const psArray *outToIn,         ///< Transformation from output to input system
-                        psF32 rejThreshold,             ///< Rejection threshold
-                        psF32 gradLimit                 ///< Gradient limit
-                       );
+psArray *pmRejectPixels(
+    const psArray *images,              ///< Array of input images
+    const psArray *masks,               ///< Array of input image masks
+    const psArray *errors,              ///< The pixels which were rejected in the combination
+    const psArray *inToOut,             ///< Transformation from input to output system
+    const psArray *outToIn,             ///< Transformation from output to input system
+    psF32 rejThreshold,                 ///< Rejection threshold
+    psF32 gradLimit                     ///< Gradient limit
+);
 #endif
