We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nterms > 1
It would be good to have support for multi-sinusoid fits; i.e. nterms > 1. The default Astropy implementation is here: https://github.com/astropy/astropy/blob/bf1103e5061d4a13c928afcaa66865154f5d9afe/astropy/timeseries/periodograms/lombscargle/implementations/fastchi2_impl.py
It uses many trig_sum() calls, which finufft replaces, so there may be a good speedup opportunity there.
trig_sum()
Relevant to #34.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be good to have support for multi-sinusoid fits; i.e.
nterms > 1
. The default Astropy implementation is here: https://github.com/astropy/astropy/blob/bf1103e5061d4a13c928afcaa66865154f5d9afe/astropy/timeseries/periodograms/lombscargle/implementations/fastchi2_impl.pyIt uses many
trig_sum()
calls, which finufft replaces, so there may be a good speedup opportunity there.Relevant to #34.
The text was updated successfully, but these errors were encountered: