Index: trunk/ppImage/src/ppImageRebinReadout.c
===================================================================
--- trunk/ppImage/src/ppImageRebinReadout.c	(revision 20439)
+++ trunk/ppImage/src/ppImageRebinReadout.c	(revision 37406)
@@ -12,4 +12,6 @@
     pmFPAfile *outFile = psMetadataLookupPtr(NULL, config->files, outName);
     if (outFile == NULL) return false;
+
+    // psTimerStart("rebin.chip");
 
     // XXX double check that chip != -1?
@@ -40,4 +42,6 @@
     }
 
+    // psLogMsg ("ppImage", 5, "rebin chip for %s: %f sec\n", outName, psTimerMark ("rebin.chip"));
+
     return true;
 }
