ML4GW / ml4gw

Torch utilities for doing machine learning in gravitational wave physics
18 stars 13 forks source link

Add spline interpolation #157

Closed wbenoit26 closed 1 month ago

wbenoit26 commented 2 months ago

Adding the spline interpolation into ml4gw and integrating it into the Q-transform. Still a lot to do, but I wanted to get something pushed so people could take a look at it. The main changes compared to the original are:

To-do:

wbenoit26 commented 1 month ago

@EthanMarx This is at the point that it would be good to have you take a look at it. There remain a couple of issues with matching exactly with SciPy's implementation, but I think the code is usable with the caveats that I describe in the documentation.

EthanMarx commented 1 month ago

So the spline interpolation is a general interpolator that could be (potentially) used for different use cases, and then you are just implementing it for the Qtransform?

wbenoit26 commented 1 month ago

Exactly, yeah