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/blissfluo2nx.py
nxtomomill/app/blissfluoconfig.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_bliss_fluo2nx_app.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/_Blosc2Jp2kWrapper.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/blissfluoscan.py
nxtomomill/converter/fluo/fluoconverter.py
nxtomomill/converter/fluo/fluoscan.py
nxtomomill/converter/fluo/tests/__init__.py
nxtomomill/converter/fluo/tests/test_fluoscan2D.py
nxtomomill/converter/fluo/tests/test_fluoscan3D.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/_bliss_activeconfig.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/zseriesacquisition.py
nxtomomill/converter/hdf5/acquisition/tests/bliss_tomo_datasets.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_holotomo.py
nxtomomill/converter/hdf5/acquisition/tests/test_legacy.py
nxtomomill/converter/hdf5/acquisition/tests/test_multitomo_zseries.py
nxtomomill/converter/hdf5/acquisition/tests/test_multitomoacquisition.py
nxtomomill/converter/hdf5/acquisition/utils/__init__.py
nxtomomill/converter/hdf5/acquisition/utils/_context.py
nxtomomill/converter/hdf5/acquisition/utils/_keys.py
nxtomomill/converter/hdf5/acquisition/utils/_scan_type_finder.py
nxtomomill/converter/hdf5/acquisition/utils/bliss_scan_type.py
nxtomomill/converter/hdf5/acquisition/utils/detector.py
nxtomomill/converter/hdf5/acquisition/utils/machine_current.py
nxtomomill/converter/hdf5/acquisition/utils/series.py
nxtomomill/converter/hdf5/acquisition/utils/timestamps.py
nxtomomill/converter/hdf5/post_processing/__init__.py
nxtomomill/converter/hdf5/post_processing/dark_flat_copy.py
nxtomomill/converter/hdf5/tests/test_frame_flip.py
nxtomomill/converter/hdf5/tests/test_h52nx_utils.py
nxtomomill/converter/hdf5/tests/test_hdf5converter.py
nxtomomill/io/__init__.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/tests/__init__.py
nxtomomill/io/config/tests/test_confighandler.py
nxtomomill/io/tests/test_frame_group.py
nxtomomill/io/tests/utils.py
nxtomomill/models/__init__.py
nxtomomill/models/dx2nx.py
nxtomomill/models/utils.py
nxtomomill/models/base/ConfigBase.py
nxtomomill/models/base/FrmFlatToNestedBase.py
nxtomomill/models/base/NestedModelBase.py
nxtomomill/models/base/__init__.py
nxtomomill/models/base/general_section.py
nxtomomill/models/base/instrument_section.py
nxtomomill/models/base/source_section.py
nxtomomill/models/blissfluo2nx/__init__.py
nxtomomill/models/blissfluo2nx/blissfluo2nx.py
nxtomomill/models/blissfluo2nx/general_section.py
nxtomomill/models/edf2nx/__init__.py
nxtomomill/models/edf2nx/dark_and_flat_section.py
nxtomomill/models/edf2nx/detector_section.py
nxtomomill/models/edf2nx/edf2nx.py
nxtomomill/models/edf2nx/general_section.py
nxtomomill/models/edf2nx/keys_section.py
nxtomomill/models/edf2nx/sample_section.py
nxtomomill/models/edf2nx/unit_section.py
nxtomomill/models/fluo2nx/__init__.py
nxtomomill/models/fluo2nx/fluo2nx.py
nxtomomill/models/fluo2nx/general_section.py
nxtomomill/models/h52nx/FrameGroup.py
nxtomomill/models/h52nx/__init__.py
nxtomomill/models/h52nx/_acquisitionstep.py
nxtomomill/models/h52nx/_context.py
nxtomomill/models/h52nx/entries_and_title_section.py
nxtomomill/models/h52nx/extra_params_section.py
nxtomomill/models/h52nx/frame_type_section.py
nxtomomill/models/h52nx/general_section.py
nxtomomill/models/h52nx/h52nx.py
nxtomomill/models/h52nx/keys_section.py
nxtomomill/models/h52nx/multitomo_section.py
nxtomomill/models/tests/test_context.py
nxtomomill/models/tests/test_edf2nx_model.py
nxtomomill/models/tests/test_fluo2nx_model.py
nxtomomill/models/tests/test_h52nx_model.py
nxtomomill/models/tests/test_io_utils.py
nxtomomill/tests/__init__.py
nxtomomill/tests/datasets.py
nxtomomill/tests/test_version.py
nxtomomill/tests/resources/__init__.py
nxtomomill/tests/resources/edf2nx_config_files/__init__.py
nxtomomill/tests/resources/fluo2nx_config_files/__init__.py
nxtomomill/tests/resources/h52nx_config_files/__init__.py
nxtomomill/tests/utils/__init__.py
nxtomomill/tests/utils/bliss.py
nxtomomill/tests/utils/dxfile.py
nxtomomill/utils/__init__.py
nxtomomill/utils/_os.py
nxtomomill/utils/flat_reducer.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_h5pyutils.py
nxtomomill/utils/tests/test_nexus_utils.py
nxtomomill/utils/tests/test_utils.py