LICENSE
README.md
pyproject.toml
dfxm_geo.egg-info/PKG-INFO
dfxm_geo.egg-info/SOURCES.txt
dfxm_geo.egg-info/dependency_links.txt
dfxm_geo.egg-info/entry_points.txt
dfxm_geo.egg-info/requires.txt
dfxm_geo.egg-info/top_level.txt
src/dfxm_geo/__init__.py
src/dfxm_geo/constants.py
src/dfxm_geo/init_cmd.py
src/dfxm_geo/pipeline.py
src/dfxm_geo/analysis/__init__.py
src/dfxm_geo/analysis/colormaps.py
src/dfxm_geo/analysis/moments.py
src/dfxm_geo/analysis/mosaicity.py
src/dfxm_geo/crystal/__init__.py
src/dfxm_geo/crystal/burgers.py
src/dfxm_geo/crystal/dislocations.py
src/dfxm_geo/crystal/oblique.py
src/dfxm_geo/crystal/remount.py
src/dfxm_geo/crystal/rotations.py
src/dfxm_geo/data/__init__.py
src/dfxm_geo/data/configs/al_oblique_figure3.toml
src/dfxm_geo/data/configs/default.toml
src/dfxm_geo/data/configs/identification_multi.toml
src/dfxm_geo/data/configs/identification_single.toml
src/dfxm_geo/data/configs/identification_zscan.toml
src/dfxm_geo/data/configs/variants/dis_0p25.toml
src/dfxm_geo/data/configs/variants/dis_0p5.toml
src/dfxm_geo/data/configs/variants/dis_1.toml
src/dfxm_geo/data/configs/variants/dis_2.toml
src/dfxm_geo/data/configs/variants/forward_strain_scan.toml
src/dfxm_geo/data/configs/variants/forward_z_scan.toml
src/dfxm_geo/data/configs/variants/sample_remount_S2.toml
src/dfxm_geo/direct_space/__init__.py
src/dfxm_geo/direct_space/forward_model.py
src/dfxm_geo/io/__init__.py
src/dfxm_geo/io/darling_reader.py
src/dfxm_geo/io/hdf5.py
src/dfxm_geo/io/images.py
src/dfxm_geo/io/migrate.py
src/dfxm_geo/io/sidecar.py
src/dfxm_geo/io/strain_cache.py
src/dfxm_geo/reciprocal_space/__init__.py
src/dfxm_geo/reciprocal_space/analytic_resolution.py
src/dfxm_geo/reciprocal_space/exposure.py
src/dfxm_geo/reciprocal_space/kernel.py
src/dfxm_geo/reciprocal_space/resolution.py
src/dfxm_geo/viz/__init__.py
src/dfxm_geo/viz/burgers.py
src/dfxm_geo/viz/mosaicity.py
src/dfxm_geo/viz/sample.py
tests/test_analysis.py
tests/test_analytic_backend_integration.py
tests/test_analytic_resolution_eta_zero_bit_identical.py
tests/test_benchmarks.py
tests/test_burgers.py
tests/test_cluster_templates.py
tests/test_configs_load_under_new_schema.py
tests/test_constants.py
tests/test_darling_reader.py
tests/test_defaults_simple.py
tests/test_detector_dtype_float32.py
tests/test_detector_file.py
tests/test_dislocations.py
tests/test_dislocations_mixed.py
tests/test_dislocations_no_debug_print.py
tests/test_dislocations_smoke.py
tests/test_empty_toml_runs.py
tests/test_environment_files.py
tests/test_fanout.py
tests/test_find_hg_kernel_parity.py
tests/test_find_hg_z_cache.py
tests/test_forward_dispatch.py
tests/test_forward_model_backlog.py
tests/test_forward_model_paths.py
tests/test_forward_model_smoke.py
tests/test_forward_reflection_theta.py
tests/test_forward_scatter.py
tests/test_forward_static_split.py
tests/test_forward_threads_eta_to_analytic.py
tests/test_hdf5_bit_equiv.py
tests/test_hdf5_defensive.py
tests/test_hdf5_pipeline.py
tests/test_hdf5_provenance.py
tests/test_hdf5_run_simulation_end_to_end.py
tests/test_identification_config_changes.py
tests/test_identification_multi_per_dis.py
tests/test_identification_oblique_wiring.py
tests/test_identification_rl_units.py
tests/test_identification_scan_modes.py
tests/test_identification_zscan_per_dis.py
tests/test_identify_seed_cli.py
tests/test_identify_threads_eta_to_analytic.py
tests/test_init_cmd.py
tests/test_io.py
tests/test_kernel_cli.py
tests/test_kernel_cli_both_validated.py
tests/test_kernel_cli_crystal_block.py
tests/test_kernel_cli_filename_and_metadata.py
tests/test_kernel_cli_geometry_block.py
tests/test_kernel_format.py
tests/test_kernel_lookup.py
tests/test_load_h5_scan_external_link.py
tests/test_lookup_kernel_path_oblique.py
tests/test_master_writer.py
tests/test_mc_vs_analytic_oblique_parity.py
tests/test_migrate_h5.py
tests/test_migrate_output.py
tests/test_mosaicity.py
tests/test_oblique_compute_omega_eta.py
tests/test_oblique_crystal_mount.py
tests/test_oblique_find_reflections.py
tests/test_oblique_forward_contrast.py
tests/test_oblique_resolution_parity_vs_darkmod.py
tests/test_oblique_rotations.py
tests/test_oblique_solver.py
tests/test_partial_reciprocal_override.py
tests/test_pipeline.py
tests/test_pipeline_crystal_modes.py
tests/test_pipeline_identification.py
tests/test_pipeline_identification_hdf5.py
tests/test_pipeline_io_backlog.py
tests/test_pipeline_multi_reflection.py
tests/test_pipeline_oblique_wiring.py
tests/test_pipeline_scan_modes.py
tests/test_pipeline_writes_oblique_provenance.py
tests/test_population_rl_units.py
tests/test_pyproject_hdf5_dep.py
tests/test_pyproject_migrate_entry.py
tests/test_pyproject_version.py
tests/test_readme_sections.py
tests/test_reciprocal_lattice_a.py
tests/test_reciprocal_res_func_eta_nonzero.py
tests/test_reciprocal_res_func_eta_zero_bit_identical.py
tests/test_reciprocal_resolution.py
tests/test_reciprocal_space_imports.py
tests/test_remount.py
tests/test_render_readme_examples.py
tests/test_rotations.py
tests/test_scan_frames.py
tests/test_sidecar.py
tests/test_strain_provenance_flag.py
tests/test_version_is_2_4_0.py
tests/test_viz_burgers.py
tests/test_viz_sample.py
tests/test_wall_no_defaults.py
tests/test_write_identification_orchestrator.py