LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/gerbls/__init__.py
src/gerbls/blsfunc.py
src/gerbls/blsmodel.pxi
src/gerbls/cgerbls.pxd
src/gerbls/clean.py
src/gerbls/exofunc.py
src/gerbls/gerbls.cpp
src/gerbls/gerbls.pyx
src/gerbls/struct.pxi
src/gerbls/trmodel.py
src/gerbls/utils.pxi
src/gerbls.egg-info/PKG-INFO
src/gerbls.egg-info/SOURCES.txt
src/gerbls.egg-info/dependency_links.txt
src/gerbls.egg-info/not-zip-safe
src/gerbls.egg-info/requires.txt
src/gerbls.egg-info/top_level.txt
src/gerbls/cpp/ffafunc.cpp
src/gerbls/cpp/ffafunc.hpp
src/gerbls/cpp/model.cpp
src/gerbls/cpp/model.hpp
src/gerbls/cpp/physfunc.cpp
src/gerbls/cpp/physfunc.hpp
src/gerbls/cpp/structure.cpp
src/gerbls/cpp/structure.hpp
src/gerbls/cpp/riptide/LICENSE
src/gerbls/cpp/riptide/block.hpp
src/gerbls/cpp/riptide/downsample.hpp
src/gerbls/cpp/riptide/kernels.hpp
src/gerbls/cpp/riptide/periodogram.hpp
src/gerbls/cpp/riptide/running_median.hpp
src/gerbls/cpp/riptide/snr.hpp
src/gerbls/cpp/riptide/transforms.hpp
tests/conftest.py
tests/phottest.dat
tests/test_bls.py