Index: trunk/psModules/src/camera/pmFPAMaskWeight.h
===================================================================
--- trunk/psModules/src/camera/pmFPAMaskWeight.h	(revision 9594)
+++ trunk/psModules/src/camera/pmFPAMaskWeight.h	(revision 10247)
@@ -8,6 +8,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-10-17 02:21:03 $
+/// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2006-11-29 01:26:14 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -47,5 +47,6 @@
 /// temporary --- it is not added to the HDU.  This is intended for when the user is iterating using
 /// pmReadoutReadNext, in which case the HDU can't be generated.
-bool pmReadoutSetWeight(pmReadout *readout ///< Readout for which to set weight
+bool pmReadoutSetWeight(pmReadout *readout, ///< Readout for which to set weight
+                        bool poisson    ///< Use poisson weights (in addition to read noise)?
                        );
 
@@ -62,5 +63,6 @@
 /// (CELL.GAIN) and read noise (CELL.READNOISE).  The weight map that is produced within the readout is
 /// suitable for output (complete with HDU entry).  This is intended for most operations.
-bool pmReadoutGenerateWeight(pmReadout *readout ///< Readout for which to generate weight
+bool pmReadoutGenerateWeight(pmReadout *readout, ///< Readout for which to generate weight
+                             bool poisson    ///< Use poisson weights (in addition to read noise)?
                             );
 
@@ -68,5 +70,6 @@
 ///
 /// Calls pmReadoutGenerateMask and pmReadoutGenerateWeight for the readout
-bool pmReadoutGenerateMaskWeight(pmReadout *readout ///< Readout for which to generate mask and weights
+bool pmReadoutGenerateMaskWeight(pmReadout *readout, ///< Readout for which to generate mask and weights
+                                 bool poisson    ///< Use poisson weights (in addition to read noise)?
                                 );
 
@@ -74,5 +77,6 @@
 ///
 /// Calls pmReadoutGenerateMaskWeight for each readout within the cell.
-bool pmCellGenerateMaskWeight(pmCell *cell ///< Cell for which to generate mask and weights
+bool pmCellGenerateMaskWeight(pmCell *cell, ///< Cell for which to generate mask and weights
+                              bool poisson    ///< Use poisson weights (in addition to read noise)?
                              );
 
