notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Tutorial notebooks for Stingray

Results 19 notebooks issues
Sort by recently updated
recently updated
newest added

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...

fixes: [#92](https://github.com/StingraySoftware/notebooks/issues/92) -added necessary attributes. -replaced the pre-existing function

Two corrections in Lightcurve notebook. 1) Replaced chunk_length parameter with segment_size 2) Added reminder to use pip install lightkurve

When we commit changes with some edits in the notebook, the notebooks tend to generate plots with unnecessary changes in the output, thus flooding the `git diff`. This makes it...

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....

This PR is for adding a tutorial for the Gaussian Process tool in the `stingray.modeling` file. The contents of the tutorial include * Use of GP's in Astronomy * Making...

On line 600, the .cs attribute is used instead of .power to calculate the time lag. e.g. It should be: lag = np.angle(cross.power)/ (2 \* np.pi \* cross.freq) instead of:...

This change is [](https://reviewable.io/reviews/stingraysoftware/notebooks/39)

I'm poking around the pulsar functionality in stingray, and I realized that with the latest updates, `fold_detection_level` has moved from `stingray.pulse.pulsar` to `stingray.stats`, so that notebook needs an update.