LICENSE
README.md
pyproject.toml
src/subhkl/__init__.py
src/subhkl/_version.py
src/subhkl/commands.py
src/subhkl/optimization.py
src/subhkl.egg-info/PKG-INFO
src/subhkl.egg-info/SOURCES.txt
src/subhkl.egg-info/dependency_links.txt
src/subhkl.egg-info/requires.txt
src/subhkl.egg-info/top_level.txt
src/subhkl/config/__init__.py
src/subhkl/config/config.py
src/subhkl/core/crystallography.py
src/subhkl/core/spacegroup.py
src/subhkl/instrument/detector.py
src/subhkl/instrument/goniometer.py
src/subhkl/instrument/metrics.py
src/subhkl/instrument/physics.py
src/subhkl/integration/__init__.py
src/subhkl/integration/api.py
src/subhkl/integration/image_data.py
src/subhkl/integration/orchestrator.py
src/subhkl/integration/worker.py
src/subhkl/io/__init__.py
src/subhkl/io/export.py
src/subhkl/io/loader.py
src/subhkl/io/parser.py
src/subhkl/io/writer.py
src/subhkl/resources/beamlines.json
src/subhkl/resources/reduction_settings.json
src/subhkl/scripts/error_analysis.py
src/subhkl/search/matrix_free.py
src/subhkl/search/sparse_rbf.py
src/subhkl/search/ssn.py
src/subhkl/search/static_mask.py
src/subhkl/utils/devices.py
src/subhkl/utils/logging.py
src/subhkl/viz/detector_assembly.py
src/subhkl/viz/replay.py
tests/test_1_to_n_goniometer_mapping.py
tests/test_auto_max_sigma.py
tests/test_axis_vector_refinement.py
tests/test_bootstrap_refinement.py
tests/test_correctness_proof.py
tests/test_data_download_policy.py
tests/test_detector_bank_subset.py
tests/test_detector_crash.py
tests/test_detector_indexing.py
tests/test_finder_integration.py
tests/test_findub_offset_vulnerability.py
tests/test_forbidden_reflections_bug.py
tests/test_gonio_mapping_vulnerability.py
tests/test_gonio_vulnerability.py
tests/test_harmonic_refinement.py
tests/test_imagine.py
tests/test_indexer_cli_crash.py
tests/test_indexer_synthetic.py
tests/test_integration.py
tests/test_jax_goniometer_broadcasting.py
tests/test_mandi_mesolite.py
tests/test_mandi_multi_run.py
tests/test_matrix_free.py
tests/test_merger_non_determinism.py
tests/test_merger_robustness.py
tests/test_merger_run_index.py
tests/test_metrics_instrument_mismatch.py
tests/test_metrics_transposition_crash.py
tests/test_mtz_metadata.py
tests/test_multi_gpu.py
tests/test_multi_run_geometry_compression_bug.py
tests/test_multi_run_gonio_mapping.py
tests/test_multi_run_index_mismatch.py
tests/test_multi_run_indexing.py
tests/test_multi_run_indexing_vulnerability.py
tests/test_multi_run_peaks_handling.py
tests/test_multi_run_rotation_bug.py
tests/test_multi_run_scaling_bug.py
tests/test_no_index_geometric_loss.py
tests/test_optimization.py
tests/test_orchestrator_forwarding.py
tests/test_overlapping.py
tests/test_peak_profiles.py
tests/test_per_run_refinement.py
tests/test_per_run_trans.py
tests/test_positional_hkl_metric.py
tests/test_radial_mosaicity.py
tests/test_rotating_sample_offset.py
tests/test_score_sign_consistency.py
tests/test_sparse_rbf_integrator.py
tests/test_static_mask.py
tests/test_symmetry_resolution_sabotage.py
tests/test_utils.py
tests/test_visualize_replay.py