Index: branches/eam_branches/largefiles.20100314/Ohana/src/relastro/src/FitSimple.c
===================================================================
--- branches/eam_branches/largefiles.20100314/Ohana/src/relastro/src/FitSimple.c	(revision 27368)
+++ branches/eam_branches/largefiles.20100314/Ohana/src/relastro/src/FitSimple.c	(revision 27372)
@@ -17,5 +17,5 @@
 
     // XXX the value needs to be set in a more intelligent way
-    if (dR > 0.15) continue;
+    if (dR > 0.50) continue;
     
     fit_add (fit, raw[i].X, raw[i].Y, ref[i].P, ref[i].Q, 1.0);
