.gitattributes
.gitignore
COPYING
README.md
README.rst
pyproject.toml
.github/dependabot.yaml
.github/workflows/ci.yml
conda-recipe/bld.bat
conda-recipe/build.sh
conda-recipe/meta.yaml
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/examples.rst
doc/source/favicon.ico
doc/source/includeme.rst
doc/source/index.rst
doc/source/pythongui.rst
doc/source/pythonshell.rst
doc/source/readers.rst
doc/source/treeapi.rst
doc/source/_static/__ignore__.txt
doc/source/images/axis-limits-bar.png
doc/source/images/customize-panel.png
doc/source/images/limits-panel.png
doc/source/images/nexpy-fits.png
doc/source/images/nexpy-gui.png
doc/source/images/nexpy-logo.png
doc/source/images/options-tab.png
doc/source/images/projection-panel.png
doc/source/images/projection-tab.png
doc/source/images/scan-panel.png
doc/source/images/signal-tab.png
doc/source/images/simple-plot.png
doc/source/images/skewed-axis.png
doc/source/images/x-tab.png
doc/source/images/y-tab.png
doc/source/images/z-tab.png
doc/source/images/z-toolbar.png
src/NeXpy.egg-info/PKG-INFO
src/NeXpy.egg-info/SOURCES.txt
src/NeXpy.egg-info/dependency_links.txt
src/NeXpy.egg-info/entry_points.txt
src/NeXpy.egg-info/pbr.json
src/NeXpy.egg-info/requires.txt
src/NeXpy.egg-info/top_level.txt
src/nexpy/__init__.py
src/nexpy/_version.py
src/nexpy/nexpygui.py
src/nexpy/api/__init__.py
src/nexpy/api/frills/__init__.py
src/nexpy/api/frills/fit.py
src/nexpy/api/frills/models/__init__.py
src/nexpy/api/frills/models/bose.py
src/nexpy/api/frills/models/critexp.py
src/nexpy/api/frills/models/op.py
src/nexpy/api/frills/models/pdfdecay.py
src/nexpy/examples/README.rst
src/nexpy/examples/chopper.nxs
src/nexpy/examples/example.nxs
src/nexpy/examples/plugins/README.rst
src/nexpy/examples/plugins/chopper_plugin/pyproject.toml
src/nexpy/examples/plugins/chopper_plugin/chopper/__init__.py
src/nexpy/examples/plugins/chopper_plugin/chopper/__init__.pyc
src/nexpy/examples/plugins/chopper_plugin/chopper/convert_qe.py
src/nexpy/examples/plugins/chopper_plugin/chopper/convert_qe.pyc
src/nexpy/examples/plugins/chopper_plugin/chopper/get_ei.py
src/nexpy/examples/plugins/chopper_plugin/chopper/get_ei.pyc
src/nexpy/examples/scripts/README.rst
src/nexpy/examples/scripts/chopper_plot.py
src/nexpy/examples/scripts/example.py
src/nexpy/gui/__init__.py
src/nexpy/gui/consoleapp.py
src/nexpy/gui/datadialogs.py
src/nexpy/gui/dialogs.py
src/nexpy/gui/fitdialogs.py
src/nexpy/gui/importdialog.py
src/nexpy/gui/mainwindow.py
src/nexpy/gui/plotview.py
src/nexpy/gui/pyqt.py
src/nexpy/gui/scripteditor.py
src/nexpy/gui/treeview.py
src/nexpy/gui/utils.py
src/nexpy/gui/widgets.py
src/nexpy/gui/resources/NeXpy.png
src/nexpy/gui/resources/NeXpy.svg
src/nexpy/gui/resources/back.png
src/nexpy/gui/resources/backward-icon.png
src/nexpy/gui/resources/customize.png
src/nexpy/gui/resources/equal.png
src/nexpy/gui/resources/export-data.png
src/nexpy/gui/resources/export-figure.png
src/nexpy/gui/resources/filesave.png
src/nexpy/gui/resources/forward-icon.png
src/nexpy/gui/resources/forward.png
src/nexpy/gui/resources/hand.png
src/nexpy/gui/resources/home.png
src/nexpy/gui/resources/link-icon.png
src/nexpy/gui/resources/lock-icon.png
src/nexpy/gui/resources/lock-red-icon.png
src/nexpy/gui/resources/modify-style.png
src/nexpy/gui/resources/move.png
src/nexpy/gui/resources/pause-icon.png
src/nexpy/gui/resources/refresh-icon.png
src/nexpy/gui/resources/unlock-icon.png
src/nexpy/gui/resources/unlock-red-icon.png
src/nexpy/gui/resources/zoom_to_rect.png
src/nexpy/readers/__init__.py
src/nexpy/readers/readspec.py
src/nexpy/readers/readstack.py
src/nexpy/readers/readtiff.py
src/nexpy/readers/readtxt.py
tests/test_imports.py