tomwer 2.0.0.dev7__tar.gz → 2.0.1.dev0__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.dev7/src/tomwer.egg-info → tomwer-2.0.1.dev0}/PKG-INFO +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/pyproject.toml +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py +10 -4
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +7 -12
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagOW.py +4 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/ringcorrection.py +2 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/slurm.py +4 -10
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/conditions/filter.py +2 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/datareacheractions.py +3 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/nxtomoeditor.py +1 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/nxtomowarmer.py +2 -4
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/tests/test_nx_editor.py +1 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CoRWidget.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/corrangeselector.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/CastVolumeWidget.py +19 -9
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/_HistogramLoader.py +2 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/_HistogramWidget.py +25 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/_SettingsWidget.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/_SlicePreviewWidget.py +31 -4
- tomwer-2.0.1.dev0/src/tomwer/gui/reconstruction/nabu/castvolume/_check.py +60 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +2 -5
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +68 -10
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +2 -5
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/slices/SliceGroupBox.py +2 -5
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/action.py +2 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/_linkInfo.py +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/stitching_preview.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/stitching_raw.py +3 -2
- tomwer-2.0.1.dev0/src/tomwer/gui/utils/_warning.py +10 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/buttons.py +11 -4
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/dataviewer.py +38 -14
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/fullscreenplot.py +2 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/imagestack.py +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +1 -1
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWidget.py +7 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/_SliceLoader.py +12 -5
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/_TomoPlot2DSlices.py +7 -7
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/cor.py +0 -51
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/conftest.py +1 -1
- tomwer-2.0.1.dev0/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_monitor_ow.py +92 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/version.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0/src/tomwer.egg-info}/PKG-INFO +3 -3
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/SOURCES.txt +4 -34
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/requires.txt +2 -2
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/a.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/a.svg +0 -78
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/add.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/add.svg +0 -58
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/compose.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/compose.svg +0 -75
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/exit.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/exit.svg +0 -157
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/full_screen.svg +0 -332
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/hammer.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/hammer.svg +0 -74
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/history.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/information.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/information.svg +0 -78
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/invisible.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/invisible.svg +0 -101
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/lineselection.svg +0 -60
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/link-slash.svg +0 -1
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/link.svg +0 -1
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/loop.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/rm.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/rm.svg +0 -53
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/ruler.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/ruler.svg +0 -273
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/search.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/search.svg +0 -23
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/switch.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/visible.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/visible.svg +0 -91
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/warning.png +0 -0
- tomwer-2.0.0.dev7/src/tomwer/resources/gui/icons/warning.svg +0 -36
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/LICENSE +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/README.rst +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/setup.cfg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/ewoks_compatibility.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetNoThread.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetOneThreadPerRun.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetWithStack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/orange/task_widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/complete_on_the_fly.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/darks and flats copy - method 2.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/multipag_example.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/untitled.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/using_multicor_to_find_cor.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/BlissDataListenerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/_BlissDataListenerQThread.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/_datalistener.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/deprecated/VolumeviewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/deprecated/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/deprecated/_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/deprecated.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/BaseNabuRecOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/CoROW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/ComputeReduceDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/CopyReducedDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/MultiCoROW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSettingsOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSlicesOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_settings.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/__main__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/cast_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/_DataListener.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/datawatcher/status.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/binning.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/dracbase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/gallery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/output.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/processeddataset.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/rawdataset.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/tests/test_gallery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/output.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/NabuBaseReconstructor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/filter.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/method.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/mode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/nabucommon.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/padding.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/phase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/plane.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/stages.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/target.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/test/test_NabuBaseReconstructor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/test/test_nabu_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/test/test_slice_interpreter.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/common/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/anglemode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/cor_resource.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/exception.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/mode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/projectiontype.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/cor/side.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/darkflat/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/darkflat/settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/MultiBaseParams.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multicor/multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multicor/params.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multipag/multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/multipag/params.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/reconstructions.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/scores/ComputedScore.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/scores/ScoreMethod.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/scores/compute.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/multi/scores/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/output.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/params_cache.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/paramsbase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/slice/NabuSliceMode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/slice/SingleSliceRunner.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/slice/SliceInterpreter.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/slice/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/slice/slices.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_anglemode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_scores.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/utils/LastReceivedScansDict.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/utils/cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/reconstruction/volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/signal.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/_Launcher.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/ewoks.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/_image_from_file.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/_host.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/DataDiscoveryWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/_ControlWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/_DataDiscoveryConfigWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/_MainWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/data_discovery/_observer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/icons.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CalculationWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CoRMainWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CoROptionsWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CoRSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/CompareImages.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/ControlWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/EstimatedCoRWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/EstimatedCorComboBox.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/InputWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/ManualFramesSelection.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/darkflat/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/darkflat/darkflatcopywidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/darkflat/darkflatwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/CoRScorePlot.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/MultiCoRTabWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/NabuAutoCorDiag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/QMultiCoRParams.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/dimensionwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/sliceselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/DBScorePlot.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/MultiPagSelectionWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/MultiPagTabWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/MultiPagWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/QMultiPagParams.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/castvolume/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/dialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/method.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/model.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/mainwindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_config.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plots_widget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/estimate_motion/nabu_config_widget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/paddingmode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/stages.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/test_NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/slices/tests/test_NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_delta_beta_selector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/test/test_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelectorDialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/SliceSelector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/nabu/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/scores/actions/_ScoresPlotAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/scores/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/tests/test_nabu.py +2 -2
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/_QSpinBox.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/tests/test_cor_gui.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/tests/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/HDF5DatasetSelector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-2.0.0.dev7/src/tomwer/gui/visualization/volume_viewer → tomwer-2.0.1.dev0/src/tomwer/gui/utils}/_ProcessingOverlay.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/_outputdir.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/host_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/locale.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/reconstruction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/slice_selector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/tests/test_host_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/validators.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/TomoPlot2D.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/diffviewer/frametype.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/displaymode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/radiomode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/slicemode.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/CoordinateSystemOverlay.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/GeometryOrMetadataWidget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWindow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/_CrossHairs.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/_HorizontalSliderWithBrowser.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/_ReconstructionParameters.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ColorBarAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_OpenGLAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowAxesAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemLabelAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCrosshairsAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowPlotToolBarAction.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/tests/test_VolumeViewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volume_viewer/toolbar.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/processlog.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/_common/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/_common/data.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/_common/process.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/_common/tomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/_common/volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/cluster/future_supervisor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/cluster/slurm_cluster.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/control/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/edit/dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/edit/imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/field_validators/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/field_validators/cluster_config.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/cast_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/compute_dark_flat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/copy_reduced_frames.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/estimate_motion_io.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/nabu_settings.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/nabu_slices.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/nabu_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/reconstruction/reduced_frames.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/models/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/crosshairs.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/crosshairs.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/hide_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/lr_mirroring.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/lr_mirroring.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/red_dot.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/reset_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/show_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/show_coordinate_system_label.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/show_plot_toolbars.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/ud_mirroring.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/ud_mirroring.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/modelization_sample_stage.png +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/resources/video.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/stacks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/datawatcher.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/emailnotifier.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/scanlist.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tests/test_conditions.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tests/test_email.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tests/test_h52nx_process.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/tomoobjseries.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/castvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/config.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/copydarkflat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/nabuvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/reducedarkflat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/slices.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_castvolume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_dark_and_flat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_darkflat_copy.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_nabu_estimate_motion.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/reconstruction/tests/test_nabu_multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/script/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/script/python.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/script/tests/test_script.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/stitching/nabustitcher.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/task.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/diffviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/imagestackviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/radiostack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/samplemoved.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/slicestack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tasks/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_copy_reduced_dark_flat_widget.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_slices.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkflat.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/tasks/visualization/test_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/tests/utils.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/third_part/FrameBrowser.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/third_part/OverlayMixIn.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/third_part/qitem_model_resetter.py +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/pkg_info +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer.egg-info/sources.txt +0 -0
- {tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/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.
|
|
3
|
+
Version: 2.0.1.dev0
|
|
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>
|
|
6
6
|
License: MIT
|
|
@@ -61,12 +61,12 @@ Requires-Dist: pyicat_plus; extra == "full-base"
|
|
|
61
61
|
Requires-Dist: blissdata; extra == "full-base"
|
|
62
62
|
Provides-Extra: full-no-cuda
|
|
63
63
|
Requires-Dist: tomwer[full_base]; extra == "full-no-cuda"
|
|
64
|
-
Requires-Dist: nabu
|
|
64
|
+
Requires-Dist: nabu<2026.2,>=2026.1.0; extra == "full-no-cuda"
|
|
65
65
|
Requires-Dist: PyQt6; extra == "full-no-cuda"
|
|
66
66
|
Requires-Dist: qtawesome; extra == "full-no-cuda"
|
|
67
67
|
Provides-Extra: full-no-qt
|
|
68
68
|
Requires-Dist: tomwer[full_base]; extra == "full-no-qt"
|
|
69
|
-
Requires-Dist: nabu[full]
|
|
69
|
+
Requires-Dist: nabu[full]<2026.2,>=2026.1.0; extra == "full-no-qt"
|
|
70
70
|
Requires-Dist: pycuda<2024.1.1; extra == "full-no-qt"
|
|
71
71
|
Requires-Dist: scikit-cuda; extra == "full-no-qt"
|
|
72
72
|
Requires-Dist: PyQt6; extra == "full-no-qt"
|
|
@@ -67,13 +67,13 @@ full_base = [
|
|
|
67
67
|
]
|
|
68
68
|
full_no_cuda = [
|
|
69
69
|
"tomwer[full_base]",
|
|
70
|
-
"nabu>=
|
|
70
|
+
"nabu>=2026.1.0,<2026.2",
|
|
71
71
|
"PyQt6",
|
|
72
72
|
'qtawesome', # For icons
|
|
73
73
|
]
|
|
74
74
|
full_no_qt = [
|
|
75
75
|
"tomwer[full_base]",
|
|
76
|
-
"nabu[full]>=
|
|
76
|
+
"nabu[full]>=2026.1.0,<2026.2",
|
|
77
77
|
"pycuda<2024.1.1",
|
|
78
78
|
"scikit-cuda",
|
|
79
79
|
"PyQt6",
|
{tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py
RENAMED
|
@@ -87,20 +87,26 @@ class MonitorOW(
|
|
|
87
87
|
pass
|
|
88
88
|
|
|
89
89
|
@Inputs.future_tomo_obj
|
|
90
|
-
def
|
|
90
|
+
def _newFutureReceived(self, future_tomo_obj, *args, **kwargs):
|
|
91
91
|
future_tomo_obj = unpack_variable(future_tomo_obj)
|
|
92
92
|
|
|
93
93
|
if future_tomo_obj is None:
|
|
94
94
|
future_tomo_obj = MISSING_DATA
|
|
95
95
|
self.set_dynamic_input("future_tomo_obj", future_tomo_obj)
|
|
96
96
|
if future_tomo_obj is not MISSING_DATA:
|
|
97
|
+
has_already_futures = len(self._widget.futureTomoObjs()) > 0
|
|
97
98
|
self._widget.addFutureTomoObj(future_tomo_obj=future_tomo_obj)
|
|
98
99
|
self.execute_ewoks_task()
|
|
100
|
+
if not has_already_futures:
|
|
101
|
+
self._startProcessing()
|
|
99
102
|
|
|
100
103
|
def _output_changed(self):
|
|
101
|
-
future_tomo_obj_to_remove = self.
|
|
102
|
-
if future_tomo_obj_to_remove:
|
|
103
|
-
self._widget.removeFutureTomoObj(future_tomo_obj_to_remove
|
|
104
|
+
future_tomo_obj_to_remove = self.get_task_input_value("future_tomo_obj", None)
|
|
105
|
+
if future_tomo_obj_to_remove is not None:
|
|
106
|
+
self._widget.removeFutureTomoObj(future_tomo_obj_to_remove)
|
|
107
|
+
has_remaining_future = len(self._widget.futureTomoObjs()) > 0
|
|
108
|
+
if not has_remaining_future:
|
|
109
|
+
self._endProcessing()
|
|
104
110
|
return super()._output_changed()
|
|
105
111
|
|
|
106
112
|
|
|
@@ -17,6 +17,9 @@ from tomwer.tasks.reconstruction.castvolume import CastVolumeTask
|
|
|
17
17
|
from orangecontrib.tomwer.orange.task_widgets.TomwerWidgetWithStack import (
|
|
18
18
|
TomwerWidgetWithStack,
|
|
19
19
|
)
|
|
20
|
+
from tomwer.gui.reconstruction.nabu.castvolume._check import (
|
|
21
|
+
check_volume_to_reconstruct as _check_volume_to_reconstruct,
|
|
22
|
+
)
|
|
20
23
|
from orangecontrib.tomwer.orange.ewoks_compatibility import unpack_variable
|
|
21
24
|
from processview.core.manager import DatasetState, ProcessManager
|
|
22
25
|
|
|
@@ -158,21 +161,13 @@ class CastNabuVolumeOW(
|
|
|
158
161
|
self.set_dynamic_input("cluster_config", cluster_config.to_dict())
|
|
159
162
|
|
|
160
163
|
def _process(self, data: TomwerScanBase | None, volume: TomwerVolumeBase | None):
|
|
161
|
-
|
|
164
|
+
|
|
165
|
+
can_process, volume = _check_volume_to_reconstruct(data=data, volume=volume)
|
|
166
|
+
if not can_process:
|
|
162
167
|
return
|
|
168
|
+
|
|
163
169
|
self._last_data = data
|
|
164
170
|
self._last_volume = volume
|
|
165
|
-
# check types
|
|
166
|
-
if data is not None and not isinstance(data, TomwerScanBase):
|
|
167
|
-
raise TypeError(
|
|
168
|
-
f"scan is expected to be an instance of {TomwerScanBase} not {type(data)}"
|
|
169
|
-
)
|
|
170
|
-
if volume is not None and not isinstance(volume, TomwerVolumeBase):
|
|
171
|
-
raise TypeError(
|
|
172
|
-
f"volume is expected to be an instance of {TomwerVolumeBase} not {type(volume)}"
|
|
173
|
-
)
|
|
174
|
-
if data is None and volume is None:
|
|
175
|
-
raise ValueError("The scan of the volume should be given. Not both")
|
|
176
171
|
|
|
177
172
|
if self._window.isInteractive():
|
|
178
173
|
# handling when in interactive mode
|
|
@@ -318,10 +318,12 @@ class MultiPagOW(
|
|
|
318
318
|
def _updateAccordingToResult(self):
|
|
319
319
|
scan = self.get_task_output_value("data", None)
|
|
320
320
|
|
|
321
|
-
if not isinstance(scan, TomwerScanBase):
|
|
322
|
-
raise TypeError("scan is expected to be an instance of TomwerScanBase")
|
|
323
321
|
if scan is None:
|
|
324
322
|
return
|
|
323
|
+
if not isinstance(scan, TomwerScanBase):
|
|
324
|
+
raise TypeError(
|
|
325
|
+
f"scan is expected to be an instance of TomwerScanBase. Got {type(scan)}"
|
|
326
|
+
)
|
|
325
327
|
|
|
326
328
|
self._widget.setDBScores(
|
|
327
329
|
scan.multipag_params.scores,
|
|
@@ -9,7 +9,7 @@ from silx.gui import qt
|
|
|
9
9
|
from sluurp.utils import get_partitions, get_partition_gpus, get_partition_walltime
|
|
10
10
|
|
|
11
11
|
from tomwer.core.settings import SlurmSettings, SlurmSettingsMode
|
|
12
|
-
from tomwer.gui import
|
|
12
|
+
from tomwer.gui.utils._warning import WarningLabel as _WarningLabel
|
|
13
13
|
from tomwer.gui.utils.qt_utils import block_signals
|
|
14
14
|
from tomwer.gui.configuration.action import (
|
|
15
15
|
BasicConfigurationAction,
|
|
@@ -186,21 +186,15 @@ class SlurmSettingsWidget(qt.QWidget):
|
|
|
186
186
|
self._connectSignals()
|
|
187
187
|
|
|
188
188
|
def _initWarningLabels(self) -> None:
|
|
189
|
-
|
|
190
|
-
self._warning_opd_p9 = qt.QLabel("")
|
|
191
|
-
self._warning_opd_p9.setPixmap(warning_icon.pixmap(20, state=qt.QIcon.On))
|
|
189
|
+
self._warning_opd_p9 = _WarningLabel("")
|
|
192
190
|
self._warning_opd_p9.setToolTip(
|
|
193
191
|
f"'{get_login()}' account cannot submit job on p9 architecture"
|
|
194
192
|
)
|
|
195
|
-
self._warning_opd_export_opts =
|
|
196
|
-
self._warning_opd_export_opts.setPixmap(
|
|
197
|
-
warning_icon.pixmap(20, state=qt.QIcon.On)
|
|
198
|
-
)
|
|
193
|
+
self._warning_opd_export_opts = _WarningLabel("")
|
|
199
194
|
self._warning_opd_export_opts.setToolTip(
|
|
200
195
|
f"'{get_login()}' account needs to export job with ALL option (advanced settings)"
|
|
201
196
|
)
|
|
202
|
-
self._warningWallTime =
|
|
203
|
-
self._warningWallTime.setPixmap(warning_icon.pixmap(20, state=qt.QIcon.On))
|
|
197
|
+
self._warningWallTime = _WarningLabel("")
|
|
204
198
|
|
|
205
199
|
def _initInputs(self, n_gpu: int, jobLimitation: int | None) -> None:
|
|
206
200
|
layout = self.layout()
|
|
@@ -10,9 +10,9 @@ from __future__ import annotations
|
|
|
10
10
|
|
|
11
11
|
from silx.gui import qt
|
|
12
12
|
from typing import get_args
|
|
13
|
+
import qtawesome
|
|
13
14
|
|
|
14
15
|
from tomwer.models.conditions.filters import InputModel
|
|
15
|
-
from tomwer.gui import icons
|
|
16
16
|
from tomwer.gui.utils.sandboxes import (
|
|
17
17
|
RegularExpressionSandBox,
|
|
18
18
|
RegularExpressionSandBoxDialog,
|
|
@@ -55,9 +55,8 @@ class FileNameFilterWidget(qt.QWidget):
|
|
|
55
55
|
self._patternLE.setToolTip(self.getPatternTooltip())
|
|
56
56
|
self.layout().addWidget(self._patternLE, 2, 1)
|
|
57
57
|
|
|
58
|
-
icon =
|
|
58
|
+
icon = qtawesome.icon("ei.info-circle")
|
|
59
59
|
self._sandBoxPB = qt.QPushButton(icon=icon, parent=self)
|
|
60
|
-
# self._sandBoxPB.setPixmap(icon.pixmap(qt.QSize(32, 32)))
|
|
61
60
|
self._sandBoxPB.setToolTip(RegularExpressionSandBox.description())
|
|
62
61
|
self._sandBoxPB.pressed.connect(self._showSandBox)
|
|
63
62
|
self.layout().addWidget(self._sandBoxPB, 2, 2)
|
|
@@ -3,6 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
|
|
4
4
|
from silx.gui import qt
|
|
5
5
|
|
|
6
|
+
import qtawesome
|
|
6
7
|
from tomwer.gui import icons as tomwericons
|
|
7
8
|
|
|
8
9
|
|
|
@@ -12,7 +13,7 @@ class HistoryAction(qt.QAction):
|
|
|
12
13
|
"""
|
|
13
14
|
|
|
14
15
|
def __init__(self, parent):
|
|
15
|
-
icon =
|
|
16
|
+
icon = qtawesome.icon("mdi.history")
|
|
16
17
|
qt.QAction.__init__(self, icon, "history", parent)
|
|
17
18
|
self.setCheckable(True)
|
|
18
19
|
|
|
@@ -34,7 +35,7 @@ class ObservationAction(qt.QAction):
|
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
37
|
def __init__(self, parent):
|
|
37
|
-
icon =
|
|
38
|
+
icon = qtawesome.icon("ph.magnifying-glass")
|
|
38
39
|
qt.QAction.__init__(self, icon, "observations", parent)
|
|
39
40
|
self.setCheckable(True)
|
|
40
41
|
|
|
@@ -489,7 +489,7 @@ class NXtomoEditor(qt.QWidget):
|
|
|
489
489
|
scan.field_of_view is not None and scan.field_of_view is FOV.HALF
|
|
490
490
|
)
|
|
491
491
|
else:
|
|
492
|
-
is_half_acq: None | bool =
|
|
492
|
+
is_half_acq: None | bool = scan.get_half_acquisition_or_fov()
|
|
493
493
|
if is_half_acq is None:
|
|
494
494
|
return
|
|
495
495
|
elif is_half_acq:
|
|
@@ -5,7 +5,7 @@ from silx.gui import qt
|
|
|
5
5
|
from silx.io.utils import open as open_hdf5
|
|
6
6
|
|
|
7
7
|
from tomwer.core.scan.nxtomoscan import NXtomoScan
|
|
8
|
-
from tomwer.gui import
|
|
8
|
+
from tomwer.gui.utils._warning import WarningLabel as _WarningLabel
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class NXtomoProxyWarmer(qt.QWidget):
|
|
@@ -18,14 +18,12 @@ class NXtomoProxyWarmer(qt.QWidget):
|
|
|
18
18
|
self.setLayout(qt.QHBoxLayout())
|
|
19
19
|
# icon
|
|
20
20
|
# warning about requires parameters from a nabu slice reconstruction
|
|
21
|
-
self._warningIcon =
|
|
21
|
+
self._warningIcon = _WarningLabel(
|
|
22
22
|
"It seems this entry points to a soft link. Be carreful. Editing metadata will affect another file",
|
|
23
23
|
parent=self,
|
|
24
24
|
)
|
|
25
25
|
self._warningIcon.setSizePolicy(qt.QSizePolicy.Minimum, qt.QSizePolicy.Minimum)
|
|
26
26
|
self._warningIcon.setAlignment(qt.Qt.AlignRight | qt.Qt.AlignVCenter)
|
|
27
|
-
warning_icon = icons.getQIcon("warning")
|
|
28
|
-
self._warningIcon.setPixmap(warning_icon.pixmap(20, 20))
|
|
29
27
|
self.layout().addWidget(self._warningIcon)
|
|
30
28
|
# label
|
|
31
29
|
self._warningLabel = qt.QLabel(
|
|
@@ -73,7 +73,7 @@ def test_nx_editor(
|
|
|
73
73
|
nx_tomo.energy = energy
|
|
74
74
|
nx_tomo.instrument.detector.x_pixel_size = detector_x_pixel_size
|
|
75
75
|
nx_tomo.instrument.detector.y_pixel_size = detector_y_pixel_size
|
|
76
|
-
nx_tomo.instrument.detector.
|
|
76
|
+
nx_tomo.instrument.detector.half_acquisition = FOV(field_of_view) is FOV.HALF
|
|
77
77
|
nx_tomo.instrument.detector.distance = sample_detector_distance
|
|
78
78
|
nx_tomo.instrument.detector.image_key_control = [ImageKey.PROJECTION.value] * 12
|
|
79
79
|
nx_tomo.instrument.detector.data = numpy.empty(shape=(12, 10, 10))
|
|
@@ -230,7 +230,8 @@ class CoRWidget(qt.QMainWindow):
|
|
|
230
230
|
|
|
231
231
|
# update visualization
|
|
232
232
|
self._scan = _scan
|
|
233
|
-
self._settingsWidget
|
|
233
|
+
with block_signals(self._settingsWidget):
|
|
234
|
+
self._settingsWidget.setScan(scan=self._scan)
|
|
234
235
|
self._updatePlot()
|
|
235
236
|
self.getPlot().getPlot().resetZoom()
|
|
236
237
|
|
|
@@ -245,7 +246,6 @@ class CoRWidget(qt.QMainWindow):
|
|
|
245
246
|
if self._scan is None:
|
|
246
247
|
return
|
|
247
248
|
cor_params = self._scan.cor_params
|
|
248
|
-
print("scan is", self._scan.get_identifier())
|
|
249
249
|
if coreAngleMode is CoRAngleMode.manual_selection:
|
|
250
250
|
manual_sel_widget = (
|
|
251
251
|
self._settingsWidget._mainWidget._inputWidget._angleModeWidget._manualFrameSelection
|
{tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py
RENAMED
|
@@ -3,12 +3,12 @@ from __future__ import annotations
|
|
|
3
3
|
import pint
|
|
4
4
|
import numpy
|
|
5
5
|
import logging
|
|
6
|
+
import qtawesome
|
|
6
7
|
from silx.gui import qt
|
|
7
8
|
|
|
8
9
|
from tomwer.core.reconstruction.multi.multicor.params import ReconstructionMode
|
|
9
10
|
from tomwer.core.reconstruction.multi.scores.ScoreMethod import ScoreMethod
|
|
10
11
|
from tomwer.core.reconstruction.common.utils import slice_index_to_int
|
|
11
|
-
from tomwer.gui import icons
|
|
12
12
|
from tomwer.gui.reconstruction.multicor.NabuAutoCorDiag import NabuAutoCorDiag
|
|
13
13
|
from tomwer.gui.reconstruction.multicor.MultiCoRTabWidget import MultiCoRTabWidget
|
|
14
14
|
from tomwer.gui.reconstruction.scores.control import ControlWidget
|
|
@@ -84,7 +84,7 @@ class MultiCoRWindow(qt.QMainWindow):
|
|
|
84
84
|
self._automaticCorWidget.setWindowTitle(
|
|
85
85
|
"compute estimated center of rotation"
|
|
86
86
|
)
|
|
87
|
-
auto_cor_icon =
|
|
87
|
+
auto_cor_icon = qtawesome.icon("mdi.auto-fix")
|
|
88
88
|
self._automaticCorWidget.setWindowIcon(auto_cor_icon)
|
|
89
89
|
self._automaticCorWidget.sigRequestAutoCor.connect(self.computeEstimatedCor)
|
|
90
90
|
return self._automaticCorWidget
|
{tomwer-2.0.0.dev7 → tomwer-2.0.1.dev0}/src/tomwer/gui/reconstruction/multicor/corrangeselector.py
RENAMED
|
@@ -7,6 +7,7 @@ from __future__ import annotations
|
|
|
7
7
|
import functools
|
|
8
8
|
import logging
|
|
9
9
|
import weakref
|
|
10
|
+
import qtawesome
|
|
10
11
|
|
|
11
12
|
import numpy
|
|
12
13
|
from silx.gui import icons as silxicons
|
|
@@ -22,7 +23,6 @@ from tomwer.core.reconstruction.utils.cor import (
|
|
|
22
23
|
relative_pos_to_absolute,
|
|
23
24
|
)
|
|
24
25
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
25
|
-
from tomwer.gui import icons
|
|
26
26
|
from tomwer.gui.fonts import FONT_IMPORTANT, FONT_MEDIUM
|
|
27
27
|
from tomwer.gui.reconstruction.multicor.sliceselector import SliceSelector
|
|
28
28
|
from tomwer.gui.utils.lineselector import QSliceSelectorDialog
|
|
@@ -482,7 +482,7 @@ class _EstimatedCoRWidget(qt.QGroupBox):
|
|
|
482
482
|
# auto cor button
|
|
483
483
|
if self.__hasAutoCoROpt:
|
|
484
484
|
self._autoCorPB = qt.QPushButton("auto cor", self)
|
|
485
|
-
auto_cor_icon =
|
|
485
|
+
auto_cor_icon = qtawesome.icon("mdi.auto-fix")
|
|
486
486
|
self._autoCorPB.setIcon(auto_cor_icon)
|
|
487
487
|
self.layout().addWidget(self._autoCorPB, 3, 1, 1, 1)
|
|
488
488
|
|
|
@@ -46,6 +46,9 @@ class CastVolumeWidget(qt.QWidget):
|
|
|
46
46
|
sigProcessRequested = qt.Signal()
|
|
47
47
|
"""Signal emitted when the user requests manual processing in interactive mode"""
|
|
48
48
|
|
|
49
|
+
_AUTOMATIC_MODE_TXT = "automatic mode"
|
|
50
|
+
_INTERACTIVE_MODE_TXT = "interactive mode"
|
|
51
|
+
|
|
49
52
|
def __init__(self, parent) -> None:
|
|
50
53
|
super().__init__(parent=parent)
|
|
51
54
|
self.setLayout(qt.QVBoxLayout())
|
|
@@ -83,15 +86,16 @@ class CastVolumeWidget(qt.QWidget):
|
|
|
83
86
|
self._bottomBar = qt.QWidget(self)
|
|
84
87
|
self._bottomBar.setLayout(qt.QHBoxLayout())
|
|
85
88
|
self._bottomBar.layout().setContentsMargins(1, 0, 1, 2)
|
|
86
|
-
self.
|
|
87
|
-
self.
|
|
89
|
+
self._autoModeLock = PadlockButton(self._bottomBar)
|
|
90
|
+
self._autoModeLock.setToolTip(
|
|
88
91
|
"Lock to enable interactive mode: processing is paused and you can "
|
|
89
92
|
"adjust min/max values manually before triggering execution."
|
|
90
93
|
)
|
|
91
|
-
self._bottomBar.layout().addWidget(self.
|
|
92
|
-
self.
|
|
93
|
-
|
|
94
|
+
self._bottomBar.layout().addWidget(self._autoModeLock)
|
|
95
|
+
self._autoOrInteractiveLabel = qt.QLabel(
|
|
96
|
+
self._AUTOMATIC_MODE_TXT, self._bottomBar
|
|
94
97
|
)
|
|
98
|
+
self._bottomBar.layout().addWidget(self._autoOrInteractiveLabel)
|
|
95
99
|
self._bottomBar.layout().addStretch()
|
|
96
100
|
self._processBut = qt.QPushButton("Process", self._bottomBar)
|
|
97
101
|
self._processBut.setEnabled(False)
|
|
@@ -99,9 +103,12 @@ class CastVolumeWidget(qt.QWidget):
|
|
|
99
103
|
self._bottomBar.layout().addWidget(self._processBut)
|
|
100
104
|
self.layout().addWidget(self._bottomBar)
|
|
101
105
|
|
|
106
|
+
# set up
|
|
107
|
+
self.setInteractive(False)
|
|
108
|
+
|
|
102
109
|
# connections
|
|
103
110
|
self._settingsWidget.sigConfigChanged.connect(self._onConfigChanged)
|
|
104
|
-
self.
|
|
111
|
+
self._autoModeLock.sigLockChanged.connect(self._onInteractiveModeChanged)
|
|
105
112
|
self._processBut.clicked.connect(self.sigProcessRequested)
|
|
106
113
|
self._histogramWidget.sigRangeChanged.connect(self._onHistogramRangeChanged)
|
|
107
114
|
|
|
@@ -110,10 +117,12 @@ class CastVolumeWidget(qt.QWidget):
|
|
|
110
117
|
# ------------------------------------------------------------------
|
|
111
118
|
|
|
112
119
|
def isInteractive(self) -> bool:
|
|
113
|
-
return self.
|
|
120
|
+
return not self._autoModeLock.isLocked()
|
|
114
121
|
|
|
115
122
|
def setInteractive(self, interactive: bool) -> None:
|
|
116
|
-
self.
|
|
123
|
+
self._autoModeLock.setLock(not interactive)
|
|
124
|
+
label = self._INTERACTIVE_MODE_TXT if interactive else self._AUTOMATIC_MODE_TXT
|
|
125
|
+
self._autoOrInteractiveLabel.setText(label)
|
|
117
126
|
|
|
118
127
|
def setInteractiveControlsVisible(self, visible: bool) -> None:
|
|
119
128
|
"""Show or hide the bottom bar (padlock, label, Process button).
|
|
@@ -124,7 +133,8 @@ class CastVolumeWidget(qt.QWidget):
|
|
|
124
133
|
"""
|
|
125
134
|
self._bottomBar.setVisible(visible)
|
|
126
135
|
|
|
127
|
-
def _onInteractiveModeChanged(self,
|
|
136
|
+
def _onInteractiveModeChanged(self, toogled: bool) -> None:
|
|
137
|
+
interactive = self.isInteractive()
|
|
128
138
|
self._processBut.setEnabled(interactive)
|
|
129
139
|
self._histogramWidget.setVisible(interactive)
|
|
130
140
|
self._slicePreviewWidget.setVisible(interactive)
|
|
@@ -5,6 +5,7 @@ import logging
|
|
|
5
5
|
from silx.gui import qt
|
|
6
6
|
from nabu.io.cast_volume import find_histogram
|
|
7
7
|
from silx.io.utils import get_data
|
|
8
|
+
from tomwer.core.volume.volumebase import TomwerVolumeBase
|
|
8
9
|
|
|
9
10
|
_logger = logging.Logger(__file__)
|
|
10
11
|
|
|
@@ -15,7 +16,7 @@ class _HistogramLoader(qt.QThread):
|
|
|
15
16
|
sigHistogramLoaded = qt.Signal(object, object)
|
|
16
17
|
"""Emitted with (counts, edges) arrays on success, or (None, None) on failure"""
|
|
17
18
|
|
|
18
|
-
def __init__(self, volume, parent=None):
|
|
19
|
+
def __init__(self, volume: TomwerVolumeBase, parent=None):
|
|
19
20
|
super().__init__(parent=parent)
|
|
20
21
|
self._volume = volume
|
|
21
22
|
|
|
@@ -14,6 +14,9 @@ _HISTOGRAM_COLOR = "#2166ac" # blue
|
|
|
14
14
|
_MIN_COLOR = "#1a9641" # green – left boundary
|
|
15
15
|
_MAX_COLOR = "#d73027" # red – right boundary
|
|
16
16
|
|
|
17
|
+
_MOVE_THROTTLE_MS = 100
|
|
18
|
+
"""Minimum delay between two 'sigRangeChanged' emissions while a marker is being dragged."""
|
|
19
|
+
|
|
17
20
|
|
|
18
21
|
class HistogramWidget(qt.QWidget):
|
|
19
22
|
"""Silx PlotWidget showing a volume histogram with draggable min/max markers.
|
|
@@ -32,6 +35,7 @@ class HistogramWidget(qt.QWidget):
|
|
|
32
35
|
self.setLayout(qt.QVBoxLayout())
|
|
33
36
|
self.layout().setContentsMargins(0, 0, 0, 0)
|
|
34
37
|
self._plot = PlotWidget(self)
|
|
38
|
+
self._plot.setGraphTitle("Input Volume Histogram")
|
|
35
39
|
self._plot.setYAxisLogarithmic(True)
|
|
36
40
|
self._plot.getYAxis().setLabel("counts")
|
|
37
41
|
self._plot.getXAxis().setLabel("value")
|
|
@@ -42,6 +46,10 @@ class HistogramWidget(qt.QWidget):
|
|
|
42
46
|
self._waitingOverlay.hide()
|
|
43
47
|
self.__minMarker = None
|
|
44
48
|
self.__maxMarker = None
|
|
49
|
+
self.__moveTimer = qt.QTimer(self)
|
|
50
|
+
self.__moveTimer.setSingleShot(True)
|
|
51
|
+
self.__moveTimer.timeout.connect(self._onMoveTimerTimeout)
|
|
52
|
+
self.__pendingEmit = False
|
|
45
53
|
|
|
46
54
|
def setLoading(self, loading: bool) -> None:
|
|
47
55
|
self._waitingOverlay.setVisible(loading)
|
|
@@ -110,11 +118,27 @@ class HistogramWidget(qt.QWidget):
|
|
|
110
118
|
if label not in ("min", "max"):
|
|
111
119
|
return
|
|
112
120
|
if event_type == "markerMoving":
|
|
113
|
-
self.
|
|
121
|
+
self._throttledEmitCurrentRange()
|
|
114
122
|
elif event_type == "markerMoved":
|
|
123
|
+
self.__moveTimer.stop()
|
|
124
|
+
self.__pendingEmit = False
|
|
115
125
|
self._enforceOrder()
|
|
116
126
|
self._emitCurrentRange()
|
|
117
127
|
|
|
128
|
+
def _throttledEmitCurrentRange(self):
|
|
129
|
+
"""Emit at most once every `_MOVE_THROTTLE_MS` while a marker is being dragged."""
|
|
130
|
+
if self.__moveTimer.isActive():
|
|
131
|
+
self.__pendingEmit = True
|
|
132
|
+
return
|
|
133
|
+
self._emitCurrentRange()
|
|
134
|
+
self.__moveTimer.start(_MOVE_THROTTLE_MS)
|
|
135
|
+
|
|
136
|
+
def _onMoveTimerTimeout(self):
|
|
137
|
+
if self.__pendingEmit:
|
|
138
|
+
self.__pendingEmit = False
|
|
139
|
+
self._emitCurrentRange()
|
|
140
|
+
self.__moveTimer.start(_MOVE_THROTTLE_MS)
|
|
141
|
+
|
|
118
142
|
def _enforceOrder(self):
|
|
119
143
|
"""If the min marker is to the right of the max marker, swap their positions."""
|
|
120
144
|
min_marker = self._getMinMarker()
|
|
@@ -237,7 +237,7 @@ class CastVolumeSettingsWidget(qt.QWidget):
|
|
|
237
237
|
with blockSignals(self._minMaxAuto):
|
|
238
238
|
self._minMaxAuto.setChecked(False)
|
|
239
239
|
with blockSignals(self._minPixValue):
|
|
240
|
-
self._minPixValue.setText(
|
|
240
|
+
self._minPixValue.setText(f"{value:.4f}")
|
|
241
241
|
self._updatePixMinMaxVis()
|
|
242
242
|
|
|
243
243
|
def getDataMax(self) -> float | None:
|
|
@@ -253,7 +253,7 @@ class CastVolumeSettingsWidget(qt.QWidget):
|
|
|
253
253
|
with blockSignals(self._minMaxAuto):
|
|
254
254
|
self._minMaxAuto.setChecked(False)
|
|
255
255
|
with blockSignals(self._maxPixValue):
|
|
256
|
-
self._maxPixValue.setText(
|
|
256
|
+
self._maxPixValue.setText(f"{value:.4f}")
|
|
257
257
|
self._updatePixMinMaxVis()
|
|
258
258
|
|
|
259
259
|
def setCompressionRatios(self, c_ratios: list | tuple | None) -> None:
|
|
@@ -2,10 +2,12 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import logging
|
|
4
4
|
import numpy
|
|
5
|
+
from functools import lru_cache as cache
|
|
5
6
|
from silx.gui import qt
|
|
6
7
|
from silx.gui.widgets.WaitingOverlay import WaitingOverlay
|
|
7
8
|
|
|
8
9
|
from tomwer.gui.visualization.TomoPlot2D import TomoPlot2D as _TomoPlot2D
|
|
10
|
+
from tomwer.gui.utils._ProcessingOverlay import ProcessingOverlay as _ProcessingOverlay
|
|
9
11
|
from tomwer.gui.utils.slice_selector import SliceIndexLineEdit as _SliceIndexLineEdit
|
|
10
12
|
from nabu.io.cast_volume import clamp_and_rescale_data
|
|
11
13
|
|
|
@@ -19,10 +21,16 @@ class _SliceLoader(qt.QThread):
|
|
|
19
21
|
"""Emitted with the rescaled numpy array, or None on failure."""
|
|
20
22
|
|
|
21
23
|
def __init__(
|
|
22
|
-
self,
|
|
24
|
+
self,
|
|
25
|
+
get_raw_slice,
|
|
26
|
+
index,
|
|
27
|
+
output_data_type,
|
|
28
|
+
data_min,
|
|
29
|
+
data_max,
|
|
30
|
+
parent=None,
|
|
23
31
|
):
|
|
24
32
|
super().__init__(parent=parent)
|
|
25
|
-
self.
|
|
33
|
+
self._get_raw_slice = get_raw_slice
|
|
26
34
|
self._index = index
|
|
27
35
|
self._output_data_type = output_data_type
|
|
28
36
|
self._data_min = data_min
|
|
@@ -30,7 +38,7 @@ class _SliceLoader(qt.QThread):
|
|
|
30
38
|
|
|
31
39
|
def run(self):
|
|
32
40
|
try:
|
|
33
|
-
slice_data = self.
|
|
41
|
+
slice_data = self._get_raw_slice(self._index)
|
|
34
42
|
if slice_data is None:
|
|
35
43
|
self.sigSliceLoaded.emit(None)
|
|
36
44
|
return
|
|
@@ -87,6 +95,12 @@ class _SlicePreviewWidget(qt.QWidget):
|
|
|
87
95
|
self._waitingOverlay = WaitingOverlay(self._plot)
|
|
88
96
|
self._waitingOverlay.setIconSize(qt.QSize(30, 30))
|
|
89
97
|
self._waitingOverlay.hide()
|
|
98
|
+
# Overlay to notify during fast axis reading
|
|
99
|
+
self._processingOverlay = _ProcessingOverlay(
|
|
100
|
+
self._plot, img_size=qt.QSize(30, 35)
|
|
101
|
+
)
|
|
102
|
+
self._processingOverlay.setAlignmentOffsets((-10, 10))
|
|
103
|
+
self._processingOverlay.setVisible(False)
|
|
90
104
|
|
|
91
105
|
# internal state
|
|
92
106
|
self._volume = None
|
|
@@ -104,6 +118,7 @@ class _SlicePreviewWidget(qt.QWidget):
|
|
|
104
118
|
|
|
105
119
|
def setVolume(self, volume) -> None:
|
|
106
120
|
self._volume = volume
|
|
121
|
+
self._getRawSlice.cache_clear()
|
|
107
122
|
self._requestUpdate()
|
|
108
123
|
|
|
109
124
|
def setOutputDataType(self, dtype_str: str) -> None:
|
|
@@ -126,6 +141,12 @@ class _SlicePreviewWidget(qt.QWidget):
|
|
|
126
141
|
def _getSliceIndex(self):
|
|
127
142
|
return self._sliceSelector.sliceIndex()
|
|
128
143
|
|
|
144
|
+
@cache(maxsize=1)
|
|
145
|
+
def _getRawSlice(self, volume_identifier: str, index):
|
|
146
|
+
"""Cache of a single raw (pre-rescale) slice, avoids re-reading the same
|
|
147
|
+
slice from disk when only output_data_type / data_min / data_max change."""
|
|
148
|
+
return self._volume.get_slice(index=index, axis=0)
|
|
149
|
+
|
|
129
150
|
def _requestUpdate(self):
|
|
130
151
|
if self._volume is None:
|
|
131
152
|
return
|
|
@@ -139,8 +160,13 @@ class _SlicePreviewWidget(qt.QWidget):
|
|
|
139
160
|
self._sliceLoader.quit()
|
|
140
161
|
self._sliceLoader = None
|
|
141
162
|
self._waitingOverlay.show()
|
|
163
|
+
self._processingOverlay.setVisible(True)
|
|
164
|
+
try:
|
|
165
|
+
volume_identifier = self._volume.get_identifier().to_str()
|
|
166
|
+
except Exception:
|
|
167
|
+
volume_identifier = None
|
|
142
168
|
self._sliceLoader = _SliceLoader(
|
|
143
|
-
|
|
169
|
+
get_raw_slice=lambda index: self._getRawSlice(volume_identifier, index),
|
|
144
170
|
index=self._getSliceIndex(),
|
|
145
171
|
output_data_type=self._outputDataType,
|
|
146
172
|
data_min=self._dataMin,
|
|
@@ -152,5 +178,6 @@ class _SlicePreviewWidget(qt.QWidget):
|
|
|
152
178
|
|
|
153
179
|
def _onSliceLoaded(self, data) -> None:
|
|
154
180
|
self._waitingOverlay.hide()
|
|
181
|
+
self._processingOverlay.setVisible(False)
|
|
155
182
|
if data is not None:
|
|
156
183
|
self._plot.addImage(data, legend="preview", resetzoom=True)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from silx.gui import qt
|
|
4
|
+
|
|
5
|
+
from tomwer.core.scan.scanbase import TomwerScanBase as _TomwerScanBase
|
|
6
|
+
from tomwer.core.volume.volumebase import TomwerVolumeBase as _TomwerVolumeBase
|
|
7
|
+
from tomwer.core.volume.rawvolume import RawVolume
|
|
8
|
+
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
9
|
+
from tomwer.core.volume.volumebase import TomwerVolumeBase
|
|
10
|
+
from tomwer.core.volume.volumefactory import VolumeFactory
|
|
11
|
+
|
|
12
|
+
_raw_volume_warning_dialog: qt.QMessageBox | None = None
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def check_volume_to_reconstruct(
|
|
16
|
+
data: _TomwerScanBase | None, volume: _TomwerVolumeBase | None
|
|
17
|
+
) -> bool:
|
|
18
|
+
if data is None and volume is None:
|
|
19
|
+
return False, None
|
|
20
|
+
|
|
21
|
+
# check types
|
|
22
|
+
if data is not None and not isinstance(data, TomwerScanBase):
|
|
23
|
+
raise TypeError(
|
|
24
|
+
f"scan is expected to be an instance of {TomwerScanBase} not {type(data)}"
|
|
25
|
+
)
|
|
26
|
+
if volume is not None and not isinstance(volume, TomwerVolumeBase):
|
|
27
|
+
raise TypeError(
|
|
28
|
+
f"volume is expected to be an instance of {TomwerVolumeBase} not {type(volume)}"
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
if volume is None and data is None:
|
|
32
|
+
return False, volume
|
|
33
|
+
if volume is None and data.latest_vol_reconstructions:
|
|
34
|
+
volume = VolumeFactory.create_tomo_object_from_identifier(
|
|
35
|
+
data.latest_vol_reconstructions[0]
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
if volume is None:
|
|
39
|
+
return False, volume
|
|
40
|
+
|
|
41
|
+
if isinstance(volume, RawVolume):
|
|
42
|
+
_warn_raw_volume_not_supported(volume=volume)
|
|
43
|
+
return False, volume
|
|
44
|
+
|
|
45
|
+
return True, volume
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def _warn_raw_volume_not_supported(volume: _TomwerVolumeBase):
|
|
49
|
+
global _raw_volume_warning_dialog
|
|
50
|
+
if _raw_volume_warning_dialog is None:
|
|
51
|
+
_raw_volume_warning_dialog = qt.QMessageBox()
|
|
52
|
+
_raw_volume_warning_dialog.setWindowTitle("Unsupported volume format")
|
|
53
|
+
_raw_volume_warning_dialog.setText(
|
|
54
|
+
"RawVolume format is not supported for cast volume reconstruction.\n"
|
|
55
|
+
"Please select a different output volume format and reprocess.\n\n"
|
|
56
|
+
f"As a consequence '{volume.get_identifier()}' will not be cast."
|
|
57
|
+
)
|
|
58
|
+
_raw_volume_warning_dialog.setModal(False)
|
|
59
|
+
_raw_volume_warning_dialog.setIcon(qt.QMessageBox.Warning)
|
|
60
|
+
_raw_volume_warning_dialog.show()
|