.coveragerc
.flake8
.gitattributes
.gitignore
CHANGES.rst
README.md
environment.yml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/publish-docs.yml
.github/workflows/unit-tests-pytest.yml
.github/workflows/upload_pypi.yml
demo/README.md
demo/ascan.py
demo/custom_a2scan_gallery.py
demo/usaxs_flyscan.py
demo/usaxs_uascan.py
docs/.gitignore
docs/Makefile
docs/debug-sphinx-build.py
docs/make.bat
docs/source/api.rst
docs/source/applications.rst
docs/source/changes.rst
docs/source/charts.rst
docs/source/conf.py
docs/source/contents.rst
docs/source/control_lines.rst
docs/source/diffractometers.rst
docs/source/example_data.rst
docs/source/extractSpecScan.rst
docs/source/eznx.rst
docs/source/how_to_write_plugin.rst
docs/source/howto.rst
docs/source/index.rst
docs/source/install.rst
docs/source/libraries.rst
docs/source/license.rst
docs/source/plugin_core.rst
docs/source/scanf.rst
docs/source/singletons.rst
docs/source/spec.rst
docs/source/spec2nexus.rst
docs/source/specplot.rst
docs/source/specplot_custom_scan_macro.rst
docs/source/specplot_gallery.rst
docs/source/unit_testing.rst
docs/source/utils.rst
docs/source/writer.rst
docs/source/_static/pv_data.txt
docs/source/_static/pv_example.py
docs/source/_static/pv_plugin.py
docs/source/img/ascan.png
docs/source/img/ascan_custom.png
docs/source/img/gallery_screen_33bm.png
docs/source/img/hklscan.png
docs/source/img/hklscan_as_ascan.png
docs/source/img/specplot.png
docs/source/img/uascan_as_ascan.png
docs/source/img/uascan_log_y.png
docs/source/img/usaxs_flyscan.png
docs/source/nexus_layout/basic_tree.rst
docs/source/nexus_layout/comments.rst
docs/source/nexus_layout/counters.rst
docs/source/nexus_layout/example_1d_scan.rst
docs/source/nexus_layout/general_tree.rst
docs/source/nexus_layout/geometry.rst
docs/source/nexus_layout/index.rst
docs/source/nexus_layout/instrument.rst
docs/source/nexus_layout/mca.rst
docs/source/nexus_layout/metadata.rst
docs/source/nexus_layout/positioners.rst
docs/source/nexus_layout/sample.rst
docs/source/nexus_layout/scan_data.rst
docs/source/nexus_layout/spec_data_file.rst
docs/source/nexus_layout/spec_scan.rst
docs/source/nexus_layout/temperature.rst
docs/source/nexus_layout/terms.rst
docs/source/nexus_layout/unrecognized_content.rst
docs/source/supplied_plugins/XPCS.rst
docs/source/supplied_plugins/apstools_specwriter.rst
docs/source/supplied_plugins/fallback.rst
docs/source/supplied_plugins/spec_common.rst
docs/source/supplied_plugins/uim.rst
docs/source/supplied_plugins/unicat.rst
docs/source/supplied_plugins/uxml.rst
spec2nexus/LICENSE.txt
spec2nexus/__init__.py
spec2nexus/_version.py
spec2nexus/charts.py
spec2nexus/control_lines.py
spec2nexus/diffractometer-geometries.dict
spec2nexus/diffractometers.py
spec2nexus/extractSpecScan.py
spec2nexus/eznx.py
spec2nexus/eznx_example.py
spec2nexus/nexus.py
spec2nexus/plugin_core.py
spec2nexus/scanf.py
spec2nexus/singletons.py
spec2nexus/spec.py
spec2nexus/specplot.py
spec2nexus/specplot_gallery.py
spec2nexus/utils.py
spec2nexus/writer.py
spec2nexus.egg-info/PKG-INFO
spec2nexus.egg-info/SOURCES.txt
spec2nexus.egg-info/dependency_links.txt
spec2nexus.egg-info/entry_points.txt
spec2nexus.egg-info/requires.txt
spec2nexus.egg-info/top_level.txt
spec2nexus/data/02_03_setup.dat
spec2nexus/data/03_06_JanTest.dat
spec2nexus/data/05_02_test.dat
spec2nexus/data/20220311-161530.dat
spec2nexus/data/33bm_spec.dat
spec2nexus/data/33id_spec.dat
spec2nexus/data/APS_spec_data.dat
spec2nexus/data/CdOsO
spec2nexus/data/CdSe
spec2nexus/data/Data_Q.h5
spec2nexus/data/README.txt
spec2nexus/data/YSZ011_ALDITO_Fe2O3_planar_fired_1.spc
spec2nexus/data/compression.h5
spec2nexus/data/lmn40.spe
spec2nexus/data/mca_spectra_example.dat
spec2nexus/data/spec_from_spock.spc
spec2nexus/data/startup_1.spec
spec2nexus/data/twoc.dat
spec2nexus/data/usaxs-bluesky-specwritercallback.dat
spec2nexus/data/user6idd.dat
spec2nexus/data/writer_1_3.h5
spec2nexus/data/xpcs_plugin_sample.spec
spec2nexus/data/02_03_setup_fly/README.md
spec2nexus/data/02_03_setup_fly/S10_Blank.h5
spec2nexus/data/02_03_setup_fly/S11_GlassyCarbon_Bob.h5
spec2nexus/data/02_03_setup_fly/S16_GlassyCarbon_M4.h5
spec2nexus/plugins/README.md
spec2nexus/plugins/XPCS.py
spec2nexus/plugins/__init__.py
spec2nexus/plugins/apstools_specwriter.py
spec2nexus/plugins/fallback.py
spec2nexus/plugins/spec_common.py
spec2nexus/plugins/uim.py
spec2nexus/plugins/unicat.py
spec2nexus/plugins/uxml.py
spec2nexus/plugins/uxml.xsd
spec2nexus/tests/__init__.py
spec2nexus/tests/_core.py
spec2nexus/tests/test_XPCS.py
spec2nexus/tests/test_control_lines.py
spec2nexus/tests/test_data_03_06_JanTest.py
spec2nexus/tests/test_diffractometers.py
spec2nexus/tests/test_extractSpecScan.py
spec2nexus/tests/test_eznx.py
spec2nexus/tests/test_issue107.py
spec2nexus/tests/test_issue119.py
spec2nexus/tests/test_issue123.py
spec2nexus/tests/test_issue128.py
spec2nexus/tests/test_issue161.py
spec2nexus/tests/test_issue188.py
spec2nexus/tests/test_issue191.py
spec2nexus/tests/test_issue216.py
spec2nexus/tests/test_issue230.py
spec2nexus/tests/test_issue267.py
spec2nexus/tests/test_issue64.py
spec2nexus/tests/test_issue8.py
spec2nexus/tests/test_issue99_hklscan.py
spec2nexus/tests/test_md_apstools_specwriter.py
spec2nexus/tests/test_multiple_headers.py
spec2nexus/tests/test_nexus.py
spec2nexus/tests/test_plugin.py
spec2nexus/tests/test_plugin_core.py
spec2nexus/tests/test_scanf.py
spec2nexus/tests/test_spec.py
spec2nexus/tests/test_specplot.py
spec2nexus/tests/test_specplot_gallery.py
spec2nexus/tests/test_utils.py
spec2nexus/tests/test_uxml.py
spec2nexus/tests/test_writer.py
spec2nexus/tests/custom_plugins/__init__.py
spec2nexus/tests/custom_plugins/process_only_plugin.py
spec2nexus/tests/custom_plugins/specfile.txt
spec2nexus/tests/data/JL124_1.spc
spec2nexus/tests/data/README.md
spec2nexus/tests/data/issue109_data.txt
spec2nexus/tests/data/issue119_data.txt
spec2nexus/tests/data/issue161_spock_spec_file
spec2nexus/tests/data/issue196_data.txt
spec2nexus/tests/data/issue196_data2.txt
spec2nexus/tests/data/issue216_scan1.spec
spec2nexus/tests/data/issue64_data.txt
spec2nexus/tests/data/issue82_data.txt
spec2nexus/tests/data/n_m.txt
spec2nexus/tests/data/refresh1.txt
spec2nexus/tests/data/refresh2.txt
spec2nexus/tests/data/refresh3.txt
spec2nexus/tests/data/test_3.spec
spec2nexus/tests/data/test_3_error.spec
spec2nexus/tests/data/test_4.spec