Index: trunk/psModules/src/camera/pmFPAMosaic.h
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.h	(revision 11253)
+++ trunk/psModules/src/camera/pmFPAMosaic.h	(revision 12629)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 02:54:14 $
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-03-28 19:17:36 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -24,6 +24,7 @@
 /// the pixels, if possible.
 bool pmChipMosaic(pmChip *target,       ///< Target chip --- may contain only a single cell
-                  const pmChip *source  ///< Source chip whose cells will be mosaicked
-                 );
+                  const pmChip *source,  ///< Source chip whose cells will be mosaicked
+		  bool deepCopy		///< require a deep copy (disregard 'nice' chip) 
+    );
 
 /// Mosaic all cells within an FPA
@@ -33,7 +34,8 @@
 /// CELL.X0 and CELL.Y0 offsets.  This is useful for getting an image of the FPA on the sky.  The mosaicking
 /// is done so as to avoid performing a deep copy of the pixels, if possible.
-bool pmFPAMosaic(pmFPA *target,         ///< Target FPA --- may contain only a single chip with a single cell
-                 const pmFPA *source    ///< FPA whose chips and cells will be mosaicked
-                );
+bool pmFPAMosaic(pmFPA *target,	///< Target FPA --- may contain only a single chip with a single cell
+                 const pmFPA *source,	///< FPA whose chips and cells will be mosaicked
+                 bool deepCopy		///< require a deep copy (disregard 'nice' chip) 
+                );			// 
 /// @}
 #endif
