AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/min_versions.rst
docs/source/tutorials0/average.rst
docs/source/tutorials0/calibration.rst
docs/source/tutorials0/index.rst
docs/source/tutorials0/integration.rst
docs/source/tutorials0/transformation.rst
docs/source/tutorials1/index.rst
docs/source/tutorials1/test.rst
docs/source/tutorials1/xpd_server.rst
docs/source/tutorials1/xpdsave_server.rst
docs/source/tutorials1/xpdvis_server.rst
docs/source/tutorials1/zmq_proxy.rst
pdfstream/__init__.py
pdfstream/cli.py
pdfstream/data.py
pdfstream/errors.py
pdfstream/io.py
pdfstream/main.py
pdfstream/units.py
pdfstream.egg-info/PKG-INFO
pdfstream.egg-info/SOURCES.txt
pdfstream.egg-info/dependency_links.txt
pdfstream.egg-info/entry_points.txt
pdfstream.egg-info/top_level.txt
pdfstream/analyzers/__init__.py
pdfstream/analyzers/base.py
pdfstream/analyzers/xpd_analyzer.py
pdfstream/callbacks/__init__.py
pdfstream/callbacks/analysis.py
pdfstream/callbacks/basic.py
pdfstream/callbacks/calibration.py
pdfstream/callbacks/composer.py
pdfstream/callbacks/from_descriptor.py
pdfstream/callbacks/from_event.py
pdfstream/callbacks/from_start.py
pdfstream/data/Ni_dspacing.txt
pdfstream/integration/__init__.py
pdfstream/integration/main.py
pdfstream/integration/tools.py
pdfstream/schemas/__init__.py
pdfstream/servers/__init__.py
pdfstream/servers/base.py
pdfstream/servers/lsq_server.py
pdfstream/servers/xpd_server.py
pdfstream/servers/xpdsave_server.py
pdfstream/servers/xpdvis_server.py
pdfstream/transformation/__init__.py
pdfstream/transformation/cli.py
pdfstream/transformation/io.py
pdfstream/transformation/main.py
pdfstream/transformation/tools.py
pdfstream/utils/__init__.py
pdfstream/utils/dct_ops.py
pdfstream/utils/jupyter.py
pdfstream/utils/wrappers.py
pdfstream/vend/__init__.py
pdfstream/vend/formatters.py
pdfstream/vend/jittools.py
pdfstream/vend/loaddata.py
pdfstream/vend/masking.py
pdfstream/vend/qt_kicker.py
pdfstream/visualization/__init__.py
pdfstream/visualization/main.py
pdfstream/visualization/tools.py
requirements/build.txt
requirements/docs.txt
requirements/pip.txt
requirements/release.txt
requirements/run.txt
requirements/test.txt
scripts/pdfstream_install
tests/analyzers/__init__.py
tests/analyzers/test_base.py
tests/analyzers/test_xpd_analyzer.py
tests/callbacks/__init__.py
tests/callbacks/test_analysis.py
tests/callbacks/test_basic.py
tests/callbacks/test_calibration.py
tests/callbacks/test_composer.py
tests/callbacks/test_from_descriptor.py
tests/callbacks/test_from_event.py
tests/callbacks/test_from_start.py
tests/integration/__init__.py
tests/integration/test_main.py
tests/integration/test_tools.py
tests/schemas/__init__.py
tests/schemas/test_schemas.py
tests/servers/__init__.py
tests/servers/test_base.py
tests/servers/test_lsq_server.py
tests/servers/test_xpd_server.py
tests/servers/test_xpdsave_server.py
tests/servers/test_xpdvis_server.py
tests/transformation/__init__.py
tests/transformation/test_cli.py
tests/transformation/test_main.py
tests/transformation/test_tools.py
tests/utils/__init__.py
tests/utils/test_dct_ops.py
tests/utils/test_jupyter.py
tests/utils/test_warppers.py
tests/visualization/__init__.py
tests/visualization/test_main.py
tests/visualization/test_tools.py