Index: branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c
===================================================================
--- branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c	(revision 26737)
+++ branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c	(revision 26738)
@@ -40,5 +40,4 @@
 }
 
-#if 0
 // Measure the PSF for an image
 static float subImagePSF(ppSubData *data, // Processing data
@@ -88,5 +87,4 @@
     return fwhm;
 }
-#endif
 
 // Scale the kernel parameters according to the PSFs
@@ -118,5 +116,4 @@
     }
 
-#if 0
     // Input images
     pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout
@@ -138,8 +135,4 @@
     float inFWHM = subImagePSF(data, inRO, inSources); // FWHM for input
     float refFWHM = subImagePSF(data, refRO, refSources); // FWHM for reference
-#else
-    float inFWHM = 7.631371;
-    float refFWHM = 10.005879;
-#endif
 
     psLogMsg("ppSub", PS_LOG_INFO, "Input FWHM: %f\nReference FWHM: %f\n", inFWHM, refFWHM);
