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')} })