.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
paper.bib
paper.md
pyproject.toml
setup.py
tox.ini
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/paper-draft-tex-and-pdf.yml
.github/workflows/paper-draft.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-package-pypi.yml
.github/workflows/ruff.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/period_summary_from_gp.md
docs/source/api.rst
docs/source/background.rst
docs/source/concepts.rst
docs/source/conf.py
docs/source/faq.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/pgmuvi.constraints.rst
docs/source/pgmuvi.gps.rst
docs/source/pgmuvi.initialization.rst
docs/source/pgmuvi.kernels.rst
docs/source/pgmuvi.lightcurve.rst
docs/source/pgmuvi.multiband_ls_significance.rst
docs/source/pgmuvi.preprocess.rst
docs/source/pgmuvi.priors.rst
docs/source/pgmuvi.synthetic.rst
docs/source/pgmuvi.trainers.rst
docs/source/requirements.txt
docs/source/howto/index.rst
docs/source/howto/interpreting_results.rst
docs/source/howto/loading_data.rst
docs/source/howto/model_selection.rst
docs/source/howto/multiband.rst
docs/source/howto/preprocessing.rst
docs/source/howto/priors_constraints.rst
docs/source/notebooks/PGMUVI_Gaussian_Process_fitting.ipynb
docs/source/notebooks/PGMUVI_Lightcurve.ipynb
docs/source/notebooks/PGMUVI_Lomb_Scargle.ipynb
docs/source/notebooks/PGMUVI_comparison_with_other_codes.ipynb
docs/source/notebooks/pgmuvi_mock_data_from_gp.ipynb
docs/source/notebooks/pgmuvi_tutorial.ipynb
docs/source/notebooks/pgmuvi_tutorial_2d.ipynb
docs/source/notebooks/pgmuvi_tutorial_mcmc.ipynb
docs/source/notebooks/tutorial_model_selection.ipynb
docs/source/notebooks/tutorial_preprocessing.ipynb
docs/source/notebooks/tutorial_synthetic.ipynb
examples/2d_multiwavelength_example.py
examples/alternative_kernels_1d.py
examples/dust_mean_spectral_mixture_2d.py
examples/model_selection.py
examples/multiband_fap_demo.py
examples/separable_kernels_2d.py
paper/PSDs_1d.png
paper/paper.bib
paper/paper.md
pgmuvi/AlfOriAAVSO_Vband.csv
pgmuvi/__init__.py
pgmuvi/constraints.py
pgmuvi/gps.py
pgmuvi/initialization.py
pgmuvi/kernels.py
pgmuvi/lightcurve.py
pgmuvi/models.py
pgmuvi/multiband_ls_significance.py
pgmuvi/priors.py
pgmuvi/synthetic.py
pgmuvi/test_script.py
pgmuvi/trainers.py
pgmuvi.egg-info/PKG-INFO
pgmuvi.egg-info/SOURCES.txt
pgmuvi.egg-info/dependency_links.txt
pgmuvi.egg-info/requires.txt
pgmuvi.egg-info/top_level.txt
pgmuvi/preprocess/__init__.py
pgmuvi/preprocess/quality.py
pgmuvi/preprocess/variability.py
tests/test_2d_constraints.py
tests/test_2d_integration.py
tests/test_alternative_models_integration.py
tests/test_band_attribute.py
tests/test_best_band_init.py
tests/test_constraint_sets.py
tests/test_drop_bands.py
tests/test_fit_ls_return_full.py
tests/test_get_methods.py
tests/test_initialization.py
tests/test_kernels.py
tests/test_merge_concat.py
tests/test_mls_init.py
tests/test_models_alternative.py
tests/test_peak_ranking_physical.py
tests/test_period_priors.py
tests/test_period_summary.py
tests/test_period_summary_backends.py
tests/test_period_summary_peaks.py
tests/test_sampling_quality.py
tests/test_select_bands.py
tests/test_subsampling.py
tests/test_synthetic.py
tests/test_time_units.py
tests/test_variability.py
tests/tests.py