LICENSE
README.md
pyproject.toml
src/dgdp/__init__.py
src/dgdp/agama_density.py
src/dgdp/bar_catalog.py
src/dgdp/baseline.py
src/dgdp/cli.py
src/dgdp/cluster.py
src/dgdp/config.py
src/dgdp/coordinates.py
src/dgdp/dataset.py
src/dgdp/density3d.py
src/dgdp/deproject.py
src/dgdp/features.py
src/dgdp/figures.py
src/dgdp/fourier_rz.py
src/dgdp/harmonics.py
src/dgdp/image.py
src/dgdp/manifest.py
src/dgdp/metrics.py
src/dgdp/model.py
src/dgdp/orientation.py
src/dgdp/poisson_fft.py
src/dgdp/projection.py
src/dgdp/reproject.py
src/dgdp/rotation.py
src/dgdp/summaries.py
src/dgdp/synthetic.py
src/dgdp/tng50.py
src/dgdp/tng50_catalog.py
src/dgdp/train.py
src/dgdp/types.py
src/dgdp/util.py
src/dgdp/vertical_mixture.py
src/dgdp/models/__init__.py
src/dgdp/models/dgdp_fixed_dict.npz
src/dgdp/models/mdn.py
src/disk_galaxy_deprojection.egg-info/PKG-INFO
src/disk_galaxy_deprojection.egg-info/SOURCES.txt
src/disk_galaxy_deprojection.egg-info/dependency_links.txt
src/disk_galaxy_deprojection.egg-info/entry_points.txt
src/disk_galaxy_deprojection.egg-info/requires.txt
src/disk_galaxy_deprojection.egg-info/top_level.txt
tests/test_agama_density.py
tests/test_analyze_bar_region_recovery.py
tests/test_analyze_tng50_density_residuals.py
tests/test_bar_catalog.py
tests/test_baseline.py
tests/test_build_synthetic_benchmark.py
tests/test_build_tng50_all_particle_images.py
tests/test_build_tng50_baseline_density_grid.py
tests/test_build_tng50_benchmark.py
tests/test_build_tng50_density_grid.py
tests/test_build_tng50_density_residual_table.py
tests/test_build_tng50_manifest.py
tests/test_calibrate_milestone2b_physical_summaries.py
tests/test_cli.py
tests/test_cluster.py
tests/test_cluster_dgdp.py
tests/test_config.py
tests/test_coordinates.py
tests/test_dataset.py
tests/test_density3d.py
tests/test_deproject_e2e.py
tests/test_diagnose_milestone2b_summary_coverage.py
tests/test_diagnose_summary_residual.py
tests/test_end_to_end_benchmark.py
tests/test_evaluate_summary_residual.py
tests/test_extract_tng50_particles.py
tests/test_features_golden.py
tests/test_fourier_rz.py
tests/test_harmonics.py
tests/test_image.py
tests/test_manifest.py
tests/test_mdn.py
tests/test_metrics.py
tests/test_model_export.py
tests/test_model_roundtrip.py
tests/test_model_sampling.py
tests/test_ngc_validation.py
tests/test_orientation.py
tests/test_package_import.py
tests/test_plot_tng50_faceon_density.py
tests/test_poisson_fft.py
tests/test_projection.py
tests/test_report_density_residual_pca.py
tests/test_report_milestone2b_final_evaluation.py
tests/test_report_milestone2b_physical_summaries.py
tests/test_reproject.py
tests/test_rotation.py
tests/test_scan_inclination_sensitivity.py
tests/test_summaries.py
tests/test_sweep_density_residual_pca_mdn.py
tests/test_synthetic.py
tests/test_tng50.py
tests/test_tng50_catalog.py
tests/test_train.py
tests/test_train_central_fraction_correction.py
tests/test_train_density_residual_pca.py
tests/test_train_density_residual_pca_mdn.py
tests/test_train_m2_amplitude_correction.py
tests/test_train_summary_residual_mdn.py
tests/test_train_total_mass_correction.py
tests/test_util.py