Fix 'min_deviations + std' -> 'min_deviations * std' in hooke.util.peak
[hooke.git] / hooke / util / peak.py
2010-06-02 W. Trevor KingFix 'min_deviations + std' -> 'min_deviations * std...
2010-05-19 W. Trevor Kingarray.abs() -> numpy.abolute(array) in hooke.util.peak
2010-05-19 W. Trevor KingAdded default name to hooke.util.peak.mask_to_peaks
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor Kinghooke.util.peak.find_peaks should *not* die on noise...
2010-05-19 W. Trevor KingAdded input key flexibility to hooke.util.peak._kwarg
2010-05-19 W. Trevor KingMajor plugin restructuring.