.gitignore
LICENCE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/main.yml
docs/Makefile
docs/make.bat
docs/source/OC_calculator.ipynb
docs/source/about.rst
docs/source/api.rst
docs/source/conf.py
docs/source/fourier.ipynb
docs/source/index.rst
docs/source/inpainting.ipynb
docs/source/installation.rst
docs/source/query_gaia.ipynb
docs/source/query_gaia_cmd.rst
docs/source/template_fitting.ipynb
docs/source/time_frequency_transformations.ipynb
seismolab/__init__.py
seismolab/version.py
seismolab.egg-info/PKG-INFO
seismolab.egg-info/SOURCES.txt
seismolab.egg-info/dependency_links.txt
seismolab.egg-info/entry_points.txt
seismolab.egg-info/requires.txt
seismolab.egg-info/top_level.txt
seismolab/OC/OC.py
seismolab/OC/__init__.py
seismolab/OC/shift_curves.py
seismolab/fourier/__init__.py
seismolab/fourier/fourier.py
seismolab/gaia/__init__.py
seismolab/gaia/query_gaia.py
seismolab/gaia/querytools.py
seismolab/inpainting/__init__.py
seismolab/inpainting/inpainting.py
seismolab/inpainting/tools.py
seismolab/inpainting/Exec_C++/cb_mca1d_Linux_32
seismolab/inpainting/Exec_C++/cb_mca1d_Linux_64
seismolab/inpainting/Exec_C++/cb_mca1d_MacOSX_Intel_32
seismolab/inpainting/Exec_C++/cb_mca1d_MacOSX_Intel_64
seismolab/template/__init__.py
seismolab/template/template.py
seismolab/tfa/__init__.py
seismolab/tfa/choi_williams.py
seismolab/tfa/gabor.py
seismolab/tfa/tools.py
seismolab/tfa/wavelet.py
seismolab/tfa/windowed_lomb_scargle.py
tests/conftest.py
tests/OC/midtimes_OC_model.txt
tests/OC/midtimes_OC_nonparametric.txt
tests/OC/midtimes_OC_poly.txt
tests/OC/mintimes_model.txt
tests/OC/mintimes_nonparametric.txt
tests/OC/mintimes_poly.txt
tests/OC/t_men_light_curve.txt
tests/OC/test_OC.py
tests/fourier/st_pic_lcmodel.txt
tests/fourier/st_pic_light_curve.txt
tests/fourier/st_pic_pfit_perr.txt
tests/fourier/st_pic_pfit_perr_all.txt
tests/fourier/st_pic_spectral_window.txt
tests/fourier/st_pic_spectrum.txt
tests/fourier/test_fourier.py
tests/gaia/result_table_dr2.txt
tests/gaia/result_table_dr2_Stassun.txt
tests/gaia/result_table_dr3.txt
tests/gaia/result_table_dr3_photodist.txt
tests/gaia/test_query_gaia.py
tests/inpainting/inpainted_irreg.txt
tests/inpainting/test_inpainting.py
tests/inpainting/time_mag_inpainted.txt
tests/template/st_pic_template_OC.txt
tests/template/st_pic_template_lc.txt
tests/template/st_pic_template_lc_interp.txt
tests/template/t_men_light_curve.txt
tests/template/test_template_fitting.py
tests/tfa/powers_choi_williams.txt
tests/tfa/powers_gabor.txt
tests/tfa/powers_w.txt
tests/tfa/powers_wls.txt
tests/tfa/test_tfa.py