From 94066b34cb9d2ba6ae6ab573b41bfc8cce3e5f84 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 24 Jan 2012 07:57:50 -0500 Subject: [PATCH] Increase 'far' in ApproachConfig to 30 microns. --- unfold_protein/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unfold_protein/config.py b/unfold_protein/config.py index 9190203..c927aef 100644 --- a/unfold_protein/config.py +++ b/unfold_protein/config.py @@ -64,7 +64,7 @@ class ApproachConfig (_config.Config): help=('Approximate distance in meters to move away to get "far" ' 'from the surface. For possible stepper adjustments while ' 'initially locating the surface.'), - default=1e-5), + default=3e-5), ] class UnfoldConfig (_config.Config): -- 2.26.2