tomwer 2.0.0.dev0__tar.gz → 2.0.0.dev2__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.dev0 → tomwer-2.0.0.dev2}/PKG-INFO +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/__init__.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/managedprocess.py +10 -10
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/orange/task_widgets/__init__.py +1 -0
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/__init__.py +1 -0
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/darks and flats copy - method 2.ows +42 -0
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/untitled.ows +15 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +3 -3
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +2 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +3 -3
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +1 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +2 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +3 -3
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +4 -4
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/CopyReducedDarkAndFlatOW.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/MultiCoROW.py +0 -16
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagOW.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multicor/multicor.py +0 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/ComputedScore.py +2 -10
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/ScoreMethod.py +0 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/compute.py +2 -39
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/scanutils.py +4 -1
- tomwer-2.0.0.dev2/src/tomwer/gui/__init__.py +1 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/conditions/filter.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/darkflat/darkflatwidget.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/MultiCoRTabWidget.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py +14 -13
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/DBScorePlot.py +2 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/MultiPagWindowBase.py +15 -12
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/castvolume.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWidget.py +1 -1
- tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/scores/actions/_ScoresPlotAction.py +30 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/scores/scoreplot.py +53 -70
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/vignettes.py +0 -6
- tomwer-2.0.0.dev2/src/tomwer/models/model/__init__.py +1 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/data.py +36 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/process.py +12 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/tomoobj.py +45 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/volume.py +26 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/cluster/future_supervisor.py +23 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/conditions/filters.py +26 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/datadiscovery.py +13 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/scanselector.py +13 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/singletomoobj.py +16 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/volumeselector.py +13 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/dataportal/publish.py +24 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/__init__.py +1 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/dark_flat_patch.py +13 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/imagekey_editor.py +13 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/imagekey_upgrader.py +13 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/cast_volume.py +1 -1
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/cast_volume.py +145 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/compute_dark_flat.py +56 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/copy_reduced_frames.py +140 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/cor.py +58 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/estimate_motion_io.py +44 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/multicor.py +73 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/nabu_settings.py +20 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/nabu_slices.py +78 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/nabu_volume.py +62 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/reduced_frames.py +46 -0
- tomwer-2.0.0.dev2/src/tomwer/models/visualization/dataviewer.py +8 -0
- tomwer-2.0.0.dev2/src/tomwer/models/visualization/volume_viewer.py +23 -0
- tomwer-2.0.0.dev2/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/tasks/cluster/__init__.py +1 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/cluster/supervisor.py +1 -1
- tomwer-2.0.0.dev2/src/tomwer/tasks/conditions/__init__.py +1 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/conditions/filters.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/datadiscovery.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/scanselector.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/singletomoobj.py +1 -1
- tomwer-2.0.0.dev2/src/tomwer/tasks/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/volumeselector.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/dataportal/publish.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/darkflatpatch.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/imagekey_upgrader.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/imagekeyeditor.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/copydarkflat.py +2 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/cor.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/castvolume.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/config.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/estimate_motion.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/multicor.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/multipag.py +0 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/nabuvolume.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/slices.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/reducedarkflat.py +2 -2
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_dark_and_flat.py +1 -1
- tomwer-2.0.0.dev2/src/tomwer/tasks/script/__init__.py +1 -0
- tomwer-2.0.0.dev2/src/tomwer/tasks/visualization/__init__.py +1 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/dataviewer.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/volume_viewer.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/version.py +1 -1
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer.egg-info/PKG-INFO +1 -1
- tomwer-2.0.0.dev2/src/tomwer.egg-info/SOURCES.txt +1061 -0
- tomwer-2.0.0.dev2/src/tomwer.egg-info/pkg_info +205 -0
- tomwer-2.0.0.dev0/src/tomwer.egg-info/SOURCES.txt → tomwer-2.0.0.dev2/src/tomwer.egg-info/sources.txt +70 -61
- tomwer-2.0.0.dev0/src/tomwer/app/canvas_launcher/schemeedit.py +0 -23
- tomwer-2.0.0.dev0/src/tomwer/gui/__init__.py +0 -3
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/LICENSE +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/README.rst +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/pyproject.toml +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/setup.cfg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/ewoks_compatibility.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetNoThread.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetOneThreadPerRun.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetWithStack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/orange/task_widgets → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/tests → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/id16b}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/multipag_example.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/using_multicor_to_find_cor.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/tutorials → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/cluster/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/BlissDataListenerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/_BlissDataListenerQThread.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/_datalistener.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/tutorials/id16b → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/control/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/cluster → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/debugtools}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/deprecated/VolumeviewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/deprecated/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/deprecated/_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/control → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/edit}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/deprecated.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/debugtools → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/other}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/BaseNabuRecOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/CoROW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/ComputeReduceDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSettingsOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_settings.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/edit → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/reconstruction}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/other → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/stitching}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/reconstruction → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/stitching → tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/visualization}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/__main__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas.py +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/tests → tomwer-2.0.0.dev2/src/tomwer/app/canvas_launcher}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/cor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/multicor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/multipag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-2.0.0.dev0/src/orangecontrib/tomwer/widgets/visualization/tests → tomwer-2.0.0.dev2/src/tomwer/app/stitching}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/_DataListener.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/app/canvas_launcher → tomwer-2.0.0.dev2/src/tomwer/core/control}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/app/stitching → tomwer-2.0.0.dev2/src/tomwer/core/control/datawatcher}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/datawatcher/status.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/binning.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/dracbase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/gallery.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/output.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/processeddataset.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/rawdataset.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/tests/test_gallery.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/output.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/control → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/cor}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/anglemode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/cor_resource.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/exception.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/mode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/params.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/projectiontype.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/cor/side.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/control/datawatcher → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/darkflat}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/darkflat/settings.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/MultiBaseParams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multicor/params.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multipag/multipag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/multipag/params.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/reconstructions.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/NabuBaseReconstructor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction/cor → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/filter.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/method.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/mode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/nabucommon.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/padding.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/phase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/plane.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/ringcorrection.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/settings.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/slice/NabuSliceMode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/slice/SingleSliceRunner.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/slice/SliceInterpreter.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction/darkflat → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu/slice}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/slice/slices.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/stages.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/target.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/test/test_nabu_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/test/test_slice_interpreter.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/nabu/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/normalization/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/normalization/params.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/output.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/params_cache.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/paramsbase.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_anglemode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_scores.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/utils/LastReceivedScansDict.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction/nabu/slice → tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/utils}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/utils/cor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction → tomwer-2.0.0.dev2/src/tomwer/core/scan}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/settings.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/signal.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/reconstruction/utils → tomwer-2.0.0.dev2/src/tomwer/core/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/_Launcher.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/ewoks.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/scan → tomwer-2.0.0.dev2/src/tomwer/core/utils}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/_image_from_file.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core → tomwer-2.0.0.dev2/src/tomwer/gui/cluster}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/_host.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/DataDiscoveryWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/_ControlWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/_DataDiscoveryConfigWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/_MainWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/data_discovery/_observer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/core/utils/tests → tomwer-2.0.0.dev2/src/tomwer/gui/control/series}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/cluster → tomwer-2.0.0.dev2/src/tomwer/gui/control}/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/control/series → tomwer-2.0.0.dev2/src/tomwer/gui/edit/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/icons.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CalculationWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CoRMainWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CoROptionsWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CoRSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CoRWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/CompareImages.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/ControlWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/EstimatedCORWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/EstimatedCorComboBox.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/InputWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/ManualFramesSelection.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/QCoRParams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/control/tests → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/darkflat}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/darkflat/darkflatcopywidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/CoRScorePlot.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/NabuAutoCorDiag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/QMultiCoRParams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/corrangeselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/dimensionwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/sliceselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/MultiPagSelectionWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/MultiPagTabWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/QMultiPagParams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/edit/tests → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/nabu}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/dialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/method.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/model.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/mainwindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_config.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plots_widget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/estimate_motion/nabu_config_widget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/paddingmode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/stages.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/darkflat → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/test_NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/slices/SliceGroupBox.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/slices/tests/test_NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_delta_beta_selector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/test/test_volume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelectorDialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/nabu/volume/SliceSelector.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/nabu → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/nabu/volume}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/scores}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/nabu/volume → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/scores/actions}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/scores → tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/settings.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/_QSpinBox.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/reconstruction/tests → tomwer-2.0.0.dev2/src/tomwer/gui/stitching/config}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/_linkInfo.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/stitching/config → tomwer-2.0.0.dev2/src/tomwer/gui/stitching/z_stitching}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/stitching/z_stitching → tomwer-2.0.0.dev2/src/tomwer/gui/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/tests/test_cor_gui.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/tests/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/HDF5DatasetSelector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/_outputdir.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/host_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/locale.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/tests/test_host_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/TomoPlot2D.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/diffviewer/frametype.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/displaymode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/radiomode.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/slicemode.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/tests → tomwer-2.0.0.dev2/src/tomwer/gui/visualization/test}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/CoordinateSystemOverlay.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/GeometryOrMetadataWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWidget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWindow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_CrossHairs.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_HorizontalSliderWithBrowser.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_ProcessingOverlay.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_ReconstructionParameters.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_SliceLoader.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/_TomoPlot2DSlices.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ColorBarAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_OpenGLAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowAxesAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemLabelAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCrosshairsAction.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowPlotToolBarAction.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/visualization/test → tomwer-2.0.0.dev2/src/tomwer/gui/visualization/volume_viewer/actions}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/visualization/volume_viewer/actions → tomwer-2.0.0.dev2/src/tomwer/gui/visualization/volume_viewer/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/tests/test_VolumeViewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volume_viewer/toolbar.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/processlog.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/gui/visualization/volume_viewer/tests → tomwer-2.0.0.dev2/src/tomwer/models/_common}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/_common/data.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/_common/process.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/_common/tomoobj.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/_common/volume.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/_common → tomwer-2.0.0.dev2/src/tomwer/models/cluster}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/cluster/future_supervisor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/cluster → tomwer-2.0.0.dev2/src/tomwer/models/conditions}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/conditions → tomwer-2.0.0.dev2/src/tomwer/models/control}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/control → tomwer-2.0.0.dev2/src/tomwer/models/dataportal}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/edit/dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/edit/imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model → tomwer-2.0.0.dev2/src/tomwer/models}/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/dataportal → tomwer-2.0.0.dev2/src/tomwer/models/model/_common}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/reconstruction → tomwer-2.0.0.dev2/src/tomwer/models/model/cluster}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/model/visualization → tomwer-2.0.0.dev2/src/tomwer/models/model/conditions}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/synctools/stacks/reconstruction → tomwer-2.0.0.dev2/src/tomwer/models/model/control}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/tasks/cluster → tomwer-2.0.0.dev2/src/tomwer/models/model/dataportal}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/tasks/conditions → tomwer-2.0.0.dev2/src/tomwer/models/model/reconstruction}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/compute_dark_flat.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/copy_reduced_frames.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/estimate_motion_io.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/multicor.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/nabu_settings.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/nabu_slices.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/nabu_volume.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/reconstruction/reduced_frames.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/tasks/control/tests → tomwer-2.0.0.dev2/src/tomwer/models/model/visualization}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer → tomwer-2.0.0.dev2/src/tomwer/models}/model/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/tasks/script → tomwer-2.0.0.dev2/src/tomwer/models/reconstruction}/__init__.py +0 -0
- {tomwer-2.0.0.dev0/src/tomwer/tasks → tomwer-2.0.0.dev2/src/tomwer/models}/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/crosshairs.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/crosshairs.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/hide_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/link-slash.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/link.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/lr_mirroring.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/lr_mirroring.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/red_dot.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/reset_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/show_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/show_coordinate_system_label.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/show_plot_toolbars.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/ud_mirroring.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/ud_mirroring.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/modelization_sample_stage.png +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/resources/video.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/stacks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/stacks/reconstruction/multipag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/datawatcher.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/emailnotifier.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/scanlist.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/tests/test_conditions.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/tests/test_email.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/tests/test_h52nx_process.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/control/tomoobjseries.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/nabu/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/normalization.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_castvolume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_darkflat_copy.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_multidb.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_nabu_estimate_motion.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_nabu_multicor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/reconstruction/tests/test_nabu_normalization.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/script/python.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/script/tests/test_script.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/stitching/nabustitcher.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/task.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/diffviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/imagestackviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/radiostack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/samplemoved.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/slicestack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tasks/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_monitor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_copy_reduced_dark_flat_widget.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multipag.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_slices.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkflat.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/tasks/visualization/test_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/tests/utils.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/third_part/FrameBrowser.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/third_part/OverlayMixIn.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/third_part/qitem_model_resetter.py +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer.egg-info/requires.txt +0 -0
- {tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tomwer
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.dev2
|
|
4
4
|
Summary: Tomography workflow tools
|
|
5
5
|
Author-email: Henri Payno <henri.payno@esrf.fr>, Pierre Paleo <pierre.paleo@esrf.fr>, Pierre-Olivier Autran <pierre-olivier.autran@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>
|
|
6
6
|
License: MIT
|
|
@@ -30,29 +30,29 @@ class _SuperviseBase(SuperviseProcess):
|
|
|
30
30
|
except Exception as e:
|
|
31
31
|
_logger.warning(f"Fail to update process name. Error is {e}")
|
|
32
32
|
|
|
33
|
-
def notify_skip(self,
|
|
33
|
+
def notify_skip(self, tomo_obj, details=None):
|
|
34
34
|
ProcessManager().notify_dataset_state(
|
|
35
|
-
dataset=
|
|
35
|
+
dataset=tomo_obj, process=self, state=DatasetState.SKIPPED, details=details
|
|
36
36
|
)
|
|
37
37
|
|
|
38
|
-
def notify_pending(self,
|
|
38
|
+
def notify_pending(self, tomo_obj, details=None):
|
|
39
39
|
ProcessManager().notify_dataset_state(
|
|
40
|
-
dataset=
|
|
40
|
+
dataset=tomo_obj, process=self, state=DatasetState.PENDING, details=details
|
|
41
41
|
)
|
|
42
42
|
|
|
43
|
-
def notify_succeed(self,
|
|
43
|
+
def notify_succeed(self, tomo_obj, details=None):
|
|
44
44
|
ProcessManager().notify_dataset_state(
|
|
45
|
-
dataset=
|
|
45
|
+
dataset=tomo_obj, process=self, state=DatasetState.SUCCEED, details=details
|
|
46
46
|
)
|
|
47
47
|
|
|
48
|
-
def notify_failed(self,
|
|
48
|
+
def notify_failed(self, tomo_obj, details=None):
|
|
49
49
|
ProcessManager().notify_dataset_state(
|
|
50
|
-
dataset=
|
|
50
|
+
dataset=tomo_obj, process=self, state=DatasetState.FAILED, details=details
|
|
51
51
|
)
|
|
52
52
|
|
|
53
|
-
def notify_on_going(self,
|
|
53
|
+
def notify_on_going(self, tomo_obj, details=None):
|
|
54
54
|
ProcessManager().notify_dataset_state(
|
|
55
|
-
dataset=
|
|
55
|
+
dataset=tomo_obj, process=self, state=DatasetState.ON_GOING, details=details
|
|
56
56
|
)
|
|
57
57
|
|
|
58
58
|
def _startProcessing(self, *args, **kwargs):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Some generic widgets for Orange Canvas in the use case of tomography."""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Set of tutorials for Orange3-Tomwer."""
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<scheme version="2.0" title="darks and flats copy - method 2" description="">
|
|
3
|
+
<nodes>
|
|
4
|
+
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(-519.0, -209.0)" />
|
|
5
|
+
<node id="1" name="image-key-upgrader" qualified_name="orangecontrib.tomwer.widgets.edit.ImageKeyUpgraderOW.ImageKeyUpgraderOW" project_name="tomwer" version="" title="image-key-upgrader" position="(-293.0, -209.0)" />
|
|
6
|
+
<node id="2" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector (1)" position="(291.0, -211.0)" />
|
|
7
|
+
<node id="3" name="copy reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CopyReducedDarkAndFlatOW.CopyReducedDarkAndFlatOW" project_name="tomwer" version="" title="copy reduced darks and flats" position="(61.0, -213.0)" />
|
|
8
|
+
</nodes>
|
|
9
|
+
<links>
|
|
10
|
+
<link id="0" source_node_id="0" sink_node_id="1" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
11
|
+
<link id="1" source_node_id="1" sink_node_id="3" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
12
|
+
<link id="2" source_node_id="3" sink_node_id="2" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
13
|
+
</links>
|
|
14
|
+
<annotations>
|
|
15
|
+
<text id="0" type="text/plain" rect="(-597.0, -79.0, 150.0, 126.0)" font-family="Sans" font-size="16">step2: provide scans for which we need to copy reduced darks and flats</text>
|
|
16
|
+
<arrow id="1" start="(-522.0, -87.0)" end="(-523.0, -151.0)" fill="#C1272D" />
|
|
17
|
+
<text id="2" type="text/plain" rect="(-379.0, -87.0, 236.0, 111.0)" font-family="Sans" font-size="16">invalid any existing darks or flats frames (else reduced darks and flats will use them instead of making the copy)</text>
|
|
18
|
+
<arrow id="3" start="(-293.0, -97.0)" end="(-290.0, -158.0)" fill="#C1272D" />
|
|
19
|
+
<text id="4" type="text/plain" rect="(-70.0, -81.0, 270.0, 80.0)" font-family="Sans" font-size="16">will copy reduced darks / flats to `dataset_{darks|flats}.hdf5` to be used for reconstruction</text>
|
|
20
|
+
<arrow id="5" start="(61.99999999999998, -91.0)" end="(61.99999999999998, -142.0)" fill="#C1272D" />
|
|
21
|
+
<text id="6" type="text/plain" rect="(-141.0, -427.0, 464.0, 85.0)" font-family="Sans" font-size="16">step1: provide reduced darks and flats from the 'copy' tab,
|
|
22
|
+
unselecting auto and setting them through `select darks url` and `select flats url`</text>
|
|
23
|
+
<arrow id="7" start="(57.0, -334.0)" end="(58.99999999999997, -259.00000000000006)" fill="#C1272D" />
|
|
24
|
+
<text id="8" type="text/plain" rect="(241.0, -94.0, 150.0, 88.0)" font-family="Sans" font-size="16">result: scans with copied reduced darks / flats</text>
|
|
25
|
+
<text id="9" type="text/plain" rect="(-601.0, -590.0, 932.0, 68.0)" font-family="Sans" font-size="16">Context: on this workflow we want to copy reduced flats / darks from a dataset to others.
|
|
26
|
+
This one of the various way to do this.
|
|
27
|
+
</text>
|
|
28
|
+
<text id="10" type="text/plain" rect="(-593.0, 94.0, 919.0, 84.0)" font-family="Sans" font-size="16">Note: reduced darks / flats can be saved to disk from another python script using the `silx.io.dictdump` dicttoh5 function.
|
|
29
|
+
Reduced darks and flats are dictionary with index in the sequence as key (so index==0 if the dark / flat serie is done at the beginning) and the reduced darks / flats as value (2D numpy array) </text>
|
|
30
|
+
<arrow id="11" start="(291.0, -109.0)" end="(290.0, -158.0)" fill="#C1272D" />
|
|
31
|
+
</annotations>
|
|
32
|
+
<thumbnail />
|
|
33
|
+
<node_properties>
|
|
34
|
+
<properties node_id="0" format="literal">{'_scanIDs': [], 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
35
|
+
<properties node_id="1" format="literal">{'_ewoks_default_inputs': {'operations': {}}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
36
|
+
<properties node_id="2" format="literal">{'_scanIDs': [], 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
37
|
+
<properties node_id="3" format="literal">{'_auto_mode': True, '_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
38
|
+
</node_properties>
|
|
39
|
+
<session_state>
|
|
40
|
+
<window_groups />
|
|
41
|
+
</session_state>
|
|
42
|
+
</scheme>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<scheme version="2.0" title="" description="">
|
|
3
|
+
<nodes>
|
|
4
|
+
<node id="0" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(440.0, 214.0)" />
|
|
5
|
+
</nodes>
|
|
6
|
+
<links />
|
|
7
|
+
<annotations />
|
|
8
|
+
<thumbnail />
|
|
9
|
+
<node_properties>
|
|
10
|
+
<properties node_id="0" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_volume_params': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\x03\x08\x00\x00\x01o\x00\x00\x04\xd1\x00\x00\x03\xe5\x00\x00\x03\x08\x00\x00\x01\x94\x00\x00\x04\xd1\x00\x00\x03\xe5\x00\x00\x00\x00\x00\x00\x00\x00\x07\x80\x00\x00\x03\x08\x00\x00\x01\x94\x00\x00\x04\xd1\x00\x00\x03\xe5', '__version__': 1}</properties>
|
|
11
|
+
</node_properties>
|
|
12
|
+
<session_state>
|
|
13
|
+
<window_groups />
|
|
14
|
+
</session_state>
|
|
15
|
+
</scheme>
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py
RENAMED
|
@@ -171,7 +171,7 @@ class EDF2NXOW(
|
|
|
171
171
|
edf_to_nx_configuration=self.__configuration_cache.to_nested_model().model_dump()
|
|
172
172
|
)
|
|
173
173
|
|
|
174
|
-
self.notify_on_going(
|
|
174
|
+
self.notify_on_going(tomo_obj=NXtomoScan(output_file, output_entry))
|
|
175
175
|
try:
|
|
176
176
|
self._execute_ewoks_task( # pylint: disable=E1123
|
|
177
177
|
propagate=True,
|
|
@@ -210,9 +210,9 @@ class EDF2NXOW(
|
|
|
210
210
|
"entry",
|
|
211
211
|
)
|
|
212
212
|
if task_suceeded:
|
|
213
|
-
self.notify_succeed(
|
|
213
|
+
self.notify_succeed(tomo_obj=scan)
|
|
214
214
|
else:
|
|
215
|
-
self.notify_failed(
|
|
215
|
+
self.notify_failed(tomo_obj=scan)
|
|
216
216
|
except Exception as e:
|
|
217
217
|
logger.error(f"failed to handle task finished callback. Reason is {e}")
|
|
218
218
|
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py
RENAMED
|
@@ -303,9 +303,9 @@ class NXTomomillOW(
|
|
|
303
303
|
config = H52nxModel.from_dict(config)
|
|
304
304
|
scan = task_executor.current_task.outputs.data
|
|
305
305
|
if task_suceeded:
|
|
306
|
-
self.notify_succeed(
|
|
306
|
+
self.notify_succeed(tomo_obj=scan)
|
|
307
307
|
else:
|
|
308
|
-
self.notify_failed(
|
|
308
|
+
self.notify_failed(tomo_obj=scan)
|
|
309
309
|
except Exception as e:
|
|
310
310
|
logger.error(f"failed to handle task finished callback. Reason is {e}")
|
|
311
311
|
|
|
@@ -164,9 +164,9 @@ class NXtomoConcatenateOW(
|
|
|
164
164
|
task_suceeded = task_executor.succeeded
|
|
165
165
|
scan = task_executor.current_task.outputs.data
|
|
166
166
|
if task_suceeded:
|
|
167
|
-
self.notify_succeed(
|
|
167
|
+
self.notify_succeed(tomo_obj=scan)
|
|
168
168
|
else:
|
|
169
|
-
self.notify_failed(
|
|
169
|
+
self.notify_failed(tomo_obj=scan)
|
|
170
170
|
except Exception as e:
|
|
171
171
|
_logger.error(f"failed to handle task finished callback. Reason is {e}")
|
|
172
172
|
|
|
@@ -186,7 +186,7 @@ class NXtomoConcatenateOW(
|
|
|
186
186
|
),
|
|
187
187
|
entry=self.getOutputEntry(),
|
|
188
188
|
)
|
|
189
|
-
self.notify_pending(
|
|
189
|
+
self.notify_pending(tomo_obj=scan_about_to_be_created)
|
|
190
190
|
self.execute_ewoks_task()
|
|
191
191
|
|
|
192
192
|
def sizeHint(self) -> qt.QSize:
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py
RENAMED
|
@@ -13,7 +13,7 @@ from tomwer.core.scan.scanfactory import ScanFactory
|
|
|
13
13
|
from tomwer.core.tomwer_object import TomwerObject
|
|
14
14
|
from tomwer.core.volume.volumefactory import VolumeFactory
|
|
15
15
|
from tomwer.gui.control.singletomoobj import SingleTomoObj
|
|
16
|
-
from tomwer.
|
|
16
|
+
from tomwer.models.reconstruction.reduced_frames import ReducedFrames
|
|
17
17
|
from tomwer.core.utils.scanutils import create_scan_reduced_darks_and_flats_models
|
|
18
18
|
|
|
19
19
|
_logger = logging.getLogger(__name__)
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py
RENAMED
|
@@ -146,8 +146,8 @@ class DarkFlatPatchOW(
|
|
|
146
146
|
task_suceeded = task_executor.succeeded
|
|
147
147
|
scan = task_executor.current_task.inputs.data
|
|
148
148
|
if task_suceeded:
|
|
149
|
-
self.notify_succeed(
|
|
149
|
+
self.notify_succeed(tomo_obj=scan)
|
|
150
150
|
else:
|
|
151
|
-
self.notify_failed(
|
|
151
|
+
self.notify_failed(tomo_obj=scan)
|
|
152
152
|
except Exception as e:
|
|
153
153
|
_logger.error(f"failed to handle task finished callback. Reason is {e}")
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py
RENAMED
|
@@ -64,7 +64,7 @@ class ImageKeyEditorOW(
|
|
|
64
64
|
if scan is not self._scan:
|
|
65
65
|
self._scan = scan
|
|
66
66
|
self.widget.setScan(scan)
|
|
67
|
-
self.notify_pending(
|
|
67
|
+
self.notify_pending(tomo_obj=scan)
|
|
68
68
|
self.activateWindow()
|
|
69
69
|
self.raise_()
|
|
70
70
|
self.show()
|
|
@@ -93,8 +93,8 @@ class ImageKeyEditorOW(
|
|
|
93
93
|
task_suceeded = task_executor.succeeded
|
|
94
94
|
scan = task_executor.current_task.inputs.data
|
|
95
95
|
if task_suceeded:
|
|
96
|
-
self.notify_succeed(
|
|
96
|
+
self.notify_succeed(tomo_obj=scan)
|
|
97
97
|
else:
|
|
98
|
-
self.notify_failed(
|
|
98
|
+
self.notify_failed(tomo_obj=scan)
|
|
99
99
|
except Exception as e:
|
|
100
100
|
_logger.error(f"failed to handle task finished callback. Reason is {e}")
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py
RENAMED
|
@@ -80,14 +80,14 @@ class ImageKeyUpgraderOW(
|
|
|
80
80
|
except KeyError:
|
|
81
81
|
pass
|
|
82
82
|
else:
|
|
83
|
-
self.notify_pending(
|
|
83
|
+
self.notify_pending(tomo_obj=scan)
|
|
84
84
|
return task_inputs
|
|
85
85
|
|
|
86
86
|
def _execute_ewoks_task(self, propagate, log_missing_inputs=False):
|
|
87
87
|
task_arguments = self._get_task_arguments()
|
|
88
88
|
scan = task_arguments.get("inputs", {}).get("data", None)
|
|
89
89
|
if scan is not None:
|
|
90
|
-
self.notify_pending(
|
|
90
|
+
self.notify_pending(tomo_obj=scan)
|
|
91
91
|
super()._execute_ewoks_task( # pylint: disable=E1123
|
|
92
92
|
propagate=propagate, log_missing_inputs=log_missing_inputs
|
|
93
93
|
)
|
|
@@ -98,8 +98,8 @@ class ImageKeyUpgraderOW(
|
|
|
98
98
|
task_suceeded = task_executor.succeeded
|
|
99
99
|
scan = task_executor.current_task.inputs.data
|
|
100
100
|
if task_suceeded:
|
|
101
|
-
self.notify_succeed(
|
|
101
|
+
self.notify_succeed(tomo_obj=scan)
|
|
102
102
|
else:
|
|
103
|
-
self.notify_failed(
|
|
103
|
+
self.notify_failed(tomo_obj=scan)
|
|
104
104
|
except Exception as e:
|
|
105
105
|
_logger.error(f"failed to handle task finished callback. Reason is {e}")
|
|
@@ -21,7 +21,7 @@ from tomwer.gui.reconstruction.darkflat.darkflatcopywidget import (
|
|
|
21
21
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
22
22
|
from tomwer.core.utils.scanutils import create_scan_reduced_darks_and_flats_models
|
|
23
23
|
from tomwer.tasks.reconstruction.copydarkflat import CopyReducedDarkFlatTask
|
|
24
|
-
from tomwer.
|
|
24
|
+
from tomwer.models.reconstruction.reduced_frames import ReducedFrames
|
|
25
25
|
from orangecontrib.tomwer.orange.ewoks_compatibility import unpack_variable
|
|
26
26
|
|
|
27
27
|
_logger = logging.getLogger(__name__)
|
|
@@ -209,22 +209,6 @@ class MultiCoROW(
|
|
|
209
209
|
self.raise_()
|
|
210
210
|
self.show()
|
|
211
211
|
|
|
212
|
-
def cancel(self, scan):
|
|
213
|
-
# function call when we want to cancel the given scan
|
|
214
|
-
if scan is None:
|
|
215
|
-
return
|
|
216
|
-
if scan in self._widget._processing_stack:
|
|
217
|
-
self._widget._processing_stack.remove(scan)
|
|
218
|
-
if (
|
|
219
|
-
self._widget._processing_stack._data_currently_computed.get_identifier().to_str()
|
|
220
|
-
== scan.get_identifier().to_str()
|
|
221
|
-
):
|
|
222
|
-
# stop current processing
|
|
223
|
-
self._widget._processing_stack.cancel()
|
|
224
|
-
# if possible process next
|
|
225
|
-
if self._widget._processing_stack.can_process_next():
|
|
226
|
-
self._widget._processing_stack._process_next()
|
|
227
|
-
|
|
228
212
|
def computeEstimatedCor(self) -> float | None:
|
|
229
213
|
"""callback when calculation of a estimated cor is requested"""
|
|
230
214
|
scan = self.get_task_input_value("data", None)
|
|
@@ -202,7 +202,7 @@ class MultiPagOW(SuperviseOW, openclass=True):
|
|
|
202
202
|
DatasetState.WAIT_USER_VALIDATION,
|
|
203
203
|
):
|
|
204
204
|
details = "Was pending and has been replaced by another scan."
|
|
205
|
-
self.notify_skip(
|
|
205
|
+
self.notify_skip(tomo_obj=scan, details=details)
|
|
206
206
|
self.Outputs.nabu_params.send(
|
|
207
207
|
scan.nabu_recons_params,
|
|
208
208
|
)
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/ComputedScore.py
RENAMED
|
@@ -10,10 +10,9 @@ class ComputedScore:
|
|
|
10
10
|
Will all result of the different score calculation method and getter on those and their inverse
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
|
-
def __init__(self, tv, std
|
|
13
|
+
def __init__(self, tv, std):
|
|
14
14
|
self._tv = tv
|
|
15
15
|
self._std = std
|
|
16
|
-
self._tomo_consistency = tomo_consistency
|
|
17
16
|
|
|
18
17
|
@property
|
|
19
18
|
def total_variation(self):
|
|
@@ -23,10 +22,6 @@ class ComputedScore:
|
|
|
23
22
|
def std(self):
|
|
24
23
|
return self._std
|
|
25
24
|
|
|
26
|
-
@property
|
|
27
|
-
def tomo_consistency(self):
|
|
28
|
-
return self._tomo_consistency
|
|
29
|
-
|
|
30
25
|
def get(self, method: ScoreMethod):
|
|
31
26
|
method = ScoreMethod(method)
|
|
32
27
|
if method is ScoreMethod.TV:
|
|
@@ -37,8 +32,6 @@ class ComputedScore:
|
|
|
37
32
|
return self.std
|
|
38
33
|
elif method is ScoreMethod.STD_INVERSE:
|
|
39
34
|
return 1.0 / self.std
|
|
40
|
-
elif method is ScoreMethod.TOMO_CONSISTENCY:
|
|
41
|
-
return self.tomo_consistency
|
|
42
35
|
else:
|
|
43
36
|
raise ValueError(f"{method} is an unrecognized method")
|
|
44
37
|
|
|
@@ -49,8 +42,7 @@ class ComputedScore:
|
|
|
49
42
|
return (
|
|
50
43
|
self.total_variation == __value.total_variation
|
|
51
44
|
and self.std == __value.std
|
|
52
|
-
and self.tomo_consistency == __value.tomo_consistency
|
|
53
45
|
)
|
|
54
46
|
|
|
55
47
|
def __str__(self) -> str:
|
|
56
|
-
return f"std: {self.std} - tv: {self.total_variation}
|
|
48
|
+
return f"std: {self.std} - tv: {self.total_variation}"
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/core/reconstruction/multi/scores/compute.py
RENAMED
|
@@ -10,29 +10,6 @@ from tomwer.core.reconstruction.multi.scores.ScoreMethod import ScoreMethod
|
|
|
10
10
|
_logger = logging.getLogger(__name__)
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
def compute_tomo_consistency(
|
|
14
|
-
data: numpy.ndarray,
|
|
15
|
-
original_sinogram,
|
|
16
|
-
angles,
|
|
17
|
-
original_axis_position,
|
|
18
|
-
detector_width,
|
|
19
|
-
):
|
|
20
|
-
from silx.opencl.projection import Projection
|
|
21
|
-
|
|
22
|
-
projector = Projection(
|
|
23
|
-
slice_shape=data.shape,
|
|
24
|
-
angles=angles,
|
|
25
|
-
detector_width=detector_width,
|
|
26
|
-
axis_position=original_axis_position,
|
|
27
|
-
)
|
|
28
|
-
sinogram = projector.projection(data)
|
|
29
|
-
sinogram_n = (sinogram - sinogram.min()) / (sinogram.max() - sinogram.min())
|
|
30
|
-
original_sinogram_n = (original_sinogram - original_sinogram.min()) / (
|
|
31
|
-
original_sinogram.max() - original_sinogram.min()
|
|
32
|
-
)
|
|
33
|
-
return 1.0 / (numpy.sum(numpy.abs(sinogram_n - original_sinogram_n)) + 1)
|
|
34
|
-
|
|
35
|
-
|
|
36
13
|
def compute_score_contrast_std(data: numpy.ndarray):
|
|
37
14
|
"""
|
|
38
15
|
Compute a contrast score by simply computing the standard deviation of
|
|
@@ -93,22 +70,8 @@ def compute_score(
|
|
|
93
70
|
pass
|
|
94
71
|
else:
|
|
95
72
|
raise ValueError(f"Data is expected to be 2D. Not {data.ndim}D")
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
return compute_tomo_consistency(
|
|
99
|
-
data=data,
|
|
100
|
-
angles=angles,
|
|
101
|
-
original_sinogram=original_sinogram,
|
|
102
|
-
original_axis_position=original_axis_position,
|
|
103
|
-
detector_width=detector_width,
|
|
104
|
-
)
|
|
105
|
-
except ImportError:
|
|
106
|
-
return None
|
|
107
|
-
except Exception as e:
|
|
108
|
-
_logger.warning(f"Fail to compute 'tomo consistency' score. Reason is {e}")
|
|
109
|
-
return None
|
|
110
|
-
else:
|
|
111
|
-
fct = METHOD_TO_FCT.get(method, None)
|
|
73
|
+
|
|
74
|
+
fct = METHOD_TO_FCT.get(method, None)
|
|
112
75
|
|
|
113
76
|
if fct is not None:
|
|
114
77
|
return fct(data)
|
|
@@ -25,7 +25,10 @@ from tomwer.core.scan.nxtomoscan import NXtomoScan
|
|
|
25
25
|
from tomwer.core.scan.edfscan import EDFTomoScan
|
|
26
26
|
from tomwer.core.scan.scanfactory import ScanFactory
|
|
27
27
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
28
|
-
from tomwer.
|
|
28
|
+
from tomwer.models.reconstruction.reduced_frames import (
|
|
29
|
+
ReducedFrames,
|
|
30
|
+
ReducedFramesInfos,
|
|
31
|
+
)
|
|
29
32
|
|
|
30
33
|
_logger = logging.getLogger(__name__)
|
|
31
34
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""This package contains all the Graphical User Interface classes & functions."""
|
|
@@ -11,7 +11,7 @@ from __future__ import annotations
|
|
|
11
11
|
from silx.gui import qt
|
|
12
12
|
from typing import get_args
|
|
13
13
|
|
|
14
|
-
from tomwer.
|
|
14
|
+
from tomwer.models.conditions.filters import InputModel
|
|
15
15
|
from tomwer.gui import icons
|
|
16
16
|
from tomwer.gui.utils.sandboxes import (
|
|
17
17
|
RegularExpressionSandBox,
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/darkflat/darkflatwidget.py
RENAMED
|
@@ -7,7 +7,7 @@ from silx.gui import qt
|
|
|
7
7
|
|
|
8
8
|
from tomoscan.framereducer.method import ReduceMethod
|
|
9
9
|
|
|
10
|
-
from tomwer.
|
|
10
|
+
from tomwer.models.reconstruction.compute_dark_flat import (
|
|
11
11
|
DEFAULT_EDF_SPEC_FLAT_PATTERN,
|
|
12
12
|
DEFAULT_EDF_SPEC_DARK_PATTERN,
|
|
13
13
|
)
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/MultiCoRTabWidget.py
RENAMED
|
@@ -36,7 +36,7 @@ class MultiCoRTabWidget(qt.QTabWidget):
|
|
|
36
36
|
self._localPlatformSettings, settings_icons, TAB_LABEL_PLATFORM_SETTINGS
|
|
37
37
|
)
|
|
38
38
|
# results
|
|
39
|
-
self._resultsViewer = CoRScorePlot(self, variable_name="
|
|
39
|
+
self._resultsViewer = CoRScorePlot(self, variable_name="CoR", backend=backend)
|
|
40
40
|
results_icon = icons.getQIcon("results")
|
|
41
41
|
self.addTab(self._resultsViewer, results_icon, "reconstructed slices")
|
|
42
42
|
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py
RENAMED
|
@@ -13,7 +13,6 @@ 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
|
|
15
15
|
from tomwer.gui.utils.buttons import TabBrowsersButtons
|
|
16
|
-
from tomwer.gui.utils.scandescription import ScanNameLabelAndShape
|
|
17
16
|
from tomwer.gui.reconstruction.cor.QCoRParams import QCoRParams as _QCoRParams
|
|
18
17
|
|
|
19
18
|
_logger = logging.getLogger(__name__)
|
|
@@ -39,23 +38,26 @@ class MultiCoRWindow(qt.QMainWindow):
|
|
|
39
38
|
self._mainWidget = qt.QWidget(self)
|
|
40
39
|
self._mainWidget.setLayout(qt.QVBoxLayout())
|
|
41
40
|
|
|
42
|
-
self._scanInfo = ScanNameLabelAndShape(self)
|
|
43
|
-
self._mainWidget.layout().addWidget(self._scanInfo)
|
|
44
41
|
self._tabWidget = MultiCoRTabWidget(self, backend=backend)
|
|
45
42
|
self._mainWidget.layout().addWidget(self._tabWidget)
|
|
46
43
|
self.setCentralWidget(self._mainWidget)
|
|
44
|
+
|
|
47
45
|
# next and previous buttons for browsing the tab widget
|
|
46
|
+
self._buttonsWidget = qt.QWidget()
|
|
47
|
+
self._buttonsWidget.setLayout(qt.QHBoxLayout())
|
|
48
|
+
# Note: avoid using a DockWidget to avoid having a QSplitter :(
|
|
49
|
+
self._mainWidget.layout().addWidget(self._buttonsWidget)
|
|
50
|
+
self._buttonsWidget.layout().setSpacing(0)
|
|
51
|
+
self._buttonsWidget.layout().setContentsMargins(0, 0, 0, 0)
|
|
52
|
+
|
|
48
53
|
self._browserButtons = TabBrowsersButtons(self)
|
|
49
|
-
self.
|
|
50
|
-
self.
|
|
51
|
-
self.
|
|
52
|
-
self._dockWidgetBrwButtons.setFeatures(qt.QDockWidget.DockWidgetMovable)
|
|
53
|
-
# control widget (validate, compute, cor positions)
|
|
54
|
+
self._buttonsWidget.layout().addWidget(self._browserButtons)
|
|
55
|
+
self._browserButtons.layout().setSpacing(2)
|
|
56
|
+
self._browserButtons.layout().setContentsMargins(0, 0, 0, 0)
|
|
54
57
|
self._multicorControl = ControlWidget(self)
|
|
55
|
-
self.
|
|
56
|
-
self.
|
|
57
|
-
self.
|
|
58
|
-
self._dockWidgetCtrl.setFeatures(qt.QDockWidget.DockWidgetMovable)
|
|
58
|
+
self._buttonsWidget.layout().addWidget(self._multicorControl)
|
|
59
|
+
self._multicorControl.layout().setSpacing(2)
|
|
60
|
+
self._multicorControl.layout().setContentsMargins(0, 0, 0, 0)
|
|
59
61
|
|
|
60
62
|
# connect signal / slot
|
|
61
63
|
self._multicorControl.sigValidateRequest.connect(self.sigValidated)
|
|
@@ -103,7 +105,6 @@ class MultiCoRWindow(qt.QMainWindow):
|
|
|
103
105
|
def setScan(self, scan):
|
|
104
106
|
self._scan = scan
|
|
105
107
|
self._tabWidget.setScan(scan)
|
|
106
|
-
self._scanInfo.setScan(scan)
|
|
107
108
|
self._updateSinogramLine()
|
|
108
109
|
self._loadEstimatedCorFromScan(scan)
|
|
109
110
|
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/DBScorePlot.py
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
3
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
4
|
-
from tomwer.gui.reconstruction.scores.scoreplot import
|
|
4
|
+
from tomwer.gui.reconstruction.scores.scoreplot import DeltaBetaSelection
|
|
5
5
|
from tomwer.gui.reconstruction.scores.scoreplot import ScorePlot as _ScorePlot
|
|
6
6
|
from tomwer.tasks.reconstruction.nabu.multipag import MultiPagTask
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class DBScorePlot(_ScorePlot, constructor=
|
|
9
|
+
class DBScorePlot(_ScorePlot, constructor=DeltaBetaSelection):
|
|
10
10
|
"""Score plot dedicated to center delta / beta values."""
|
|
11
11
|
|
|
12
12
|
def _updateScores(self) -> None:
|
{tomwer-2.0.0.dev0 → tomwer-2.0.0.dev2}/src/tomwer/gui/reconstruction/multipag/MultiPagWindowBase.py
RENAMED
|
@@ -6,7 +6,6 @@ from tomwer.core.reconstruction.multi.scores.ScoreMethod import ScoreMethod
|
|
|
6
6
|
from tomwer.gui.reconstruction.multipag.MultiPagTabWidget import MultiPagTabWidget
|
|
7
7
|
from tomwer.gui.reconstruction.scores.control import ControlWidget
|
|
8
8
|
from tomwer.gui.utils.buttons import TabBrowsersButtons
|
|
9
|
-
from tomwer.gui.utils.scandescription import ScanNameLabelAndShape
|
|
10
9
|
from tomwer.gui.reconstruction.multipag.QMultiPagParams import (
|
|
11
10
|
QMultiPagParams as _QMultiPagParams,
|
|
12
11
|
)
|
|
@@ -28,23 +27,28 @@ class MultiPagWindowBase(qt.QMainWindow):
|
|
|
28
27
|
# central widget
|
|
29
28
|
self._mainWidget = qt.QWidget(self)
|
|
30
29
|
self._mainWidget.setLayout(qt.QVBoxLayout())
|
|
31
|
-
self._scanInfo = ScanNameLabelAndShape(self)
|
|
32
|
-
self._mainWidget.layout().addWidget(self._scanInfo)
|
|
33
30
|
self._tabWidget = MultiPagTabWidget(self, backend=backend)
|
|
34
31
|
self._mainWidget.layout().addWidget(self._tabWidget)
|
|
35
32
|
self.setCentralWidget(self._mainWidget)
|
|
33
|
+
|
|
36
34
|
# next and previous buttons for browsing the tab widget
|
|
35
|
+
# Note: avoid using a DockWidget to avoid having a QSplitter :(
|
|
36
|
+
self._buttonsWidget = qt.QWidget()
|
|
37
|
+
self._buttonsWidget.setLayout(qt.QHBoxLayout())
|
|
38
|
+
self._mainWidget.layout().addWidget(self._buttonsWidget)
|
|
39
|
+
self._buttonsWidget.layout().setSpacing(0)
|
|
40
|
+
self._buttonsWidget.layout().setContentsMargins(0, 0, 0, 0)
|
|
41
|
+
|
|
37
42
|
self._browserButtons = TabBrowsersButtons(self)
|
|
38
|
-
self.
|
|
39
|
-
self.
|
|
40
|
-
self.
|
|
41
|
-
|
|
43
|
+
self._buttonsWidget.layout().addWidget(self._browserButtons)
|
|
44
|
+
self._browserButtons.layout().setSpacing(2)
|
|
45
|
+
self._browserButtons.layout().setContentsMargins(0, 0, 0, 0)
|
|
46
|
+
|
|
42
47
|
# control widget (validate, compute, cor positions)
|
|
43
48
|
self._sadbControl = ControlWidget(self)
|
|
44
|
-
self.
|
|
45
|
-
self.
|
|
46
|
-
self.
|
|
47
|
-
self._dockWidgetCtrl.setFeatures(qt.QDockWidget.DockWidgetMovable)
|
|
49
|
+
self._buttonsWidget.layout().addWidget(self._sadbControl)
|
|
50
|
+
self._sadbControl.layout().setSpacing(2)
|
|
51
|
+
self._sadbControl.layout().setContentsMargins(0, 0, 0, 0)
|
|
48
52
|
|
|
49
53
|
# expose signals
|
|
50
54
|
self.sigConfigurationChanged = self._tabWidget.sigConfigurationChanged
|
|
@@ -75,7 +79,6 @@ class MultiPagWindowBase(qt.QMainWindow):
|
|
|
75
79
|
def setScan(self, scan):
|
|
76
80
|
self._scan = scan
|
|
77
81
|
self._tabWidget.setScan(scan)
|
|
78
|
-
self._scanInfo.setScan(scan)
|
|
79
82
|
|
|
80
83
|
def getScan(self):
|
|
81
84
|
return self._scan
|
|
@@ -3,7 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
from silx.gui import qt
|
|
4
4
|
from silx.gui.utils import blockSignals
|
|
5
5
|
|
|
6
|
-
from tomwer.
|
|
6
|
+
from tomwer.models.reconstruction.cast_volume import InputModel
|
|
7
7
|
from tomwer.core.reconstruction.output import NabuOutputFileFormat
|
|
8
8
|
from tomwer.gui.reconstruction.nabu.nabuconfig.output import QNabuFileFormatComboBox
|
|
9
9
|
from nxtomomill.models.utils import convert_str_to_tuple
|
|
@@ -6,7 +6,7 @@ from tomwer.core.reconstruction.nabu.stages import NabuStages
|
|
|
6
6
|
from tomwer.gui import icons
|
|
7
7
|
from tomwer.gui.reconstruction.nabu.nabuconfig.base import _NabuStageConfigBase
|
|
8
8
|
from tomwer.gui.utils._outputdir import OutputDirWidget as _OutputDirWidget
|
|
9
|
-
from tomwer.
|
|
9
|
+
from tomwer.models.reconstruction.nabu_volume import InputModel
|
|
10
10
|
|
|
11
11
|
from .SliceSelector import SliceSelector
|
|
12
12
|
|