LICENSE
README.md
pyproject.toml
cluster_completeness_pipeline.egg-info/PKG-INFO
cluster_completeness_pipeline.egg-info/SOURCES.txt
cluster_completeness_pipeline.egg-info/dependency_links.txt
cluster_completeness_pipeline.egg-info/entry_points.txt
cluster_completeness_pipeline.egg-info/requires.txt
cluster_completeness_pipeline.egg-info/top_level.txt
cluster_pipeline/__init__.py
cluster_pipeline/catalogue/__init__.py
cluster_pipeline/catalogue/catalogue_filters.py
cluster_pipeline/catalogue/label_builder.py
cluster_pipeline/config/__init__.py
cluster_pipeline/config/pipeline_config.py
cluster_pipeline/data/__init__.py
cluster_pipeline/data/cluster_library.py
cluster_pipeline/data/galaxy_metadata.py
cluster_pipeline/data/models.py
cluster_pipeline/data/schemas.py
cluster_pipeline/data/slug_library_loader.py
cluster_pipeline/data/slug_reader.py
cluster_pipeline/dataset/__init__.py
cluster_pipeline/dataset/dataset_builder.py
cluster_pipeline/detection/__init__.py
cluster_pipeline/detection/sextractor_runner.py
cluster_pipeline/injection/__init__.py
cluster_pipeline/matching/__init__.py
cluster_pipeline/matching/coordinate_matcher.py
cluster_pipeline/photometry/__init__.py
cluster_pipeline/photometry/aperture_photometry.py
cluster_pipeline/photometry/ci_filter.py
cluster_pipeline/pipeline/__init__.py
cluster_pipeline/pipeline/ast_pipeline.py
cluster_pipeline/pipeline/diagnostics.py
cluster_pipeline/pipeline/injection_5filter.py
cluster_pipeline/pipeline/manifest.py
cluster_pipeline/pipeline/pipeline_runner.py
cluster_pipeline/pipeline/stages.py
cluster_pipeline/simulation/__init__.py
cluster_pipeline/utils/__init__.py
cluster_pipeline/utils/filesystem.py
cluster_pipeline/utils/fits_arithmetic.py
cluster_pipeline/utils/logging_utils.py
cluster_pipeline/utils/mag_parser.py
completeness_nn_api/__init__.py
completeness_nn_api/inference.py
completeness_nn_api/ngc628_completeness.py
completeness_nn_api/serve.py
completeness_nn_api/checkpoints/best_model_phot_model0.pt
completeness_nn_api/checkpoints/best_model_phys_model0.pt
completeness_nn_api/checkpoints/scaler_phot_model0.pkl
completeness_nn_api/checkpoints/scaler_phys_model0.pkl
scripts/__init__.py
scripts/build_ml_inputs.py
scripts/deploy.py
scripts/extract_white.py
scripts/generate_white_clusters.py
scripts/generate_x11_stubs.py
scripts/inject_clusters_to_5filters.py
scripts/nn_utils.py
scripts/perform_ml_to_learn_completeness.py
scripts/perform_photometry_ci_cut_on_5filters.py
scripts/plot_completeness_mag_mass_age.py
scripts/run_pipeline.py
scripts/run_stage123_and_plot_diagnostics.py
scripts/sample_slug_white_mag.py
tests/test_catalogue_filters.py
tests/test_coordinate_matcher.py
tests/test_dataset_builder.py
tests/test_dataset_integrity.py
tests/test_filesystem.py
tests/test_label_builder.py
tests/test_manifest.py
tests/test_models.py
tests/test_pipeline_config.py
tests/test_schemas.py