Index: /branches/pap/ppStack/src/ppStackConvolve.c
===================================================================
--- /branches/pap/ppStack/src/ppStackConvolve.c	(revision 26313)
+++ /branches/pap/ppStack/src/ppStackConvolve.c	(revision 26314)
@@ -132,4 +132,5 @@
                     psMetadataAddF32(options->stats, PS_LIST_TAIL, "KERNEL.NORM", PS_META_DUPLICATE_OK,
                                      "Normalisation for kernel", norm);
+                    fprintf(stderr, "Kernel normalisation for image %d: %f\n", i, norm);
                 }
                 float deconv = psMetadataLookupF32(NULL, readout->analysis,
Index: /branches/pap/ppStack/src/ppStackMatch.c
===================================================================
--- /branches/pap/ppStack/src/ppStackMatch.c	(revision 26313)
+++ /branches/pap/ppStack/src/ppStackMatch.c	(revision 26314)
@@ -377,5 +377,5 @@
             if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
                                           stampSources, SOURCE_MASK, NULL, NULL, options->psf,
-                                          minFlux, footprint + size, false, false)) {
+                                          minFlux, footprint + size, false, true)) {
                 psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image with target PSF.");
                 psFree(fake);
