Index: trunk/ppStack/src/ppStackMatch.c
===================================================================
--- trunk/ppStack/src/ppStackMatch.c	(revision 20629)
+++ trunk/ppStack/src/ppStackMatch.c	(revision 20653)
@@ -16,5 +16,5 @@
 #define FAINT_SOURCE_FRAC 1.0e-4         // Set minimum flux to this fraction of faintest source flux
 
-//#define TESTING                         // Enable debugging output
+#define TESTING                         // Enable debugging output
 
 #ifdef TESTING
@@ -356,7 +356,5 @@
         }
         psFree(iter);
-
-        float vf = psMetadataLookupF32(NULL, readout->parent->concepts, "CELL.VARFACTOR"); // Variance factor
-        *chi2 /= vf * num;
+        *chi2 /= num;
     }
 
