Is around 90% done, but definitely needs more testing. If needed, I am happy to work on it a bit more in the upcoming days.
Function preprocessing_loop is missing the last part that performs the spline. I found scipy.interpolate.CubicHermiteSpline to be a good candidate for this, but never managed to test it. Also test_preprocessing_loop is incomplete
Addressing #5:
Is around 90% done, but definitely needs more testing. If needed, I am happy to work on it a bit more in the upcoming days.
Function
preprocessing_loop
is missing the last part that performs the spline. I foundscipy.interpolate.CubicHermiteSpline
to be a good candidate for this, but never managed to test it. Alsotest_preprocessing_loop
is incomplete