Index: trunk/psModules/src/camera/pmReadoutFake.h
===================================================================
--- trunk/psModules/src/camera/pmReadoutFake.h	(revision 15756)
+++ trunk/psModules/src/camera/pmReadoutFake.h	(revision 15813)
@@ -13,4 +13,8 @@
 
 
+//#define PAP_WORK
+
+
+#ifdef PAP_WORK
 /// Generate a fake readout from an array of sources
 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
@@ -21,6 +25,18 @@
                               pmPSF *psf, ///< PSF for sources
                               float minFlux, ///< Minimum flux to bother about; for setting source radius
-                              int radius ///< Fixed radius for sources
+                              int radius, ///< Fixed radius for sources
+                              bool circularise ///< Circularise PSF model?
     );
+#else
+bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
+                              int numCols, int numRows, ///< Dimension of image
+                              const psArray *sources, ///< Array of pmSource
+                              float target, ///< Target FWHM
+                              float minFlux ///< Minimum flux to bother about; for setting source radius
+    );
+#endif // PAP_WORK
+
+
+
 
 #endif
