Index: /branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/repair_catalog_by_objID.c
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/repair_catalog_by_objID.c	(revision 38655)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/repair_catalog_by_objID.c	(revision 38656)
@@ -24,5 +24,7 @@
       double dD = 3600.0*(average[iTest].D - myMeasure->D);
       double dRad = hypot (dR, dD);
-      myAssert (dRad < 2.0, "bad detection does not seem to match target source");
+
+      // XXX dRad of 200.0 would allow Barnard's star (10"/yr) to be handled
+      myAssert (dRad < 200.0, "bad detection does not seem to match target source");
       
       char *date = ohana_sec_to_date (myMeasure->t);
