.gitignore
LICENSE
PUBLISHING.md
README.md
environment.yml
pyproject.toml
examples/hzo_fitting_example.py
examples/notebooks/01_batch_integration.ipynb
examples/notebooks/02_multigeometry_stitching.ipynb
examples/notebooks/03_phase_and_peak_fitting.ipynb
examples/notebooks/04_batch_phase_fitting.ipynb
examples/notebooks/05_sin2psi_analysis.ipynb
examples/notebooks/README.md
examples/notebooks/_build_notebooks.py
scripts/install.ps1
scripts/install.sh
ssrl_xrd_tools/__init__.py
ssrl_xrd_tools.egg-info/PKG-INFO
ssrl_xrd_tools.egg-info/SOURCES.txt
ssrl_xrd_tools.egg-info/dependency_links.txt
ssrl_xrd_tools.egg-info/requires.txt
ssrl_xrd_tools.egg-info/top_level.txt
ssrl_xrd_tools/analysis/__init__.py
ssrl_xrd_tools/analysis/phase.py
ssrl_xrd_tools/analysis/refinement.py
ssrl_xrd_tools/analysis/strain.py
ssrl_xrd_tools/analysis/texture.py
ssrl_xrd_tools/analysis/fitting/__init__.py
ssrl_xrd_tools/analysis/fitting/background.py
ssrl_xrd_tools/analysis/fitting/batch.py
ssrl_xrd_tools/analysis/fitting/fit.py
ssrl_xrd_tools/analysis/fitting/models.py
ssrl_xrd_tools/analysis/fitting/peaks.py
ssrl_xrd_tools/analysis/fitting/phase_fitting.py
ssrl_xrd_tools/analysis/fitting/simulator.py
ssrl_xrd_tools/core/__init__.py
ssrl_xrd_tools/core/config.py
ssrl_xrd_tools/core/containers.py
ssrl_xrd_tools/core/hdf5.py
ssrl_xrd_tools/core/metadata.py
ssrl_xrd_tools/core/provenance.py
ssrl_xrd_tools/core/geometry/__init__.py
ssrl_xrd_tools/core/geometry/diffractometer.py
ssrl_xrd_tools/core/geometry/pixel_q.py
ssrl_xrd_tools/corrections/__init__.py
ssrl_xrd_tools/corrections/beam.py
ssrl_xrd_tools/corrections/detector.py
ssrl_xrd_tools/corrections/normalization.py
ssrl_xrd_tools/gui/__init__.py
ssrl_xrd_tools/gui/main.py
ssrl_xrd_tools/gui/napari_viewer.py
ssrl_xrd_tools/gui/powder_1d_viewer.py
ssrl_xrd_tools/gui/powder_2d_viewer.py
ssrl_xrd_tools/gui/rsm_viewer.py
ssrl_xrd_tools/gui/widgets/__init__.py
ssrl_xrd_tools/gui/widgets/batch_phase_fit_viewer.py
ssrl_xrd_tools/gui/widgets/fit_controls.py
ssrl_xrd_tools/gui/widgets/image_viewer.py
ssrl_xrd_tools/gui/widgets/pattern_viewer.py
ssrl_xrd_tools/gui/widgets/phase_fit_viewer.py
ssrl_xrd_tools/integrate/__init__.py
ssrl_xrd_tools/integrate/batch.py
ssrl_xrd_tools/integrate/calibration.py
ssrl_xrd_tools/integrate/gid.py
ssrl_xrd_tools/integrate/multi.py
ssrl_xrd_tools/integrate/single.py
ssrl_xrd_tools/io/__init__.py
ssrl_xrd_tools/io/chunk_size.py
ssrl_xrd_tools/io/export.py
ssrl_xrd_tools/io/image.py
ssrl_xrd_tools/io/metadata.py
ssrl_xrd_tools/io/nexus.py
ssrl_xrd_tools/io/spec.py
ssrl_xrd_tools/io/tiled.py
ssrl_xrd_tools/rsm/__init__.py
ssrl_xrd_tools/rsm/gridding.py
ssrl_xrd_tools/rsm/pipeline.py
ssrl_xrd_tools/rsm/volume.py
ssrl_xrd_tools/transforms/__init__.py
ssrl_xrd_tools/viz/__init__.py
ssrl_xrd_tools/viz/mpl.py
ssrl_xrd_tools/viz/plotly.py
tests/__init__.py
tests/conftest.py
tests/test_batch.py
tests/test_calibration.py
tests/test_chunk_size.py
tests/test_containers.py
tests/test_core.py
tests/test_corrections.py
tests/test_export.py
tests/test_geometry.py
tests/test_gid.py
tests/test_hdf5_codec.py
tests/test_metadata.py
tests/test_multi.py
tests/test_nexus.py
tests/test_nexus_v2.py
tests/test_phase_fitting.py
tests/test_pixel_q.py
tests/test_provenance.py
tests/test_rsm.py
tests/test_single.py
tests/test_sphere_source.py
tests/test_strain.py
tests/test_streaming_gridder.py
tests/test_tiled.py
tests/test_transforms.py