Kartik Mandar
Kartik Mandar
The pd.read_csv is trying to fetch file from unknown url. It is giving a 404: HTTP error. The url probably doesn't exist anymore. Hence someone have downloaded the file in...
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...
Two corrections in Lightcurve notebook. 1) Replaced chunk_length parameter with segment_size 2) Added reminder to use pip install lightkurve
The cross_correlation_notebook has some error in the code that I am having difficulty understanding. In the Another Example section of the notebook. The cs = CrossCorrelation() has no input lightcurves....