notebooks
notebooks copied to clipboard
Lomb Scargle
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?