.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
cluster_analysis.py
clustering.py
data_loader.py
data_preprocessor.py
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
utils.py
docs/citing.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/install.md
docs/quickstart.md
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/api/index.rst
docs/design-notes/CLAUDE.md
docs/design-notes/bayesian_membership_posterior.md
docs/design-notes/calibration_theory.md
docs/design-notes/cross_domain_calibration.md
docs/design-notes/decisions.md
docs/design-notes/ellipticity_bias.md
docs/design-notes/hierarchical_isochrone_design.md
docs/design-notes/index.md
docs/design-notes/isochrone_models.md
docs/design-notes/isochrone_sampler_fix.md
docs/design-notes/king_model_validity.md
docs/design-notes/maximize_hdbscan_membership.md
docs/design-notes/membership_ground_truth.md
docs/design-notes/oc_census_landscape.md
docs/design-notes/synthetic_validation_baseline.md
docs/guides/index.md
docs/guides/membership.md
erotica/__init__.py
erotica/calibration.py
erotica/selection.py
erotica.egg-info/PKG-INFO
erotica.egg-info/SOURCES.txt
erotica.egg-info/dependency_links.txt
erotica.egg-info/requires.txt
erotica.egg-info/top_level.txt
erotica/analysis/__init__.py
erotica/analysis/_clipping.py
erotica/analysis/_io.py
erotica/analysis/_isochrone.py
erotica/analysis/_plots.py
erotica/analysis/_sagitta.py
erotica/analysis/analyzer.py
erotica/analysis/debugging.py
erotica/analysis/dynamics.py
erotica/analysis/figures.py
erotica/analysis/identifiability.py
erotica/analysis/inference.py
erotica/analysis/kinematics.py
erotica/analysis/photometry.py
erotica/analysis/provenance.py
erotica/analysis/segregation.py
erotica/analysis/structure.py
erotica/analysis/synthetic.py
erotica/analysis/units.py
erotica/analysis/external/__init__.py
erotica/analysis/external/asteca.py
erotica/analysis/external/benchmark.py
erotica/core/__init__.py
erotica/core/_constants.py
erotica/core/_error_aware.py
erotica/core/_estimator.py
erotica/core/_plots.py
erotica/core/_search.py
erotica/core/_style.py
erotica/core/_summary.py
erotica/core/clustering.py
erotica/io/__init__.py
erotica/io/_constants.py
erotica/io/_helpers.py
erotica/io/loader.py
erotica/preprocess/__init__.py
erotica/preprocess/_constants.py
erotica/preprocess/_helpers.py
erotica/preprocess/preprocessor.py
erotica/utils/__init__.py
erotica/utils/utils.py
tests/__init__.py
tests/conftest.py
tests/test_analysis_migration.py
tests/test_benchmark_external.py
tests/test_calibration.py
tests/test_clipping.py
tests/test_clustering.py
tests/test_data_loader.py
tests/test_dynamics.py
tests/test_error_aware.py
tests/test_identifiability.py
tests/test_inference.py
tests/test_io_helpers.py
tests/test_isochrone.py
tests/test_photometry.py
tests/test_preprocessor.py
tests/test_provenance.py
tests/test_sagitta.py
tests/test_segregation.py
tests/test_selection.py
tests/test_structure.py
tests/test_synthetic.py
tests/test_utils.py
tools/README.md
tools/data/extract_hunt2026_truth.py
tools/dev/migrate_notebooks.py
tools/dev/setup_environment.py
tools/prototypes/calibration_demo.py
tools/prototypes/coup_gaia_audit.py
tools/prototypes/isochrone_fit_viz.py
tools/prototypes/isochrone_jax_poc.py
tools/prototypes/isochrone_mass_grid.py
tools/prototypes/isochrone_numpyro_fitter.py
tools/prototypes/rederive_kalari_ctts.py
tools/release/RELEASE_INSTRUCTIONS.md
tools/release/release.sh
tools/testing/run_comprehensive_tests.py
tools/validation/CLAUDE.md
tools/validation/completeness_bias_scaling.py
tools/validation/coronae_magnitude_depth.py
tools/validation/decoy_fdp.py
tools/validation/degeneracy_audit.py
tools/validation/eff_gamma_bias.py
tools/validation/eff_gamma_estimator.py
tools/validation/eff_reparameterisation.py
tools/validation/ellipticity_bias.py
tools/validation/faint_quartile_clip_test.py
tools/validation/fetch_hr24.py
tools/validation/king_binning_likelihood.py
tools/validation/king_literature_context.py
tools/validation/king_unbinned_delta.py
tools/validation/ngc6383_clustering_audit.py
tools/validation/ngc6383_generate_cds_table.py
tools/validation/ngc6383_hd159176_gaia_quality.py
tools/validation/ngc6383_radius_robustness.py
tools/validation/ngc6383_rauw_halpha_crossmatch.py
tools/validation/ngc6383_selection_function.py
tools/validation/ngc6383_verify_generated_outputs.py
tools/validation/parallax_clip_selection_function.py
tools/validation/pymc_blackjax_progress_bar_bug.md
tools/validation/pytensor_cauchy_bug_report.md
tools/validation/substructure_coverage.py
tools/validation/wiring_fix_deltas.py