.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.rst
docs/requirements.txt
docs/_static/EPFL_Unités_Center-for-imaging.svg
docs/_static/background.svg
docs/_static/favicon.png
docs/_static/imaging.png
docs/_static/logo.png
docs/_static/logo.svg
docs/_static/css/custom.css
docs/api/b1.rst
docs/api/b2.rst
docs/api/b3.rst
docs/api/basis_functions.rst
docs/api/catmullrom.rst
docs/api/cubichermite.rst
docs/api/exponential.rst
docs/api/exponentialhermite.rst
docs/api/hermite_spline_curves.rst
docs/api/index.rst
docs/api/spline_curves.rst
docs/getting_started/citation.rst
docs/getting_started/index.rst
docs/getting_started/padding.rst
docs/pyplots/plot_b1.py
docs/pyplots/plot_b2.py
docs/pyplots/plot_b3.py
docs/pyplots/plot_catmullrom.py
docs/pyplots/plot_cubichermite.py
docs/pyplots/plot_exponential.py
docs/pyplots/plot_exponentialhermite.py
docs/pyplots/plot_no_padding.py
docs/pyplots/plot_padding.py
docs/pyplots/plot_performance.py
docs/theory/basis_function.rst
docs/theory/catmullrom.rst
docs/theory/cubichermite.rst
docs/theory/data_approximation.rst
docs/theory/exponential.rst
docs/theory/exponentialhermite.rst
docs/theory/index.rst
docs/theory/polynomial.rst
examples/README.rst
examples/celegans.tif
examples/dendrite.tif
examples/peptides.tif
examples/plot_active_contours.py
examples/plot_background.py
examples/plot_celegans.py
examples/plot_curvature_combs.py
examples/plot_dendrite.py
examples/plot_distance.py
examples/plot_example1.py
examples/plot_io.py
examples/plot_peptides.py
examples/plot_performance_comparison_with_scipy.py
examples/plot_sin.py
examples/plot_splinebox_vs_scipy_coin.py
examples/plot_splinebox_vs_scipy_line.py
src/splinebox/__init__.py
src/splinebox/_version.py
src/splinebox/basis_functions.py
src/splinebox/spline_curves.py
src/splinebox.egg-info/PKG-INFO
src/splinebox.egg-info/SOURCES.txt
src/splinebox.egg-info/dependency_links.txt
src/splinebox.egg-info/requires.txt
src/splinebox.egg-info/top_level.txt
tests/conftest.py
tests/test_basis_functions.py
tests/test_spline_curves.py