Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-12 | Make add_peak, add_partial and partial methods on Frame objects take Peak ↵ | John Glover | |
parameters instead of Peak object pointers. Update Python objects to return void from find_peaks_in_frame and update_partials. | |||
2012-08-11 | [base, synthesis] Allow synth size to be independent from frame size. Call ↵ | John Glover | |
synth_frame from Cython Synthesis.synth so that derived classes synth_frame methods are called. | |||
2012-07-29 | [base] Clear new peak and partial lists with Frame.clear | John Glover | |
2012-06-30 | Restructure class files. | John Glover | |
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file. | |||
2012-06-29 | [sms] Rename sms.py to pysms.py. | John Glover | |
PEP8 cleanup of test_sms.py. | |||
2012-06-28 | [base] Add C++ implementation of Synthesis and Residual. | John Glover | |
2012-06-28 | [base] Add C++ PartialTracking implementation. | John Glover | |
2012-06-26 | [base] Add C++ implementation of PeakDetection.find_peaks_in_frame and ↵ | John Glover | |
PeakDetection.find_peaks | |||
2012-06-25 | [base] Add C++/Cython PeakDetection.frames and Frame.peaks | John Glover | |
2012-03-22 | [base] updating Cython Frame and PeakDetection classes | John Glover | |
2012-03-16 | add Cython base.Peak class | John Glover | |
2012-03-16 | add Cython version of simpl base frame class | John Glover | |