Increase 'far' in ApproachConfig to 30 microns.
authorW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 12:57:50 +0000 (07:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 12:57:50 +0000 (07:57 -0500)
unfold_protein/config.py

index 91902037af89e6b1766550163d5f81f835db8cc7..c927aef3f8761942d7002363631192f860fa0645 100644 (file)
@@ -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):