2012/4/15 Stéfan van der Walt <stefan@sun.ac.za>
On Sun, Apr 15, 2012 at 2:23 PM, Tony Yu <tsyu80@gmail.com> wrote:`threshold_abs` and `threshold_rel` perhaps? My personal preference
> That said, I think that it'd be worthwhile to have both absolute and
> relative thresholding. I'm not sure about the naming though:
>
> - `athresh` and `rthresh`
> - `absthresh` and `relthresh`
> - `abs_thresh` and `rel_thresh`
> - `abs_threshold` and `rel_threshold`
is to have the specialization afterwards.
Stéfan
Sounds good. I've added these parameters (along w/ a few other changes) in PR #176.
-Tony