LICENSE
README.md
pyproject.toml
doc/conf.py
nxtomomill/__init__.py
nxtomomill/__main__.py
nxtomomill/settings.py
nxtomomill/test.py
nxtomomill/version.py
nxtomomill.egg-info/PKG-INFO
nxtomomill.egg-info/SOURCES.txt
nxtomomill.egg-info/dependency_links.txt
nxtomomill.egg-info/entry_points.txt
nxtomomill.egg-info/requires.txt
nxtomomill.egg-info/top_level.txt
nxtomomill/app/__init__.py
nxtomomill/app/dxfile2nx.py
nxtomomill/app/edf2nx.py
nxtomomill/app/edf2nx_check.py
nxtomomill/app/edfconfig.py
nxtomomill/app/fluo2nx.py
nxtomomill/app/fluoconfig.py
nxtomomill/app/fscan2nx.py
nxtomomill/app/h52nx.py
nxtomomill/app/h5config.py
nxtomomill/app/nxcopy.py
nxtomomill/app/patch_nx.py
nxtomomill/app/split_nxfile.py
nxtomomill/app/z_concatenate_scans.py
nxtomomill/app/zstages2nxs.py
nxtomomill/app/tests/test_dxfile2nx_app.py
nxtomomill/app/tests/test_edf2nx_app.py
nxtomomill/app/tests/test_edf_config_app.py
nxtomomill/app/tests/test_fluo2nx_app.py
nxtomomill/app/tests/test_h52nx_app.py
nxtomomill/app/tests/test_h5_config_app.py
nxtomomill/app/tests/test_nx_copy.py
nxtomomill/app/tests/test_patch_nx_app.py
nxtomomill/app/tests/test_split_nxfile_app.py
nxtomomill/converter/__init__.py
nxtomomill/converter/baseconverter.py
nxtomomill/converter/version.py
nxtomomill/converter/dxfile/__init__.py
nxtomomill/converter/dxfile/dxfileconverter.py
nxtomomill/converter/dxfile/tests/test_dxfile.py
nxtomomill/converter/edf/__init__.py
nxtomomill/converter/edf/checks.py
nxtomomill/converter/edf/edfconverter.py
nxtomomill/converter/edf/tests/test_checks.py
nxtomomill/converter/edf/tests/test_edf2nx.py
nxtomomill/converter/edf/tests/test_edf2nx_check.py
nxtomomill/converter/fluo/__init__.py
nxtomomill/converter/fluo/fluoconverter.py
nxtomomill/converter/fscan/__init__.py
nxtomomill/converter/fscan/fscanconverter.py
nxtomomill/converter/hdf5/__init__.py
nxtomomill/converter/hdf5/acquisitionConstructor.py
nxtomomill/converter/hdf5/hdf5converter.py
nxtomomill/converter/hdf5/utils.py
nxtomomill/converter/hdf5/acquisition/__init__.py
nxtomomill/converter/hdf5/acquisition/backandforth.py
nxtomomill/converter/hdf5/acquisition/baseacquisition.py
nxtomomill/converter/hdf5/acquisition/blisstomoconfig.py
nxtomomill/converter/hdf5/acquisition/multitomo.py
nxtomomill/converter/hdf5/acquisition/pcotomoacquisition.py
nxtomomill/converter/hdf5/acquisition/standardacquisition.py
nxtomomill/converter/hdf5/acquisition/utils.py
nxtomomill/converter/hdf5/acquisition/zseriesacquisition.py
nxtomomill/converter/hdf5/acquisition/tests/test_acquisition.py
nxtomomill/converter/hdf5/acquisition/tests/test_acquisition_utils.py
nxtomomill/converter/hdf5/acquisition/tests/test_back_and_forth.py
nxtomomill/converter/hdf5/acquisition/tests/test_bliss_tomo_config.py
nxtomomill/converter/hdf5/acquisition/tests/test_multitomoacquisition.py
nxtomomill/converter/hdf5/post_processing/__init__.py
nxtomomill/converter/hdf5/post_processing/dark_flat_copy.py
nxtomomill/converter/hdf5/tests/test_h52nx_utils.py
nxtomomill/converter/hdf5/tests/test_hdf5converter.py
nxtomomill/io/__init__.py
nxtomomill/io/acquisitionstep.py
nxtomomill/io/framegroup.py
nxtomomill/io/utils.py
nxtomomill/io/config/__init__.py
nxtomomill/io/config/configbase.py
nxtomomill/io/config/confighandler.py
nxtomomill/io/config/dxconfig.py
nxtomomill/io/config/edfconfig.py
nxtomomill/io/config/fluoconfig.py
nxtomomill/io/config/hdf5config.py
nxtomomill/io/config/optionlevel.py
nxtomomill/io/config/tests/test_confighandler.py
nxtomomill/io/config/tests/test_edf_config.py
nxtomomill/io/config/tests/test_fluo_config.py
nxtomomill/io/config/tests/test_hdf5_config.py
nxtomomill/io/tests/test_frame_group.py
nxtomomill/io/tests/test_io_utils.py
nxtomomill/nexus/__init__.py
nxtomomill/nexus/nxdetector.py
nxtomomill/nexus/nxinstrument.py
nxtomomill/nexus/nxmonitor.py
nxtomomill/nexus/nxobject.py
nxtomomill/nexus/nxsample.py
nxtomomill/nexus/nxsource.py
nxtomomill/nexus/nxtomo.py
nxtomomill/nexus/nxtransformations.py
nxtomomill/nexus/utils.py
nxtomomill/tests/__init__.py
nxtomomill/tests/datasets.py
nxtomomill/tests/test_version.py
nxtomomill/tests/utils/__init__.py
nxtomomill/tests/utils/bliss.py
nxtomomill/tests/utils/dxfile.py
nxtomomill/utils/__init__.py
nxtomomill/utils/flat_reducer.py
nxtomomill/utils/frameappender.py
nxtomomill/utils/h5pyutils.py
nxtomomill/utils/hdf5.py
nxtomomill/utils/io.py
nxtomomill/utils/nexus.py
nxtomomill/utils/pintutils.py
nxtomomill/utils/utils.py
nxtomomill/utils/tests/test_flat_reducer.py
nxtomomill/utils/tests/test_nexus_utils.py
nxtomomill/utils/tests/test_utils.py