I'm looking to manually create a 1D curve using splines.
I've tried using SciPy's implementation of spline interpolation, but it's not what I want. Basically, for each knot, I'd like to manually constrain the first derivative at that point while also specifying it's "strength". I've seen several other apps implement something similar. For instance, CarbideCreate for CNC allows me to make curve like so:
![[Image: Wqjgryf.png]](https://i.imgur.com/Wqjgryf.png)
Does anyone know how to make such curves in Python? Thanks!
I've tried using SciPy's implementation of spline interpolation, but it's not what I want. Basically, for each knot, I'd like to manually constrain the first derivative at that point while also specifying it's "strength". I've seen several other apps implement something similar. For instance, CarbideCreate for CNC allows me to make curve like so:
![[Image: Wqjgryf.png]](https://i.imgur.com/Wqjgryf.png)
Does anyone know how to make such curves in Python? Thanks!