MPoL-dev / MPoL

A flexible Python platform for Regularized Maximum Likelihood imaging
https://mpol-dev.github.io/MPoL/
MIT License
33 stars 11 forks source link

Remove spheroidal gridding routines since deprecated by the NuFFT #239

Closed iancze closed 8 months ago

iancze commented 8 months ago

Removed custom spheroidal_gridding routines, tests, and the UVDataset object that used them. These have been superseded by the TorchKbNuFFT package. For reference, the old routines (including the tricky corrfun math) is preserved in a Gist here.