tomwer 2.0.0.dev3__tar.gz → 2.0.0.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tomwer-2.0.0.dev3/src/tomwer.egg-info → tomwer-2.0.0.dev4}/PKG-INFO +1 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py +18 -13
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +8 -2
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/NabuBaseReconstructor.py +25 -1
- tomwer-2.0.0.dev4/src/tomwer/core/reconstruction/common/test/test_NabuBaseReconstructor.py +16 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/ControlWidget.py +20 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWidget.py +5 -15
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +1 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +7 -7
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/dataviewer.py +5 -24
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/imagestack.py +8 -2
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/scanoverview.py +31 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/cast_volume.py +11 -2
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/nabu_slices.py +9 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/nabu_volume.py +9 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +1 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/test_ewoks/test_workflows.py +10 -2
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/version.py +1 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4/src/tomwer.egg-info}/PKG-INFO +1 -1
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer.egg-info/SOURCES.txt +1 -8
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_four.svg +0 -116
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_one.svg +0 -93
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_three.svg +0 -114
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- tomwer-2.0.0.dev3/src/tomwer/resources/gui/icons/roman_two.svg +0 -104
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/LICENSE +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/README.rst +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/pyproject.toml +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/setup.cfg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/ewoks_compatibility.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetNoThread.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetOneThreadPerRun.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetWithStack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/orange/task_widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/complete_on_the_fly.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/multipag_example.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/using_multicor_to_find_cor.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/BlissDataListenerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/_BlissDataListenerQThread.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/_datalistener.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/deprecated/VolumeviewerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/deprecated/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/deprecated/_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/deprecated.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/BaseNabuRecOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/CoROW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/ComputeReduceDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/CopyReducedDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/MultiCoROW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSettingsOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSlicesOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_settings.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/__main__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/_DataListener.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/datawatcher/status.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/binning.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/dracbase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/gallery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/output.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/processeddataset.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/rawdataset.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/tests/test_gallery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/output.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/filter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/method.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/mode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/nabucommon.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/padding.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/phase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/plane.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/ringcorrection.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/stages.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/target.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/test/test_nabu_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/test/test_slice_interpreter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/common/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/anglemode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/cor_resource.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/exception.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/mode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/params.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/projectiontype.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/cor/side.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/darkflat/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/darkflat/settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/MultiBaseParams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multicor/multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multicor/params.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multipag/multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/multipag/params.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/reconstructions.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/scores/ComputedScore.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/scores/ScoreMethod.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/scores/compute.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/multi/scores/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/output.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/params_cache.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/paramsbase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/slice/NabuSliceMode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/slice/SingleSliceRunner.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/slice/SliceInterpreter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/slice/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/slice/slices.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_anglemode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_scores.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/utils/LastReceivedScansDict.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/utils/cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/reconstruction/volume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/signal.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/_Launcher.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/ewoks.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/_image_from_file.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/_host.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/DataDiscoveryWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/_ControlWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/_DataDiscoveryConfigWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/_MainWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/data_discovery/_observer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/icons.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CalculationWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CoRMainWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CoROptionsWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CoRSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CoRWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/CompareImages.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/EstimatedCORWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/EstimatedCorComboBox.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/InputWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/ManualFramesSelection.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/QCoRParams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/darkflat/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/darkflat/darkflatcopywidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/darkflat/darkflatwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/CoRScorePlot.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/MultiCoRTabWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/NabuAutoCorDiag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/QMultiCoRParams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/corrangeselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/dimensionwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multicor/sliceselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/DBScorePlot.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/MultiPagSelectionWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/MultiPagTabWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/MultiPagWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/QMultiPagParams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/dialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/method.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/model.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/mainwindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_config.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plots_widget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/estimate_motion/nabu_config_widget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/paddingmode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/stages.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/test_NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/slices/SliceGroupBox.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/slices/tests/test_NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_delta_beta_selector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_volume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelectorDialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/SliceSelector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/scores/actions/_ScoresPlotAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/scores/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/_QSpinBox.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/_linkInfo.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/tests/test_cor_gui.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/tests/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/HDF5DatasetSelector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/_outputdir.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/host_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/locale.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/reconstruction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/tests/test_host_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/TomoPlot2D.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/diffviewer/frametype.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/displaymode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/radiomode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/slicemode.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/CoordinateSystemOverlay.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/GeometryOrMetadataWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWidget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWindow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_CrossHairs.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_HorizontalSliderWithBrowser.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_ProcessingOverlay.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_ReconstructionParameters.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_SliceLoader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/_TomoPlot2DSlices.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ColorBarAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_OpenGLAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowAxesAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemLabelAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCrosshairsAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowPlotToolBarAction.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/tests/test_VolumeViewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volume_viewer/toolbar.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/processlog.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/_common/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/_common/data.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/_common/process.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/_common/tomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/_common/volume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/cluster/future_supervisor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/cluster/slurm_cluster.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/control/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/edit/dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/edit/imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/field_validators/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/field_validators/cluster_config.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/compute_dark_flat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/copy_reduced_frames.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/estimate_motion_io.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/nabu_settings.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/reconstruction/reduced_frames.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/models/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/crosshairs.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/crosshairs.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/hide_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/link-slash.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/link.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/lr_mirroring.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/lr_mirroring.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/red_dot.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/reset_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/show_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/show_coordinate_system_label.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/show_plot_toolbars.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/ud_mirroring.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/ud_mirroring.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/modelization_sample_stage.png +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/resources/video.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/stacks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/datawatcher.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/emailnotifier.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/scanlist.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tests/test_conditions.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tests/test_email.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tests/test_h52nx_process.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/tomoobjseries.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/castvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/config.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/copydarkflat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/nabuvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/reducedarkflat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/slices.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_castvolume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_dark_and_flat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_darkflat_copy.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_nabu_estimate_motion.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/reconstruction/tests/test_nabu_multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/script/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/script/python.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/script/tests/test_script.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/stitching/nabustitcher.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/task.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/diffviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/imagestackviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/radiostack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/samplemoved.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/slicestack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tasks/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_monitor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_copy_reduced_dark_flat_widget.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_slices.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkflat.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/tasks/visualization/test_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/tests/utils.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/third_part/FrameBrowser.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/third_part/OverlayMixIn.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/third_part/qitem_model_resetter.py +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer.egg-info/requires.txt +0 -0
- {tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tomwer
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.dev4
|
|
4
4
|
Summary: Tomography workflow tools
|
|
5
5
|
Author-email: Henri Payno <henri.payno@esrf.fr>, Pierre Paleo <pierre.paleo@esrf.fr>, Pierre-Olivier Autran <pierre-olivier.autran@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>
|
|
6
6
|
License: MIT
|
{tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
3
|
import time
|
|
4
|
+
import weakref
|
|
4
5
|
|
|
5
6
|
from orangewidget import gui
|
|
6
7
|
|
|
@@ -13,7 +14,6 @@ from ewokscore.missing_data import MISSING_DATA
|
|
|
13
14
|
from ewoksorange.gui.orange_utils.signals import Input
|
|
14
15
|
|
|
15
16
|
from processview.core.manager import DatasetState, ProcessManager
|
|
16
|
-
from processview.core.superviseprocess import SuperviseProcess
|
|
17
17
|
from silx.gui import qt
|
|
18
18
|
from silx.gui.utils.concurrent import submitToQtMainThread
|
|
19
19
|
|
|
@@ -67,9 +67,11 @@ class MonitorOW(
|
|
|
67
67
|
# gui
|
|
68
68
|
layout = gui.vBox(self.mainArea, self.name).layout()
|
|
69
69
|
self._widget = FutureTomwerObjectObserverWidget(
|
|
70
|
-
parent=self,
|
|
70
|
+
parent=self,
|
|
71
|
+
name=self.windowTitle(),
|
|
72
|
+
process=self,
|
|
71
73
|
)
|
|
72
|
-
self.set_dynamic_input("process_id", self.
|
|
74
|
+
self.set_dynamic_input("process_id", self.process_id)
|
|
73
75
|
layout.addWidget(self._widget)
|
|
74
76
|
|
|
75
77
|
def handleNewSignals(self) -> None:
|
|
@@ -102,17 +104,19 @@ class MonitorOW(
|
|
|
102
104
|
return super()._output_changed()
|
|
103
105
|
|
|
104
106
|
|
|
105
|
-
class FutureTomwerObjectObserverWidget(
|
|
106
|
-
_FutureTomwerScanObserverWidget, SuperviseProcess
|
|
107
|
-
):
|
|
107
|
+
class FutureTomwerObjectObserverWidget(_FutureTomwerScanObserverWidget):
|
|
108
108
|
"""add dataset state notification (ProcessManager) to the original FutureTomwerScanObserverWidget"""
|
|
109
109
|
|
|
110
110
|
REFRESH_FREQUENCE = 10
|
|
111
111
|
"""time between call to updateView"""
|
|
112
112
|
|
|
113
|
-
def __init__(self, name, parent=None):
|
|
113
|
+
def __init__(self, name, process, parent=None):
|
|
114
|
+
"""
|
|
115
|
+
:param process: Process that 'controls' the futures
|
|
116
|
+
"""
|
|
114
117
|
super().__init__(parent=parent)
|
|
115
118
|
self.name = name
|
|
119
|
+
self.__master_process = weakref.ref(process)
|
|
116
120
|
self._updateThread = _RefreshThread(
|
|
117
121
|
callback=self.updateView, refresh_frequence=self.REFRESH_FREQUENCE
|
|
118
122
|
)
|
|
@@ -168,12 +172,13 @@ class FutureTomwerObjectObserverWidget(
|
|
|
168
172
|
raise ValueError(
|
|
169
173
|
f"future scan status '{future_tomo_obj.status}' is not managed, {type(future_tomo_obj.status)}"
|
|
170
174
|
)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
if self.__master_process():
|
|
176
|
+
ProcessManager().notify_dataset_state(
|
|
177
|
+
dataset=future_tomo_obj.tomo_obj,
|
|
178
|
+
process=self.__master_process(),
|
|
179
|
+
state=state,
|
|
180
|
+
details=details,
|
|
181
|
+
)
|
|
177
182
|
|
|
178
183
|
def _updateStatus(self, future_tomo_obj):
|
|
179
184
|
self._updateTomoObjSupervisor(future_tomo_obj)
|
|
@@ -51,6 +51,7 @@ class DataViewerOW(widget.OWBaseWidget, openclass=True):
|
|
|
51
51
|
self._imagejThreads = []
|
|
52
52
|
# threads used to open frames with image j
|
|
53
53
|
self._layout = gui.vBox(self.mainArea, self.name).layout()
|
|
54
|
+
self._layout.setContentsMargins(2, 2, 2, 2)
|
|
54
55
|
self.viewer = DataViewer(parent=self)
|
|
55
56
|
self.viewer.setSizePolicy(qt.QSizePolicy.Expanding, qt.QSizePolicy.Expanding)
|
|
56
57
|
self._layout.addWidget(self.viewer)
|
|
@@ -61,9 +62,14 @@ class DataViewerOW(widget.OWBaseWidget, openclass=True):
|
|
|
61
62
|
self._buttons = qt.QDialogButtonBox(self)
|
|
62
63
|
self._buttons.setStandardButtons(types)
|
|
63
64
|
self._buttonOpenImageJ = self._buttons.button(qt.QDialogButtonBox.Apply)
|
|
64
|
-
self._buttonOpenImageJ.setText("
|
|
65
|
+
self._buttonOpenImageJ.setText("ImageJ")
|
|
66
|
+
self._buttonOpenImageJ.setToolTip(
|
|
67
|
+
"Open image(s) using ImageJ. Warning: you might need to do a 'module load fiji' first"
|
|
68
|
+
)
|
|
65
69
|
self._buttonOpenImageJ.setIcon(icons.getQIcon("Imagej_icon"))
|
|
66
|
-
self.
|
|
70
|
+
self.viewer.getPlotWidget().getPositionInfoWidget().layout().insertWidget(
|
|
71
|
+
0, self._buttonOpenImageJ
|
|
72
|
+
)
|
|
67
73
|
|
|
68
74
|
# connect signal / slot
|
|
69
75
|
self.viewer.sigConfigChanged.connect(self._updateSettings)
|
|
@@ -41,6 +41,11 @@ from tomwer.core.scan.nxtomoscan import NXtomoScan
|
|
|
41
41
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
42
42
|
from tomwer.core.utils.slurm import get_slurm_script_name, is_slurm_available
|
|
43
43
|
from tomwer.core.volume.hdf5volume import HDF5VolumeIdentifier
|
|
44
|
+
from tomwer.core.reconstruction.output import (
|
|
45
|
+
PROCESS_FOLDER_RECONSTRUCTED_SLICES,
|
|
46
|
+
PROCESS_FOLDER_RECONSTRUCTED_VOLUMES,
|
|
47
|
+
)
|
|
48
|
+
from tomwer.core.reconstruction.common.settings import NABU_CFG_FILE_FOLDER
|
|
44
49
|
|
|
45
50
|
from . import settings
|
|
46
51
|
|
|
@@ -218,12 +223,16 @@ class NabuBaseReconstructor:
|
|
|
218
223
|
assert os.path.exists(
|
|
219
224
|
conf_file
|
|
220
225
|
), "configuration file doesn't exists. Cannot execute it."
|
|
226
|
+
log_file = self.deduce_log_file_from_config_file(conf_file)
|
|
227
|
+
os.makedirs(os.path.dirname(log_file), exist_ok=True)
|
|
221
228
|
|
|
222
229
|
command = (
|
|
223
230
|
sys.executable,
|
|
224
231
|
"-m",
|
|
225
232
|
settings.NABU_FULL_FIELD_APP_PATH,
|
|
226
233
|
f"{shlex.quote(conf_file)}", # adding ' around file name allows to handle config file with spaces
|
|
234
|
+
"--logfile",
|
|
235
|
+
f"{shlex.quote(log_file)}",
|
|
227
236
|
"--gpu_mem_fraction",
|
|
228
237
|
str(gpu_mem_fraction),
|
|
229
238
|
"--cpu_mem_fraction",
|
|
@@ -308,13 +317,16 @@ class NabuBaseReconstructor:
|
|
|
308
317
|
# submit job
|
|
309
318
|
script_name = get_slurm_script_name(prefix="nabu")
|
|
310
319
|
conf_file = filter_esrf_mounting_points(conf_file)
|
|
320
|
+
log_file = self.deduce_log_file_from_config_file(conf_file)
|
|
321
|
+
os.makedirs(os.path.dirname(log_file), exist_ok=True)
|
|
322
|
+
|
|
311
323
|
# for now force job name
|
|
312
324
|
cluster_config["job_name"] = f"tomwer-nabu {conf_file}"
|
|
313
325
|
act_as_a_login_shell = cluster_config.pop("act_as_login_shell", False)
|
|
314
326
|
job = SBatchScriptJob(
|
|
315
327
|
slurm_config=cluster_config,
|
|
316
328
|
script=(
|
|
317
|
-
f"python3 -m {settings.NABU_FULL_FIELD_APP_PATH} '{conf_file}' --gpu_mem_fraction={gpu_mem_fraction} --cpu_mem_fraction={cpu_mem_fraction}",
|
|
329
|
+
f"python3 -m {settings.NABU_FULL_FIELD_APP_PATH} '{conf_file}' --logfile='{log_file}' --gpu_mem_fraction={gpu_mem_fraction} --cpu_mem_fraction={cpu_mem_fraction}",
|
|
318
330
|
),
|
|
319
331
|
script_path=filter_esrf_mounting_points(
|
|
320
332
|
os.path.join(self.scan.resolved_path, "slurm_scripts", script_name)
|
|
@@ -448,6 +460,18 @@ class NabuBaseReconstructor:
|
|
|
448
460
|
finally:
|
|
449
461
|
self._process = None
|
|
450
462
|
|
|
463
|
+
@staticmethod
|
|
464
|
+
def deduce_log_file_from_config_file(conf_file: str) -> str:
|
|
465
|
+
dirname = os.path.dirname(conf_file)
|
|
466
|
+
while os.path.basename(dirname) in (
|
|
467
|
+
PROCESS_FOLDER_RECONSTRUCTED_VOLUMES,
|
|
468
|
+
PROCESS_FOLDER_RECONSTRUCTED_SLICES,
|
|
469
|
+
NABU_CFG_FILE_FOLDER,
|
|
470
|
+
):
|
|
471
|
+
dirname = os.path.dirname(dirname)
|
|
472
|
+
file_name, _ = os.path.splitext(os.path.basename(conf_file))
|
|
473
|
+
return os.path.join(dirname, "logs", file_name + "_nabu.log")
|
|
474
|
+
|
|
451
475
|
|
|
452
476
|
def dump_normalization_array_for_nabu(
|
|
453
477
|
scan: TomwerScanBase, output_file: str, array: numpy.ndarray | float | int
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from tomwer.core.reconstruction.common.NabuBaseReconstructor import (
|
|
2
|
+
NabuBaseReconstructor,
|
|
3
|
+
)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def test_deduce_log_file_from_config_file():
|
|
7
|
+
assert NabuBaseReconstructor.deduce_log_file_from_config_file(
|
|
8
|
+
"/data/dataset/reconstructed_slices/nabu_cfg_files/config.cfg"
|
|
9
|
+
) == ("/data/dataset/logs/config_nabu.log")
|
|
10
|
+
assert NabuBaseReconstructor.deduce_log_file_from_config_file(
|
|
11
|
+
"/data/dataset/config.cfg"
|
|
12
|
+
) == ("/data/dataset/logs/config_nabu.log")
|
|
13
|
+
assert (
|
|
14
|
+
NabuBaseReconstructor.deduce_log_file_from_config_file("config.cfg")
|
|
15
|
+
== "logs/config_nabu.log"
|
|
16
|
+
)
|
|
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import logging
|
|
4
4
|
import numpy
|
|
5
|
+
import qtawesome
|
|
5
6
|
|
|
6
7
|
from silx.gui import qt
|
|
7
8
|
|
|
@@ -127,6 +128,8 @@ class _PositionInfoWidget(qt.QWidget):
|
|
|
127
128
|
self._defaultBackgroundColor = None
|
|
128
129
|
qt.QWidget.__init__(self, parent)
|
|
129
130
|
self.setLayout(qt.QGridLayout())
|
|
131
|
+
|
|
132
|
+
# relative CoR
|
|
130
133
|
centerLabel = qt.QLabel("center", parent=self)
|
|
131
134
|
centerLabel.setSizePolicy(qt.QSizePolicy.Minimum, qt.QSizePolicy.Minimum)
|
|
132
135
|
font = centerLabel.font()
|
|
@@ -144,7 +147,12 @@ class _PositionInfoWidget(qt.QWidget):
|
|
|
144
147
|
)
|
|
145
148
|
self._relativePositionQLE.setStyleSheet("color: red")
|
|
146
149
|
self.layout().addWidget(self._relativePositionQLE, 0, 2, 1, 1)
|
|
150
|
+
self._copyRelativeCoRButton = qt.QPushButton(
|
|
151
|
+
icon=qtawesome.icon("mdi6.content-copy")
|
|
152
|
+
)
|
|
153
|
+
self.layout().addWidget(self._copyRelativeCoRButton, 0, 3, 1, 1)
|
|
147
154
|
|
|
155
|
+
# relative CoR
|
|
148
156
|
centerLabel = qt.QLabel("center", parent=self)
|
|
149
157
|
centerLabel.setSizePolicy(qt.QSizePolicy.Minimum, qt.QSizePolicy.Minimum)
|
|
150
158
|
font = centerLabel.font()
|
|
@@ -160,6 +168,10 @@ class _PositionInfoWidget(qt.QWidget):
|
|
|
160
168
|
)
|
|
161
169
|
self._absolutePositionQLE.setStyleSheet("color: #ff8c00")
|
|
162
170
|
self.layout().addWidget(self._absolutePositionQLE, 1, 2, 1, 1)
|
|
171
|
+
self._copyAbsoluteCoRButton = qt.QPushButton(
|
|
172
|
+
icon=qtawesome.icon("mdi6.content-copy")
|
|
173
|
+
)
|
|
174
|
+
self.layout().addWidget(self._copyAbsoluteCoRButton, 1, 3, 1, 1)
|
|
163
175
|
|
|
164
176
|
if axis:
|
|
165
177
|
self.setAxisParams(axis)
|
|
@@ -174,10 +186,11 @@ class _PositionInfoWidget(qt.QWidget):
|
|
|
174
186
|
self._absolutePositionQLE.textEdited.connect(
|
|
175
187
|
self._userStartEditingAbsolutePosition
|
|
176
188
|
)
|
|
177
|
-
|
|
178
189
|
self._absolutePositionQLE.editingFinished.connect(
|
|
179
190
|
self._userUpdatedAbsolutePosition
|
|
180
191
|
)
|
|
192
|
+
self._copyAbsoluteCoRButton.clicked.connect(self._copyAbsoluteCoRToClipBoard)
|
|
193
|
+
self._copyRelativeCoRButton.clicked.connect(self._copyRelativeCoRToClipBoard)
|
|
181
194
|
|
|
182
195
|
def _getDefaultBackgroundColor(self):
|
|
183
196
|
if self._defaultBackgroundColor is None:
|
|
@@ -284,3 +297,9 @@ class _PositionInfoWidget(qt.QWidget):
|
|
|
284
297
|
absolute_pos=abs_value, det_width=width
|
|
285
298
|
)
|
|
286
299
|
self._relativePositionQLE.setText(str(rel_value))
|
|
300
|
+
|
|
301
|
+
def _copyAbsoluteCoRToClipBoard(self):
|
|
302
|
+
qt.QApplication.clipboard().setText(self._absolutePositionQLE.text())
|
|
303
|
+
|
|
304
|
+
def _copyRelativeCoRToClipBoard(self):
|
|
305
|
+
qt.QApplication.clipboard().setText(self._relativePositionQLE.text())
|
|
@@ -8,7 +8,6 @@ from tomwer.gui.reconstruction.nabu.nabuflow import NabuFlowArea
|
|
|
8
8
|
from tomwer.gui.configuration.level import ConfigurationLevel
|
|
9
9
|
from tomwer.gui.utils.flow import FlowDirection
|
|
10
10
|
from tomwer.gui.reconstruction.nabu.nabuconfig.nabuconfig import NabuConfiguration
|
|
11
|
-
from tomwer.gui import icons as tomwer_icons
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
class NabuSettingsWidget(qt.QWidget):
|
|
@@ -36,7 +35,7 @@ class NabuSettingsWidget(qt.QWidget):
|
|
|
36
35
|
for mode in NabuMode:
|
|
37
36
|
self._nabuModeCB.addItem(mode.value)
|
|
38
37
|
self._widget_recons.layout().addWidget(self._nabuModeCB)
|
|
39
|
-
self.layout().addWidget(self._widget_recons, 0,
|
|
38
|
+
self.layout().addWidget(self._widget_recons, 0, 2, 1, 2)
|
|
40
39
|
|
|
41
40
|
# spacer
|
|
42
41
|
spacer = qt.QWidget(self)
|
|
@@ -53,9 +52,6 @@ class NabuSettingsWidget(qt.QWidget):
|
|
|
53
52
|
self._configurationScrollArea.setWidgetResizable(True)
|
|
54
53
|
self._configuration = NabuConfiguration(parent=self)
|
|
55
54
|
self._configurationScrollArea.setWidget(self._configuration)
|
|
56
|
-
self._configurationScrollArea.setHorizontalScrollBarPolicy(
|
|
57
|
-
qt.Qt.ScrollBarAlwaysOff
|
|
58
|
-
)
|
|
59
55
|
self.layout().addWidget(self._configurationScrollArea, 1, 2, 5, 1)
|
|
60
56
|
self._configuration.setSizePolicy(
|
|
61
57
|
qt.QSizePolicy.Minimum, qt.QSizePolicy.Minimum
|
|
@@ -75,22 +71,16 @@ class NabuSettingsWidget(qt.QWidget):
|
|
|
75
71
|
|
|
76
72
|
# set up
|
|
77
73
|
pre_processing = ("pre processing",)
|
|
78
|
-
|
|
79
|
-
self.setPreProcessing(pre_processing, icons=(roman_one_icon,))
|
|
74
|
+
self.setPreProcessing(pre_processing, icons=(None,))
|
|
80
75
|
phase_processing = ("phase",)
|
|
81
|
-
|
|
82
|
-
phase_icons = (roman_two_icon,)
|
|
83
|
-
self.setPhaseProcessing(phase_processing, icons=phase_icons)
|
|
76
|
+
self.setPhaseProcessing(phase_processing, icons=(None,))
|
|
84
77
|
processing = ("reconstruction",)
|
|
85
|
-
|
|
86
|
-
self.setProcessing(processes=processing, icons=processing_icons)
|
|
78
|
+
self.setProcessing(processes=processing, icons=(None,))
|
|
87
79
|
post_processing = ("save",)
|
|
88
|
-
|
|
89
|
-
self.setPostProcessing(post_processing, icons=post_processing_icons)
|
|
80
|
+
self.setPostProcessing(post_processing, icons=(None,))
|
|
90
81
|
index_mode = self._nabuModeCB.findText(NabuMode.AUTO.value)
|
|
91
82
|
assert index_mode >= 0, "full filed should be registered in the widget"
|
|
92
83
|
self._nabuModeCB.setCurrentIndex(index_mode)
|
|
93
|
-
self._flow.setMaximumWidth(240)
|
|
94
84
|
|
|
95
85
|
# signal / slot connections
|
|
96
86
|
self._flow.sigConfigurationChanged.connect(self._processSelectionChanged)
|
{tomwer-2.0.0.dev3 → tomwer-2.0.0.dev4}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py
RENAMED
|
@@ -11,7 +11,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
11
11
|
"data_max": None,
|
|
12
12
|
"data_min": None,
|
|
13
13
|
"output_data_type": "uint16",
|
|
14
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
14
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
15
15
|
"output_file_format": "tiff",
|
|
16
16
|
"overwrite": True,
|
|
17
17
|
"rescale_max_percentile": 99.9,
|
|
@@ -25,7 +25,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
25
25
|
"data_max": 0.0,
|
|
26
26
|
"data_min": 0.0,
|
|
27
27
|
"output_data_type": "uint16",
|
|
28
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
28
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
29
29
|
"output_file_format": "tiff",
|
|
30
30
|
"overwrite": True,
|
|
31
31
|
"rescale_max_percentile": None,
|
|
@@ -41,7 +41,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
41
41
|
"data_max": 10.0,
|
|
42
42
|
"data_min": 1.0,
|
|
43
43
|
"output_data_type": "uint16",
|
|
44
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
44
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
45
45
|
"output_file_format": "tiff",
|
|
46
46
|
"overwrite": True,
|
|
47
47
|
"rescale_max_percentile": None,
|
|
@@ -54,7 +54,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
54
54
|
"data_max": 10.0,
|
|
55
55
|
"data_min": 1.0,
|
|
56
56
|
"output_data_type": "uint16",
|
|
57
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
57
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
58
58
|
"output_file_format": "edf",
|
|
59
59
|
"overwrite": True,
|
|
60
60
|
"rescale_max_percentile": None,
|
|
@@ -67,7 +67,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
67
67
|
"data_max": 10.0,
|
|
68
68
|
"data_min": 1.0,
|
|
69
69
|
"output_data_type": "uint16",
|
|
70
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
70
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
71
71
|
"output_file_format": "edf",
|
|
72
72
|
"overwrite": False,
|
|
73
73
|
"rescale_max_percentile": None,
|
|
@@ -80,7 +80,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
80
80
|
"data_max": 10.0,
|
|
81
81
|
"data_min": 1.0,
|
|
82
82
|
"output_data_type": "float32",
|
|
83
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
83
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
84
84
|
"output_file_format": "edf",
|
|
85
85
|
"overwrite": False,
|
|
86
86
|
"rescale_max_percentile": None,
|
|
@@ -93,7 +93,7 @@ def test_CastVolumeWidget(qtapp): # noqa F811
|
|
|
93
93
|
"data_max": 10.0,
|
|
94
94
|
"data_min": 1.0,
|
|
95
95
|
"output_data_type": "float32",
|
|
96
|
-
"output_dir": "{volume_data_parent_folder}" f"{os.sep}
|
|
96
|
+
"output_dir": "{volume_data_parent_folder}" f"{os.sep}cast_volume",
|
|
97
97
|
"output_file_format": "edf",
|
|
98
98
|
"overwrite": False,
|
|
99
99
|
"rescale_max_percentile": None,
|
|
@@ -131,7 +131,7 @@ class DataViewer(qt.QMainWindow):
|
|
|
131
131
|
self._scan = None
|
|
132
132
|
# update scan name
|
|
133
133
|
self._viewer.setScan(scan=scan)
|
|
134
|
-
self._controls.setScanName(str(scan))
|
|
134
|
+
# self._controls.setScanName(str(scan))
|
|
135
135
|
self._updateDisplay()
|
|
136
136
|
# has the display is post pone we can only set expected dimensions
|
|
137
137
|
# for the viewer
|
|
@@ -261,32 +261,23 @@ class DisplayControl(qt.QWidget):
|
|
|
261
261
|
self.layout().setContentsMargins(0, 0, 0, 0)
|
|
262
262
|
self.layout().setSpacing(0)
|
|
263
263
|
|
|
264
|
-
# scan information
|
|
265
|
-
self._scanLab = qt.QLabel("scan:", self)
|
|
266
|
-
self._scanLab.setFixedWidth(40)
|
|
267
|
-
self._scanLab.setAlignment(qt.Qt.AlignRight | qt.Qt.AlignVCenter)
|
|
268
|
-
self.layout().addWidget(self._scanLab, 0, 0, 1, 1)
|
|
269
|
-
self._scanQLE = qt.QLineEdit("", self)
|
|
270
|
-
self._scanQLE.setReadOnly(True)
|
|
271
|
-
self.layout().addWidget(self._scanQLE, 0, 1, 1, 3)
|
|
272
|
-
|
|
273
264
|
# display information
|
|
274
265
|
self._displayLab = qt.QLabel("display:", self)
|
|
275
266
|
self._displayLab.setAlignment(qt.Qt.AlignRight | qt.Qt.AlignVCenter)
|
|
276
|
-
self.layout().addWidget(self._displayLab,
|
|
267
|
+
self.layout().addWidget(self._displayLab, 0, 0, 1, 1)
|
|
277
268
|
self._displayMode = qt.QComboBox(self)
|
|
278
269
|
for mode in DisplayMode:
|
|
279
270
|
self._displayMode.addItem(mode.value)
|
|
280
|
-
self.layout().addWidget(self._displayMode,
|
|
271
|
+
self.layout().addWidget(self._displayMode, 0, 1, 1, 1)
|
|
281
272
|
|
|
282
273
|
# option information
|
|
283
274
|
self._modeLab = qt.QLabel("mode:", self)
|
|
284
275
|
self._modeLab.setFixedWidth(60)
|
|
285
276
|
self._modeLab.setAlignment(qt.Qt.AlignRight | qt.Qt.AlignVCenter)
|
|
286
|
-
self.layout().addWidget(self._modeLab,
|
|
277
|
+
self.layout().addWidget(self._modeLab, 0, 2, 1, 1)
|
|
287
278
|
self._widget_options = qt.QWidget(self)
|
|
288
279
|
self._widget_options.setLayout(qt.QVBoxLayout())
|
|
289
|
-
self.layout().addWidget(self._widget_options,
|
|
280
|
+
self.layout().addWidget(self._widget_options, 0, 3, 1, 1)
|
|
290
281
|
|
|
291
282
|
self._radioMode = qt.QComboBox(self)
|
|
292
283
|
for mode in RadioMode:
|
|
@@ -309,10 +300,6 @@ class DisplayControl(qt.QWidget):
|
|
|
309
300
|
self._radioMode.currentTextChanged.connect(self._updateOptions)
|
|
310
301
|
self._sliceMode.currentTextChanged.connect(self._updateOptions)
|
|
311
302
|
|
|
312
|
-
def setScanInfoVisible(self, visible):
|
|
313
|
-
self._scanLab.setVisible(visible)
|
|
314
|
-
self._scanQLE.setVisible(visible)
|
|
315
|
-
|
|
316
303
|
def setDisplayModeVisible(self, visible):
|
|
317
304
|
self._displayLab.setVisible(visible)
|
|
318
305
|
self._displayMode.setVisible(visible)
|
|
@@ -366,9 +353,3 @@ class DisplayControl(qt.QWidget):
|
|
|
366
353
|
if config != self._lastConfig:
|
|
367
354
|
self._lastConfig = config
|
|
368
355
|
self.sigDisplayModeChanged.emit()
|
|
369
|
-
|
|
370
|
-
def setScanName(self, scan_name: str):
|
|
371
|
-
self._scanQLE.setText(scan_name)
|
|
372
|
-
|
|
373
|
-
def clear(self):
|
|
374
|
-
self._scanQLE.clear()
|
|
@@ -67,6 +67,7 @@ class ImageStack(_ImageStack):
|
|
|
67
67
|
self.setUrlLoaderClass(_TomwerUrlLoader)
|
|
68
68
|
# hide axis to be display
|
|
69
69
|
self._plot.setAxesDisplayed(False)
|
|
70
|
+
self._plot.getColorBarWidget().setVisible(False)
|
|
70
71
|
self._loadSliceParams = False
|
|
71
72
|
self._resetZoom = True
|
|
72
73
|
|
|
@@ -77,7 +78,9 @@ class ImageStack(_ImageStack):
|
|
|
77
78
|
self._reconsWidget = ReconstructionParameters(self)
|
|
78
79
|
self._reconsWidgetScrollArea.setWidget(self._reconsWidget)
|
|
79
80
|
self._reconsInfoDockWidget.setWidget(self._reconsWidgetScrollArea)
|
|
80
|
-
self._reconsInfoDockWidget.setFeatures(
|
|
81
|
+
self._reconsInfoDockWidget.setFeatures(
|
|
82
|
+
qt.QDockWidget.DockWidgetVerticalTitleBar
|
|
83
|
+
)
|
|
81
84
|
self.addDockWidget(qt.Qt.RightDockWidgetArea, self._reconsInfoDockWidget)
|
|
82
85
|
|
|
83
86
|
# add scan overview dock widget
|
|
@@ -85,8 +88,11 @@ class ImageStack(_ImageStack):
|
|
|
85
88
|
self._scanOverviewDockerWidget = qt.QDockWidget(parent=self)
|
|
86
89
|
self._scanOverviewDockerWidget.setMaximumHeight(300)
|
|
87
90
|
self._scanOverviewWidget = ScanOverviewWidget(self)
|
|
91
|
+
self._scanOverviewWidget.layout().setContentsMargins(2, 2, 2, 2)
|
|
88
92
|
self._scanOverviewDockerWidget.setWidget(self._scanOverviewWidget)
|
|
89
|
-
self._scanOverviewDockerWidget.setFeatures(
|
|
93
|
+
self._scanOverviewDockerWidget.setFeatures(
|
|
94
|
+
qt.QDockWidget.DockWidgetVerticalTitleBar
|
|
95
|
+
)
|
|
90
96
|
self.addDockWidget(
|
|
91
97
|
qt.Qt.RightDockWidgetArea, self._scanOverviewDockerWidget
|
|
92
98
|
)
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
from __future__ import annotations
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
import qtawesome
|
|
5
6
|
import logging
|
|
6
7
|
import weakref
|
|
7
8
|
import pint
|
|
@@ -22,7 +23,28 @@ class ScanOverviewWidget(qt.QWidget):
|
|
|
22
23
|
def __init__(self, parent=None):
|
|
23
24
|
super().__init__(parent)
|
|
24
25
|
self._scan = None
|
|
26
|
+
|
|
25
27
|
self.setLayout(qt.QVBoxLayout())
|
|
28
|
+
|
|
29
|
+
# scan name
|
|
30
|
+
self._scanWidget = qt.QWidget()
|
|
31
|
+
self._scanWidget.setLayout(qt.QHBoxLayout())
|
|
32
|
+
self._scanWidget.layout().setContentsMargins(0, 0, 0, 0)
|
|
33
|
+
self._scanWidget.layout().setSpacing(0)
|
|
34
|
+
|
|
35
|
+
self._scanLabel = qt.QLabel("Scan:")
|
|
36
|
+
self._scanWidget.layout().addWidget(self._scanLabel)
|
|
37
|
+
self._scanPath = qt.QLineEdit("")
|
|
38
|
+
self._scanWidget.layout().addWidget(self._scanPath)
|
|
39
|
+
self._scanPath.setReadOnly(True)
|
|
40
|
+
self._scanPathCopyButton = qt.QPushButton(
|
|
41
|
+
icon=qtawesome.icon("mdi6.content-copy")
|
|
42
|
+
)
|
|
43
|
+
self._scanWidget.layout().addWidget(self._scanPathCopyButton)
|
|
44
|
+
self._scanPathCopyButton.setFlat(True)
|
|
45
|
+
self.layout().addWidget(self._scanWidget)
|
|
46
|
+
|
|
47
|
+
# scan tree
|
|
26
48
|
self._tree = qt.QTreeWidget(self)
|
|
27
49
|
self._tree.setColumnCount(2)
|
|
28
50
|
self._tree.setHeaderLabels(("entry", "value"))
|
|
@@ -92,6 +114,9 @@ class ScanOverviewWidget(qt.QWidget):
|
|
|
92
114
|
self._sample.setExpanded(True)
|
|
93
115
|
self._beam.setExpanded(True)
|
|
94
116
|
|
|
117
|
+
# connect signal / slot
|
|
118
|
+
self._scanPathCopyButton.clicked.connect(self.copyScanPathToClipBoard)
|
|
119
|
+
|
|
95
120
|
def setScan(self, scan):
|
|
96
121
|
if scan is None:
|
|
97
122
|
self._scan = scan
|
|
@@ -101,6 +126,12 @@ class ScanOverviewWidget(qt.QWidget):
|
|
|
101
126
|
self._scan = weakref.ref(scan)
|
|
102
127
|
if scan is not None:
|
|
103
128
|
self.update_tree(scan=scan)
|
|
129
|
+
self._scanPath.setText(scan.get_identifier().short_description())
|
|
130
|
+
|
|
131
|
+
def copyScanPathToClipBoard(self):
|
|
132
|
+
scan = self.getScan()
|
|
133
|
+
if scan:
|
|
134
|
+
qt.QApplication.clipboard().setText(scan.get_identifier().to_str())
|
|
104
135
|
|
|
105
136
|
def getScan(self):
|
|
106
137
|
if self._scan is None or self._scan() is None:
|
|
@@ -306,6 +337,5 @@ class ScanOverviewWidget(qt.QWidget):
|
|
|
306
337
|
def _fromTimeStampToHumanReadableTime(timestamp) -> str:
|
|
307
338
|
if timestamp is None:
|
|
308
339
|
return "Unknown"
|
|
309
|
-
print("time stamp is", timestamp, type(timestamp))
|
|
310
340
|
dt = parser.parse(timestamp)
|
|
311
341
|
return dt.strftime("%B %d, %Y, %H:%M:%S")
|
|
@@ -19,7 +19,7 @@ from nabu.io.cast_volume import RESCALE_MAX_PERCENTILE, RESCALE_MIN_PERCENTILE
|
|
|
19
19
|
from tomoscan.identifier import VolumeIdentifier
|
|
20
20
|
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
21
21
|
|
|
22
|
-
CAST_VOLUME_WORKING_SUB_DIRECTORY = "
|
|
22
|
+
CAST_VOLUME_WORKING_SUB_DIRECTORY = "cast_volume"
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
class InputModel(ProcessInputModel):
|
|
@@ -51,7 +51,7 @@ class InputModel(ProcessInputModel):
|
|
|
51
51
|
)
|
|
52
52
|
output_dir: str | None = Field(
|
|
53
53
|
default="{volume_data_parent_folder}"
|
|
54
|
-
f"{os.sep}
|
|
54
|
+
f"{os.sep}{CAST_VOLUME_WORKING_SUB_DIRECTORY}",
|
|
55
55
|
description="Output folder to save the volume.",
|
|
56
56
|
)
|
|
57
57
|
cluster_config: SlurmClusterConfiguration | None = Field(
|
|
@@ -146,6 +146,15 @@ class InputModel(ProcessInputModel):
|
|
|
146
146
|
elif isinstance(value, (VolumeIdentifier, str)):
|
|
147
147
|
return VolumeFactory.create_tomo_object_from_identifier(value)
|
|
148
148
|
|
|
149
|
+
@field_validator("output_dir")
|
|
150
|
+
@classmethod
|
|
151
|
+
def fallback_on_default(cls, value: str) -> str:
|
|
152
|
+
if value == "":
|
|
153
|
+
return InputModel.model_fields[ # pylint: disable=E1136
|
|
154
|
+
"output_dir"
|
|
155
|
+
].default
|
|
156
|
+
return value
|
|
157
|
+
|
|
149
158
|
|
|
150
159
|
class OutputModel(_VolumeModel, BaseOutputModel):
|
|
151
160
|
"""OutputModel for volume casting. Inherited Field 'volume' is only the propagation of the input volume"""
|
|
@@ -67,6 +67,15 @@ class InputModel(_DataModel, ProcessInputModel):
|
|
|
67
67
|
):
|
|
68
68
|
return {NabuPlane(key): value for key, value in values.items()}
|
|
69
69
|
|
|
70
|
+
@field_validator("output_dir")
|
|
71
|
+
@classmethod
|
|
72
|
+
def fallback_on_default(cls, value: str) -> str:
|
|
73
|
+
if value == "":
|
|
74
|
+
return InputModel.model_fields[ # pylint: disable=E1136
|
|
75
|
+
"output_dir"
|
|
76
|
+
].default
|
|
77
|
+
return value
|
|
78
|
+
|
|
70
79
|
|
|
71
80
|
class OutputModel(_DataModel, BaseOutputModel):
|
|
72
81
|
future_tomo_obj: FutureTomwerObject | None
|
|
@@ -48,6 +48,15 @@ class InputModel(_DataModel, ProcessInputModel):
|
|
|
48
48
|
check_fields=False,
|
|
49
49
|
)(cast_cluster_config)
|
|
50
50
|
|
|
51
|
+
@field_validator("output_dir")
|
|
52
|
+
@classmethod
|
|
53
|
+
def fallback_on_default(cls, value: str) -> str:
|
|
54
|
+
if value == "":
|
|
55
|
+
return InputModel.model_fields[ # pylint: disable=E1136
|
|
56
|
+
"output_dir"
|
|
57
|
+
].default
|
|
58
|
+
return value
|
|
59
|
+
|
|
51
60
|
|
|
52
61
|
class OutputModel(_DataModel, BaseOutputModel):
|
|
53
62
|
volume: TomwerVolumeBase | None = Field(
|
|
@@ -46,7 +46,7 @@ def test_processing(qtapp, hdf5_volume): # noqa F811
|
|
|
46
46
|
|
|
47
47
|
window._process(volume=hdf5_volume, data=None)
|
|
48
48
|
output_folder = os.path.join(
|
|
49
|
-
os.path.dirname(hdf5_volume.file_path),
|
|
49
|
+
os.path.dirname(hdf5_volume.file_path), CAST_VOLUME_WORKING_SUB_DIRECTORY
|
|
50
50
|
)
|
|
51
51
|
assert not os.path.exists(output_folder)
|
|
52
52
|
wait_for_processing(window)
|
|
@@ -284,9 +284,17 @@ def test_tutorial_cast_volume(tmp_path, hdf5_volume):
|
|
|
284
284
|
],
|
|
285
285
|
)
|
|
286
286
|
# check for output volume
|
|
287
|
-
assert "
|
|
287
|
+
assert "reconstructed_volumes" in os.listdir(tmp_path)
|
|
288
288
|
tiff_files = glob(
|
|
289
|
-
os.sep.join(
|
|
289
|
+
os.sep.join(
|
|
290
|
+
[
|
|
291
|
+
str(tmp_path),
|
|
292
|
+
"reconstructed_volumes",
|
|
293
|
+
"cast_volume",
|
|
294
|
+
"my_volume",
|
|
295
|
+
"*.tiff",
|
|
296
|
+
]
|
|
297
|
+
)
|
|
290
298
|
)
|
|
291
299
|
assert len(tiff_files) == 10
|
|
292
300
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tomwer
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.dev4
|
|
4
4
|
Summary: Tomography workflow tools
|
|
5
5
|
Author-email: Henri Payno <henri.payno@esrf.fr>, Pierre Paleo <pierre.paleo@esrf.fr>, Pierre-Olivier Autran <pierre-olivier.autran@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>
|
|
6
6
|
License: MIT
|