Index: trunk/Ohana/src/relastro/src/RepairStackMeasures.c
===================================================================
--- trunk/Ohana/src/relastro/src/RepairStackMeasures.c	(revision 39623)
+++ trunk/Ohana/src/relastro/src/RepairStackMeasures.c	(revision 39624)
@@ -93,5 +93,5 @@
       // check match of obstime:
       if ((measureB->t != image[idx].tzero) && (result.NstackMissTime < 10)) {
-	fprintf (stderr, "inconsistent stack measurement times: %d vs %d for %f, %f (%d, %ld)", measureB->t, image[idx].tzero, Rstk, Dstk, measureB->photcode, extID); 
+	fprintf (stderr, "inconsistent stack measurement times: %d vs %d for %f, %f (%d, %ld)\n", measureB->t, image[idx].tzero, Rstk, Dstk, measureB->photcode, extID); 
 	result.NstackMissTime ++;
       }
Index: trunk/Ohana/src/relastro/src/UpdateMeasures.c
===================================================================
--- trunk/Ohana/src/relastro/src/UpdateMeasures.c	(revision 39623)
+++ trunk/Ohana/src/relastro/src/UpdateMeasures.c	(revision 39624)
@@ -51,7 +51,9 @@
 
       // check that we have the right image:
+# if (0)
       myAssert (measureT->photcode == image[im].photcode, "image photcode mismatch");
       myAssert (measureT->t >= image[im].tzero, "image time mismatch (1)");
       myAssert (measureT->t <= image[im].tzero + image[im].NX*image[im].trate/5000.0, "image time mismatch (2)");
+# endif
       // I'm allowing the trate*NX to be a factor of 2x too small
 
