Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
PEP8 cleanup of test_sms.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PeakDetection.find_peaks
|
|
|
|
|
|
|
|
|
|
|
|
Move main license file to project root.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove for now.
|
|
|
|
|
|
|
|
|
|
Ignore valgrind errors due to a memory leak when
throwing a std::exception
|
|
|
|
arrays instead of having their own std::vector
of samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|