.gitignore
.gitmodules
.readthedocs.yml
.travis.yml
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CREDITS.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci_test.yml
.github/workflows/publish_docs.yml
docs/.gitignore
docs/Makefile
docs/acknowledgements.rst
docs/api.rst
docs/citing.rst
docs/conf.py
docs/contributing.rst
docs/core.rst
docs/deadtime.rst
docs/history.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/make.bat
docs/modeling.rst
docs/pulsar.rst
docs/quicklook.rst
docs/simulator.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/images/stingray_logo.png
docs/images/stingray_logo.svg
docs/images/stingray_logo_with_name.png
docs/images/stingray_logo_with_text.png
docs/notebooks/.git
docs/notebooks/.gitattributes
docs/notebooks/.gitignore
docs/notebooks/LICENSE
docs/notebooks/README.rst
docs/notebooks/requirements.txt
docs/notebooks/Bispectrum/bispectrum_tutorial.ipynb
docs/notebooks/CrossCorrelation/cross_correlation_notebook.ipynb
docs/notebooks/Crossspectrum/Crossspectrum_tutorial.ipynb
docs/notebooks/Crossspectrum/.ipynb_checkpoints/Crossspectrum_tutorial-checkpoint.ipynb
docs/notebooks/DataQuickLook/Quicklook NuSTAR data with Stingray.ipynb
docs/notebooks/DataQuickLook/.ipynb_checkpoints/Quicklook NuSTAR data with Stingray-checkpoint.ipynb
docs/notebooks/Deadtime/Check FAD correction in Stingray.ipynb
docs/notebooks/Deadtime/Check dead time model in Stingray.ipynb
docs/notebooks/DynamicalPowerspectrum/DynamicalPowerspectrum_tutorial_[fake_data].ipynb
docs/notebooks/DynamicalPowerspectrum/DynamicalPowerspectrum_tutorial_[real_data].ipynb
docs/notebooks/EventList/EventList Tutorial.ipynb
docs/notebooks/EventList/events.fits
docs/notebooks/Lightcurve/Analyze light curves chunk by chunk - an example.ipynb
docs/notebooks/Lightcurve/Lightcurve tutorial.ipynb
docs/notebooks/Lightcurve/lightcurve.png
docs/notebooks/Lightcurve/photon_arrivals.txt
docs/notebooks/Lightcurve/.ipynb_checkpoints/Lightcurve tutorial-checkpoint.ipynb
docs/notebooks/Modeling/ModelingExamples.ipynb
docs/notebooks/Powerspectrum/Powerspectrum_tutorial.ipynb
docs/notebooks/Powerspectrum/.ipynb_checkpoints/Powerspectrum_tutorial-checkpoint.ipynb
docs/notebooks/Pulsar/Pulsar search with epoch folding and Z squared.ipynb
docs/notebooks/Pulsar/.ipynb_checkpoints/Pulsar search with epoch folding and Z squared-checkpoint.ipynb
docs/notebooks/Simulator/Lag Analysis.ipynb
docs/notebooks/Simulator/Simulator Tutorial.ipynb
docs/notebooks/Simulator/Spectral Models.ipynb
docs/notebooks/Simulator/Concepts/Inverse Transform Sampling.ipynb
docs/notebooks/Simulator/Concepts/PowerLaw Spectrum.ipynb
docs/notebooks/Simulator/Concepts/Simulator.ipynb
docs/notebooks/Transfer Functions/2d.png
docs/notebooks/Transfer Functions/Data Preparation.ipynb
docs/notebooks/Transfer Functions/TransferFunction Tutorial.ipynb
docs/notebooks/Transfer Functions/intensity.txt
docs/notebooks/Window Functions/window_functions.ipynb
joss/joss.bib
joss/paper.md
stingray/__init__.py
stingray/_astropy_init.py
stingray/bispectrum.py
stingray/conftest.py
stingray/covariancespectrum.py
stingray/crosscorrelation.py
stingray/crossspectrum.py
stingray/events.py
stingray/exceptions.py
stingray/filters.py
stingray/gti.py
stingray/io.py
stingray/largememory.py
stingray/lightcurve.py
stingray/powerspectrum.py
stingray/sampledata.py
stingray/spectroscopy.py
stingray/stats.py
stingray/utils.py
stingray/varenergyspectrum.py
stingray/version.py
stingray.egg-info/PKG-INFO
stingray.egg-info/SOURCES.txt
stingray.egg-info/dependency_links.txt
stingray.egg-info/entry_points.txt
stingray.egg-info/not-zip-safe
stingray.egg-info/requires.txt
stingray.egg-info/top_level.txt
stingray/datasets/lc_sample.txt
stingray/datasets/xselect.mdb
stingray/deadtime/__init__.py
stingray/deadtime/fad.py
stingray/deadtime/model.py
stingray/deadtime/tests/__init__.py
stingray/deadtime/tests/test_fad.py
stingray/deadtime/tests/test_models.py
stingray/modeling/__init__.py
stingray/modeling/parameterestimation.py
stingray/modeling/posterior.py
stingray/modeling/scripts.py
stingray/modeling/tests/__init__.py
stingray/modeling/tests/test_parameterestimation.py
stingray/modeling/tests/test_posterior.py
stingray/modeling/tests/test_scripts.py
stingray/pulse/__init__.py
stingray/pulse/accelsearch.py
stingray/pulse/fftfit.py
stingray/pulse/modeling.py
stingray/pulse/pulsar.py
stingray/pulse/search.py
stingray/pulse/overlapandsave/README.md
stingray/pulse/overlapandsave/__init__.py
stingray/pulse/overlapandsave/ols.py
stingray/pulse/overlapandsave/test_ols.py
stingray/pulse/tests/__init__.py
stingray/pulse/tests/test_accelsearch.py
stingray/pulse/tests/test_modeling.py
stingray/pulse/tests/test_pulse.py
stingray/pulse/tests/test_search.py
stingray/pulse/tests/data/example_pint.par
stingray/pulse/tests/data/example_pint.tim
stingray/simulator/__init__.py
stingray/simulator/base.py
stingray/simulator/models.py
stingray/simulator/simulator.py
stingray/simulator/transfer.py
stingray/simulator/tests/__init__.py
stingray/simulator/tests/test_base.py
stingray/simulator/tests/test_simulator.py
stingray/simulator/tests/test_transfer.py
stingray/tests/__init__.py
stingray/tests/setup_package.py
stingray/tests/test_bispectrum.py
stingray/tests/test_covariancespectrum.py
stingray/tests/test_crosscorrelation.py
stingray/tests/test_crossspectrum.py
stingray/tests/test_events.py
stingray/tests/test_filters.py
stingray/tests/test_gti.py
stingray/tests/test_io.py
stingray/tests/test_largememory.py
stingray/tests/test_lightcurve.py
stingray/tests/test_powerspectrum.py
stingray/tests/test_sampledata.py
stingray/tests/test_spectroscopy.py
stingray/tests/test_stats.py
stingray/tests/test_utils.py
stingray/tests/test_varenergyspectrum.py
stingray/tests/data/lcurveA.fits
stingray/tests/data/lcurve_new.fits
stingray/tests/data/monol_testA.evt
stingray/tests/data/nomission.evt
stingray/tests/data/xmm_test.fits
validation/Validate TOA calculation.ipynb