Index: /branches/eam_branches/ipp-20140423/Ohana/src/uniphot/src/update_catalog_fiximids.c
===================================================================
--- /branches/eam_branches/ipp-20140423/Ohana/src/uniphot/src/update_catalog_fiximids.c	(revision 36767)
+++ /branches/eam_branches/ipp-20140423/Ohana/src/uniphot/src/update_catalog_fiximids.c	(revision 36768)
@@ -1,3 +1,8 @@
 # include "fiximids.h"
+
+// test image: 2013/06/15,13:25:51, GPC1.r.XY50
+static int CHECK_TEST_IMAGE = FALSE;
+static unsigned int Tref = 1378812312; 
+static short Cref = 10001;
 
 void update_catalog_fiximids (Catalog *catalog) {
@@ -18,4 +23,8 @@
     short photcode = catalog[0].measure[i].photcode;
     e_time time = catalog[0].measure[i].t;
+
+    if (CHECK_TEST_IMAGE && (abs(time - Tref) < 10) && (photcode == Cref)) {
+      fprintf (stderr, ".");
+    }
 
     // skip detections with no valid imageID (eg, ref photcode)
