Index: branches/pap_mops/ppMops/src/ppMopsRead.c
===================================================================
--- branches/pap_mops/ppMops/src/ppMopsRead.c	(revision 25187)
+++ branches/pap_mops/ppMops/src/ppMopsRead.c	(revision 25188)
@@ -10,4 +10,6 @@
 psArray *ppMopsRead(const ppMopsArguments *args)
 {
+    psTrace("ppMops.read", 1, "Reading input detections\n");
+
     psArray *inNames = args->input;          // Input names
     long num = inNames->n;                   // Number of inputs
@@ -46,4 +48,6 @@
         }
         ppMopsDetections *det = ppMopsDetectionsAlloc(size);
+
+        psTrace("ppMops.read", 3, "Reading %ld rows from %s\n", size, (const char*)inNames->data[i]);
 
         det->raBoresight = psMemIncrRefCounter(psMetadataLookupStr(NULL, header, "FPA.RA"));
@@ -151,8 +155,11 @@
         }
 
+        psTrace("ppMops.read", 2, "Read %ld good rows from %s\n", numGood, (const char*)inNames->data[i]);
+
         psFree(table);
         detections->data[i] = det;
     }
 
+    psTrace("ppMops.read", 1, "Done reading input detections\n");
 
     return detections;
