From: W. Trevor King Date: Tue, 24 Jan 2012 12:57:50 +0000 (-0500) Subject: Increase 'far' in ApproachConfig to 30 microns. X-Git-Tag: v0.2~23 X-Git-Url: http://git.tremily.us/?p=unfold-protein.git;a=commitdiff_plain;h=94066b34cb9d2ba6ae6ab573b41bfc8cce3e5f84 Increase 'far' in ApproachConfig to 30 microns. --- 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):