glass-dev / glass

Generator for Large Scale Structure
https://glass.readthedocs.io
MIT License
31 stars 7 forks source link

ENH(shells): radial windows for linear and cubic interpolation #119

Closed ntessore closed 1 year ago

ntessore commented 1 year ago

Adds window functions linear_windows() and cubic_windows() that correspond to linear and cubic spline interpolation, respectively.

Documentation is updated to give an overview of available window functions.

Closes: #118 Added: New linear_windows() and cubic_windows() window functions for shells.

ntessore commented 1 year ago

Plot of the new window functions from the docs:

image