.gitignore
LICENSE
MANIFEST.in
README.rst
pyproject.toml
run_tests.sh
versioneer.py
.github/workflows/ci.yml
.github/workflows/python-publish.yml
src/hxnfly/README
src/hxnfly/__init__.py
src/hxnfly/_version.py
src/hxnfly/bs.py
src/hxnfly/fly.py
src/hxnfly/fly1d.py
src/hxnfly/fly2d.py
src/hxnfly/fly_diff.py
src/hxnfly/fly_mll.py
src/hxnfly/fly_zp.py
src/hxnfly/hxn_fly.py
src/hxnfly/log.py
src/hxnfly/mds_util.py
src/hxnfly/object_plans.py
src/hxnfly/plot.py
src/hxnfly/ppmac_util.py
src/hxnfly.egg-info/PKG-INFO
src/hxnfly.egg-info/SOURCES.txt
src/hxnfly.egg-info/dependency_links.txt
src/hxnfly.egg-info/requires.txt
src/hxnfly.egg-info/top_level.txt
src/hxnfly/callbacks/__init__.py
src/hxnfly/callbacks/cross.py
src/hxnfly/callbacks/flydata.py
src/hxnfly/callbacks/liveimage.py
src/hxnfly/callbacks/liveplot.py
src/hxnfly/callbacks/roiplot.py
src/hxnfly/callbacks/table.py
src/hxnfly/scripts/__init__.py
src/hxnfly/scripts/cancel.txt
src/hxnfly/scripts/fly1d.txt
src/hxnfly/scripts/notes.txt
src/hxnfly/scripts/soft_1d.txt
src/hxnfly/scripts/soft_2d.txt
src/hxnfly/scripts/soft_2d_pyramid.txt
src/hxnfly/scripts/soft_gather.txt
test/__init__.py
test/fixtures.py
test/fly_mock.py
test/sim_detector.py
test/test_fly1d.py
test/test_fly2d.py