Implemented classes and fixed several issues
Complete rewrite of the tracking function (only graph so far)
- simplified handling of channels vs idxs (now using channels)
- solved several issues in connecting to the init channel
- solved upsampling bug #4 (closed) (rewriting did the trick)
- added notebooks to show class based approach (https://git.bsse.ethz.ch/abuccino/axon_velocity/-/blob/classes/sandbox/tracking-class-debug-example.ipynb)
- used RANSAC for robust regression and outlier removal
Edited by Alessio Buccino