Index: /branches/eam_branches/20091113/ppSub/src/ppSubMakePSF.c
===================================================================
--- /branches/eam_branches/20091113/ppSub/src/ppSubMakePSF.c	(revision 26194)
+++ /branches/eam_branches/20091113/ppSub/src/ppSubMakePSF.c	(revision 26195)
@@ -66,4 +66,11 @@
     }
 
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->image, "findpsf.im.fits");
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->variance, "findpsf.wt.fits");
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->mask, "findpsf.mk.fits");
+
+    // XXX for testing, can i dump a complete copy of the psphot sources here?  
+    // I actually only need the X,Y coordinates to test this.
+
     // Extract the loaded sources from the associated readout, and generate PSF
     // Here, we assume the image is background-subtracted
Index: /branches/eam_branches/20091113/ppSub/src/ppSubReadoutPhotometry.c
===================================================================
--- /branches/eam_branches/20091113/ppSub/src/ppSubReadoutPhotometry.c	(revision 26194)
+++ /branches/eam_branches/20091113/ppSub/src/ppSubReadoutPhotometry.c	(revision 26195)
@@ -86,4 +86,8 @@
     psFree(photRO->analysis);
     photRO->analysis = psMetadataAlloc();
+
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->image, "findsrc.im.fits");
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->variance, "findsrc.wt.fits");
+    // psphotSaveImage (photFile->fpa->hdu->header, photRO->mask, "findsrc.mk.fits");
 
     if (!psphotReadoutMinimal(config, view)) {
