Increase default smearclip radius

This commit is contained in:
Steven Robertson 2012-05-20 13:06:47 -07:00
parent 8c7db9d0fc
commit 42af8bee07

View File

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