LICENCE.md
README.md
pyproject.toml
star_shine/__init__.py
star_shine.egg-info/PKG-INFO
star_shine.egg-info/SOURCES.txt
star_shine.egg-info/dependency_links.txt
star_shine.egg-info/entry_points.txt
star_shine.egg-info/requires.txt
star_shine.egg-info/top_level.txt
star_shine/api/__init__.py
star_shine/api/data.py
star_shine/api/main.py
star_shine/api/pipeline.py
star_shine/api/result.py
star_shine/api/run_first_use.py
star_shine/config/__init__.py
star_shine/config/config.py
star_shine/config/config.yaml
star_shine/config/data_properties.py
star_shine/config/descriptors.py
star_shine/config/helpers.py
star_shine/config/mpl_stylesheet.dat
star_shine/core/__init__.py
star_shine/core/analysis.py
star_shine/core/fitting.py
star_shine/core/frequency_sets.py
star_shine/core/goodness_of_fit.py
star_shine/core/io.py
star_shine/core/mcmc.py
star_shine/core/model.py
star_shine/core/periodogram.py
star_shine/core/time_series.py
star_shine/core/utility.py
star_shine/core/visualisation.py
star_shine/data/sim_000_lc.dat
star_shine/data/sim_000_lc_pulse_info.dat
star_shine/gui/__init__.py
star_shine/gui/gui_analysis.py
star_shine/gui/gui_app.py
star_shine/gui/gui_config.py
star_shine/gui/gui_log.py
star_shine/gui/gui_plot.py
tests/test_config.py
tests/test_data_properties.py
tests/test_helpers.py