.codecov.yml
.coveragerc
.flake8
.gitattributes
.gitignore
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
env-dev.yaml
env-test.yaml
install.sh
pytest.ini
rever.xsh
setup.py
.github/workflows/docs.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/plot_xpd_analyzer.py
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/min_versions.rst
docs/source/_static/.placeholder
docs/source/_static/gr.png
docs/source/_static/masked_image.png
docs/source/_static/max.png
docs/source/_static/pdf_beamline.ini
docs/source/_static/pipeline.py
docs/source/_static/replay.py
docs/source/_static/xpd_analyzer.ini
docs/source/_static/xpd_server.ini
docs/source/_static/xpdsave_server.ini
docs/source/_static/xpdvis_server.ini
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/configuration.rst
docs/source/tutorials1/index.rst
docs/source/tutorials1/replay_analysis.rst
docs/source/tutorials1/run_server.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
news/TEMPLATE.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/requires.txt
pdfstream.egg-info/top_level.txt
pdfstream/callbacks/__init__.py
pdfstream/callbacks/analysispipeline.py
pdfstream/callbacks/analyzer.py
pdfstream/callbacks/ananlysisserver.py
pdfstream/callbacks/config.py
pdfstream/callbacks/csvserializer.py
pdfstream/callbacks/darksubtraction.py
pdfstream/callbacks/datakeys.py
pdfstream/callbacks/filenamerender.py
pdfstream/callbacks/imageplotter.py
pdfstream/callbacks/numpyserializer.py
pdfstream/callbacks/plotterbase.py
pdfstream/callbacks/scatterplotter.py
pdfstream/callbacks/serializationpipeline.py
pdfstream/callbacks/serializationserver.py
pdfstream/callbacks/serializerbase.py
pdfstream/callbacks/tiffserilaizer.py
pdfstream/callbacks/visualizationpipeline.py
pdfstream/callbacks/visualizationserver.py
pdfstream/callbacks/waterfallplotter.py
pdfstream/callbacks/yamlserializer.py
pdfstream/data/config_files/pdf_beamline.ini
pdfstream/data/config_files/simulation.ini
pdfstream/data/config_files/xpd_server_pdf_beamline.ini
pdfstream/data/config_files/xpd_server_xpd_beamline.ini
pdfstream/data/config_files/xpd_server_xpdsim.ini
pdfstream/data/config_files/xpdsave_server_pdf_beamline.ini
pdfstream/data/config_files/xpdsave_server_xpdsim.ini
pdfstream/data/config_files/xpdsave_sever_xpd_beamline.ini
pdfstream/data/config_files/xpdvis_server_pdf_beamline.ini
pdfstream/data/config_files/xpdvis_server_xpd_beamline.ini
pdfstream/data/config_files/xpdvis_server_xpdsim.ini
pdfstream/integration/__init__.py
pdfstream/integration/main.py
pdfstream/integration/tools.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/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_io.py
tests/test_pipelines.py
tests/test_servers.py
tests/configs/example.ini
tests/configs/lsq_server.ini
tests/configs/xpd_server.ini
tests/configs/xpdvis_server.ini
tests/integration/__init__.py
tests/integration/test_main.py
tests/integration/test_tools.py
tests/test_data/Kapton_img_file.tiff
tests/test_data/Ni_cfg_file.cfg
tests/test_data/Ni_chi_file.chi
tests/test_data/Ni_fgr_file.fgr
tests/test_data/Ni_gr_file.gr
tests/test_data/Ni_img_file.tiff
tests/test_data/Ni_poni_file.poni
tests/test_data/black_img.tiff
tests/test_data/calibration_for_detector.poni
tests/test_data/mask_beamstop.npy
tests/test_data/mask_file.npy
tests/test_data/start.json
tests/test_data/white_img.tiff
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