Index: /tags/ipp-20111110/psphot/src/psphotStackMatchPSFs.c
===================================================================
--- /tags/ipp-20111110/psphot/src/psphotStackMatchPSFs.c	(revision 32868)
+++ /tags/ipp-20111110/psphot/src/psphotStackMatchPSFs.c	(revision 32869)
@@ -101,5 +101,8 @@
     // Image Matching (PSFs or just flux)
     if (options->convolve) {
-	matchKernel(config, readoutOut, readoutSrc, options, index);
+	if (!matchKernel(config, readoutOut, readoutSrc, options, index)){
+	    psError(psErrorCodeLast(), false, "Unable to match image PSF in readout.");
+	    return false;
+	}
 	saveMatchData(readoutOut, options, index);
     }
