python version of winterp
-Makefile -> for dynamic *.so library removed -c flag
- python -> forder with c library wrapper
- python-examples -> folder with python examples using winterp
- *1d.py uses 1d example from C
- *3d.py uses 3d example from C
- *universal.py uses 3d.py example but now shows another layer how to use the libarry with just two functions
create_interpolator()
andinterpolate()
other is behind the scenes - wdata_example.py -> uses 3d gaussian distribution to interpolate in denser lattice