DESC icon indicating copy to clipboard operation
DESC copied to clipboard

util function to change the resolution of a spline

Open ddudt opened this issue 1 year ago • 2 comments

Splines don't have a proper basis class, but it would be helpful to have a function to effectively change their "resolution". Something like: new_values, new_knots = change_spline_resolution(old_values, old_knots, method)

This is effectively already done in OmnigenousField.change_resolution but should be a standalone function that can be used elsewhere.

ddudt avatar Feb 02 '24 17:02 ddudt

resample instead of change_resolution

dpanici avatar Aug 20 '24 19:08 dpanici