notebooks
notebooks copied to clipboard
Tutorial notebooks for Stingray
code was giving this waring ``` "Install seaborn. It help you make prettier figures!``` removed the warinig it by installing seaborn
fixed `numpy.nd.array` to `numpy.ndarray` in return data type
Fixed normalisation equation of fvar source https://github.com/StingraySoftware/stingray/pull/255/files
Seaborn library was missing in requirements. stingray\docs\notebooks\Pulsar\Pulsar search with epoch folding and Z squared.ipynb: Interactive_phaseogram reset wasn't working, because set_xdata function expected an array as an argument. Still missing some...
Fix for this warning since stingray only supports poisson err_dist ``` UserWarning: SIMON says: Stingray only uses poisson err_dist at the moment. All analysis in the light curve will assume...
Added notebook tutorial for plotting TESS light curve closes #114
The Transiting Exoplanet Survey Satellite (TESS) is an all-sky transit survey, whose principal goal is to detect Earth-sized planets orbiting bright stars that are amenable to follow-up observations to determine...
## Before  ## After 
Added note book for jwst light curve data (NIRSpec BOTS) fixes https://github.com/StingraySoftware/stingray/issues/654
Added notebook for plotting cospectra of two light curves and verifying it manually source: 1 ) https://iopscience.iop.org/article/10.3847/1538-4365/aabe38 2) https://github.com/dhuppenkothen/cospectra-paper fix #41