.gitignore
.readthedocs.yml
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/check_docs.yml
.github/workflows/ci_cron_weekly.yml
.github/workflows/ci_tests.yml
.github/workflows/publish_docs.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/images/profile_fit.jpg
docs/images/residuals.jpg
docs/toa_extractor/index.rst
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENCE.rst
toa_extractor/__init__.py
toa_extractor/_astropy_init.py
toa_extractor/conftest.py
toa_extractor/data_setup.py
toa_extractor/pipeline.py
toa_extractor/plotting.py
toa_extractor/status.py
toa_extractor/summary.py
toa_extractor/toa_stats.py
toa_extractor/version.py
toa_extractor.egg-info/PKG-INFO
toa_extractor.egg-info/SOURCES.txt
toa_extractor.egg-info/dependency_links.txt
toa_extractor.egg-info/entry_points.txt
toa_extractor.egg-info/not-zip-safe
toa_extractor.egg-info/requires.txt
toa_extractor.egg-info/top_level.txt
toa_extractor/data/README.rst
toa_extractor/data/crab_512.ecsv
toa_extractor/data/crab_nustar_cr250.ecsv
toa_extractor/data/jb_crab_glitches.ecsv
toa_extractor/data/templates.yaml
toa_extractor/extern/__init__.py
toa_extractor/tests/__init__.py
toa_extractor/tests/test_pipeline.py
toa_extractor/tests/test_toa_stats.py
toa_extractor/tests/data/astrosat_test.fits
toa_extractor/tests/data/nicer_test.evt
toa_extractor/tests/data/nustar_test.evt.gz
toa_extractor/utils/__init__.py
toa_extractor/utils/config.py
toa_extractor/utils/crab.py
toa_extractor/utils/data_manipulation.py
toa_extractor/utils/fftfit.py
toa_extractor/utils/fit_crab_profiles.py
toa_extractor/utils/fold.py
toa_extractor/utils/tests/__init__.py
toa_extractor/utils/tests/test_crab.py
toa_extractor/utils/tests/test_fit_crab_profiles.py