.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
setup.py
.github/workflows/CI.yml
.github/workflows/publish.yml
docs/Makefile
docs/source/conf.py
docs/source/docker.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/kernfuncs.rst
docs/source/pipeline.rst
docs/source/quickstart.rst
docs/source/reference.rst
docs/source/images/J1855+0307_folded.png
docs/source/images/J1855+0307_folded_dereddened.png
docs/source/images/J1855+0307_pgram.png
docs/source/images/J1855+0307_pgram_zoom.png
docs/source/images/J1932-3655_blind_detection.png
docs/source/images/J1932-3655_psrchive_small.png
src/riptide/__init__.py
src/riptide/_version.py
src/riptide/candidate.py
src/riptide/clustering.py
src/riptide/constants.py
src/riptide/ffautils.py
src/riptide/folding.py
src/riptide/libffa.py
src/riptide/metadata.py
src/riptide/peak_detection.py
src/riptide/periodogram.py
src/riptide/running_medians.py
src/riptide/search.py
src/riptide/serialization.py
src/riptide/time_series.py
src/riptide/timing.py
src/riptide/apps/rseek.py
src/riptide/cpp/README.md
src/riptide/cpp/block.hpp
src/riptide/cpp/downsample.hpp
src/riptide/cpp/kernels.hpp
src/riptide/cpp/periodogram.hpp
src/riptide/cpp/python_bindings.cpp
src/riptide/cpp/running_median.hpp
src/riptide/cpp/snr.hpp
src/riptide/cpp/transforms.hpp
src/riptide/pipeline/__init__.py
src/riptide/pipeline/config_models.py
src/riptide/pipeline/dmiter.py
src/riptide/pipeline/harmonic_testing.py
src/riptide/pipeline/peak_cluster.py
src/riptide/pipeline/pipeline.py
src/riptide/pipeline/worker_pool.py
src/riptide/pipeline/config/example.yaml
src/riptide/reading/__init__.py
src/riptide/reading/presto.py
src/riptide/reading/sigproc.py
src/riptide_ffa.egg-info/PKG-INFO
src/riptide_ffa.egg-info/SOURCES.txt
src/riptide_ffa.egg-info/dependency_links.txt
src/riptide_ffa.egg-info/entry_points.txt
src/riptide_ffa.egg-info/requires.txt
src/riptide_ffa.egg-info/scm_file_list.json
src/riptide_ffa.egg-info/scm_version.json
src/riptide_ffa.egg-info/top_level.txt
tests/__init__.py
tests/pipeline_config_A.yml
tests/pipeline_config_B.yml
tests/presto_generation.py
tests/test_config_models.py
tests/test_ffa_base_functions.py
tests/test_ffa_search_pgram.py
tests/test_metadata.py
tests/test_pipeline.py
tests/test_rseek.py
tests/test_running_median.py
tests/test_snr.py
tests/test_time_series.py
tests/data/README.md
tests/data/fake_presto_radio.dat
tests/data/fake_presto_radio.inf
tests/data/fake_presto_radio_breaks.dat
tests/data/fake_presto_radio_breaks.inf
tests/data/fake_presto_xray.dat
tests/data/fake_presto_xray.inf
tests/data/fake_sigproc_float32.tim
tests/data/fake_sigproc_int8.tim
tests/data/fake_sigproc_uint8.tim
tests/data/fake_sigproc_uint8_nosignedkey.tim