From 6b4951083d2ad9dbeff02078e2283ee045507c79 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 27 Apr 2023 15:57:57 +0200 Subject: Set sensible sigma values for Mille --- libcrystfel/src/predict-refine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/predict-refine.c b/libcrystfel/src/predict-refine.c index caf3cedf..3b52d0c1 100644 --- a/libcrystfel/src/predict-refine.c +++ b/libcrystfel/src/predict-refine.c @@ -599,7 +599,7 @@ static void write_mille(Mille *mille, int n, UnitCell *cell, 9, local_gradients, 2, global_gradients, labels, r_dev(&rps[i]), - 1e-18); + 1e10); } /* Spot x-position terms */ @@ -622,7 +622,7 @@ static void write_mille(Mille *mille, int n, UnitCell *cell, 9, local_gradients, 2, global_gradients, labels, x_dev(&rps[i], image->detgeom, dx, dy), - 10.0); + 0.65*rps[i].panel->pixel_pitch); } /* Spot y-position terms */ @@ -645,7 +645,7 @@ static void write_mille(Mille *mille, int n, UnitCell *cell, 9, local_gradients, 2, global_gradients, labels, y_dev(&rps[i], image->detgeom, dx, dy), - 10.0); + 0.65*rps[i].panel->pixel_pitch); } #endif /* HAVE_MILLEPEDE */ } -- cgit v1.2.3