Index: trunk/archive/scripts/src/phase2/pmChipMosaic.h
===================================================================
--- trunk/archive/scripts/src/phase2/pmChipMosaic.h	(revision 5621)
+++ trunk/archive/scripts/src/phase2/pmChipMosaic.h	(revision 5786)
@@ -5,6 +5,16 @@
 #include "pmFPA.h"
 
-psImage *pmChipMosaic(pmChip *chip,	// Chip to mosaic
-		      int xBinChip, int yBinChip // Binning of mosaic image in x and y
+// Mosaic multiple images, with flips, binning and offsets
+psImage *p_pmImageMosaic(const psArray *source, // Images to splice in
+                         const psVector *xFlip, const psVector *yFlip, // Need to flip x and y?
+                         const psVector *xBinSource, const psVector *yBinSource, // Binning in x and y of
+                                                                                 // source images
+                         int xBinTarget, int yBinTarget, // Binning in x and y of target images
+                         const psVector *x0, const psVector *y0 // Offsets for source images on target
+    );
+
+// Mosaic all the cells in a chip together (neglecting the overscans)
+psImage *pmChipMosaic(pmChip *chip,     // Chip to mosaic
+                      int xBinChip, int yBinChip // Binning of mosaic image in x and y
     );
 
