Skip to content
New issue

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

Lomb Scargle #95

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kartikmandar
Copy link
Member

As in the LombScargleCrossspectrum method, the parameter min_freq was set to 0 which gave this warning:
/Users/kartikmandar/Desktop/GSOC/stingray/stingray/lombscargle.py:66: UserWarning: min_freq must be positive and >0. Setting to df / 2.
warnings.warn("min_freq must be positive and >0. Setting to df / 2.")

So I set up the min. possible positive float value as the min_freq. I hope that it's not undesirable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant