You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to implement the method described in
Leroy, B. "Fast calculation of the Lomb-Scargle periodogram using nonequispaced fast Fourier transforms", A&A, 545, September 2012, A50, https://doi.org/10.1051/0004-6361/201219076
For the NFFT, there are
the NFFT.jl package, a pure Julia implementation of the Non-equidistant Fast Fourier Transform
the Julia interface to the C library, which however is not packaged properly and thus is not easily callable by this package
It would be interesting to implement the method described in
For the NFFT, there are
NFFT.jl
package, a pure Julia implementation of the Non-equidistant Fast Fourier TransformFINUFFT.jl
, wrapper around finufftThe text was updated successfully, but these errors were encountered: