From 42af8bee076010430fc23ab32ea658f7a635ce12 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 20 May 2012 13:06:47 -0700 Subject: [PATCH] Increase default smearclip radius --- cuburn/genome/specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/genome/specs.py b/cuburn/genome/specs.py index 3156fc4..d2b7c3a 100644 --- a/cuburn/genome/specs.py +++ b/cuburn/genome/specs.py @@ -52,7 +52,7 @@ filters = ( , 'curve': scalespline(0.6, d='Power of filter radius with density') } , 'haloclip': {} - , 'smearclip': {'width': scalespline(0.75, d='Spatial stdev of filter')} + , 'smearclip': {'width': scalespline(1, d='Spatial stdev of filter')} , 'logscale': {'brightness': scalespline(4, d='Log-scale brightness')} })