The Dynamic Time Warping (DTW) allows to measure the difference between two temporal sequences, that can have significant distorsions one to another. This code implemented in fortran allows a very efficient access to this function under python. -
View it on GitHub