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
Astropy Lomb Scargle has a model_parameters() method that returns the least-squares fit at a single frequency. I don't think we need to use finufft for this, but it would probably make sense to add to the nifty-ls API. In the meantime, users can use nifty-ls for the periodogram and Astropy for the model parameters.
Astropy Lomb Scargle has a
model_parameters()
method that returns the least-squares fit at a single frequency. I don't think we need to use finufft for this, but it would probably make sense to add to the nifty-ls API. In the meantime, users can use nifty-ls for the periodogram and Astropy for the model parameters.Thanks to @soichiro-hattori for the recommendation!
The text was updated successfully, but these errors were encountered: