tomwer 2.0.0.dev2__tar.gz → 2.0.0.dev3__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.dev2 → tomwer-2.0.0.dev3}/PKG-INFO +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/state_summary.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +1 -1
- tomwer-2.0.0.dev3/src/orangecontrib/tomwer/tutorials/complete_on_the_fly.ows +73 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/using_multicor_to_find_cor.ows +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/BaseNabuRecOW.py +4 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/MultiCoROW.py +38 -11
- tomwer-2.0.0.dev3/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagOW.py +353 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuSettingsOW.py +1 -1
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py → tomwer-2.0.0.dev3/src/orangecontrib/tomwer/widgets/reconstruction/NabuSlicesOW.py +20 -25
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +10 -8
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/mainwindow.py +2 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/multicor.py +4 -5
- tomwer-2.0.0.dev3/src/tomwer/app/multipag.py +203 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/nabuapp.py +1 -1
- tomwer-2.0.0.dev3/src/tomwer/core/cluster/__init__.py +1 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/processeddataset.py +1 -1
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/NabuBaseReconstructor.py +6 -66
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/test/test_nabu_utils.py +1 -1
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/test/test_slice_interpreter.py +3 -3
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/utils.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/MultiBaseParams.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multipag/params.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/reconstructions.py +8 -8
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction}/slice/NabuSliceMode.py +2 -2
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction}/slice/SingleSliceRunner.py +7 -5
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction}/slice/SliceInterpreter.py +3 -3
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction}/slice/slices.py +4 -4
- tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu/nabuvolume.py → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/volume.py +5 -4
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/scanbase.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/tests/test_scan.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/slurm.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/CoRScorePlot.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/MultiCoRWindow.py +2 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/corrangeselector.py +16 -10
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multipag/DBScorePlot.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multipag/MultiPagSelectionWidget.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multipag/MultiPagTabWidget.py +6 -3
- tomwer-2.0.0.dev2/src/tomwer/gui/reconstruction/multipag/MultiPagWindowBase.py → tomwer-2.0.0.dev3/src/tomwer/gui/reconstruction/multipag/MultiPagWindow.py +18 -24
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/mainwindow.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWidget.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +5 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +4 -4
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/stages.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWidget.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/slices/SliceGroupBox.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWidget.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/tests/test_multipag.py +4 -4
- tomwer-2.0.0.dev3/src/tomwer/gui/utils/reconstruction.py +50 -0
- tomwer-2.0.0.dev3/src/tomwer/models/cluster/slurm_cluster.py +82 -0
- tomwer-2.0.0.dev3/src/tomwer/models/field_validators/cluster_config.py +14 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/cast_volume.py +11 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/reconstruction/multicor.py +12 -2
- tomwer-2.0.0.dev3/src/tomwer/models/reconstruction/multipag.py +62 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/reconstruction/nabu_slices.py +12 -17
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/nabu_volume.py +11 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/synctools/stacks/reconstruction/nabu.py +2 -2
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/castvolume.py +2 -2
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/multicor.py +4 -4
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/multipag.py +26 -76
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/nabuvolume.py +5 -5
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/slices.py +3 -3
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_castvolume.py +1 -1
- tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction/tests/test_multipag.py +37 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_nabu.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_nabu_estimate_motion.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_nabu_multicor.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multipag.py +11 -82
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_slices.py +3 -3
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/test_ewoks/test_conversion.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/test_ewoks/test_workflows.py +2 -2
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/version.py +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer.egg-info/PKG-INFO +1 -1
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer.egg-info/SOURCES.txt +38 -79
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/darks and flats copy - method 2.ows +0 -42
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/tutorials/untitled.ows +0 -15
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagOW.py +0 -252
- tomwer-2.0.0.dev2/src/orangecontrib/tomwer/widgets/reconstruction/MultiPagWindow.py +0 -153
- tomwer-2.0.0.dev2/src/tomwer/app/multipag.py +0 -356
- tomwer-2.0.0.dev2/src/tomwer/core/cluster/__init__.py +0 -3
- tomwer-2.0.0.dev2/src/tomwer/core/cluster/cluster.py +0 -216
- tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/normalization/__init__.py +0 -1
- tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/normalization/params.py +0 -137
- tomwer-2.0.0.dev2/src/tomwer/models/model/__init__.py +0 -1
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/data.py +0 -36
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/process.py +0 -12
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/tomoobj.py +0 -45
- tomwer-2.0.0.dev2/src/tomwer/models/model/_common/volume.py +0 -26
- tomwer-2.0.0.dev2/src/tomwer/models/model/cluster/future_supervisor.py +0 -23
- tomwer-2.0.0.dev2/src/tomwer/models/model/conditions/filters.py +0 -26
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/datadiscovery.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/scanselector.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/singletomoobj.py +0 -16
- tomwer-2.0.0.dev2/src/tomwer/models/model/control/volumeselector.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/dataportal/publish.py +0 -24
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/__init__.py +0 -1
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/dark_flat_patch.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/imagekey_editor.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/edit/imagekey_upgrader.py +0 -13
- tomwer-2.0.0.dev2/src/tomwer/models/model/reconstruction/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/models/model/reconstruction/multicor.py +0 -73
- tomwer-2.0.0.dev2/src/tomwer/models/model/reconstruction/nabu_slices.py +0 -78
- tomwer-2.0.0.dev2/src/tomwer/models/model/visualization/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/cast_volume.py +0 -145
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/compute_dark_flat.py +0 -56
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/copy_reduced_frames.py +0 -140
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/cor.py +0 -58
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/estimate_motion_io.py +0 -44
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/nabu_settings.py +0 -20
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/nabu_volume.py +0 -62
- tomwer-2.0.0.dev2/src/tomwer/models/reconstruction/reduced_frames.py +0 -46
- tomwer-2.0.0.dev2/src/tomwer/models/visualization/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/models/visualization/dataviewer.py +0 -8
- tomwer-2.0.0.dev2/src/tomwer/models/visualization/volume_viewer.py +0 -23
- tomwer-2.0.0.dev2/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/synctools/stacks/reconstruction/multipag.py +0 -172
- tomwer-2.0.0.dev2/src/tomwer/tasks/control/tests/__init__.py +0 -0
- tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu/__init__.py +0 -1
- tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/normalization.py +0 -293
- tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/tests/test_multidb.py +0 -45
- tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/tests/test_nabu_normalization.py +0 -252
- tomwer-2.0.0.dev2/src/tomwer.egg-info/pkg_info +0 -205
- tomwer-2.0.0.dev2/src/tomwer.egg-info/sources.txt +0 -1030
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/LICENSE +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/README.rst +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/pyproject.toml +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/setup.cfg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/ewoks_compatibility.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetNoThread.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetOneThreadPerRun.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/task_widgets/TomwerWidgetWithStack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/orange/task_widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/multipag_example.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/MonitorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/BlissDataListenerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/_BlissDataListenerQThread.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/_datalistener.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/blissdata_listener.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/deprecated/VolumeviewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/deprecated/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/deprecated/_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/deprecated/icons/deprecated_volume_viewer.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/deprecated.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/CoROW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/ComputeReduceDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/CopyReducedDarkAndFlatOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/compute_darkflat.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/copy_darkflat.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkflat.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_settings.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_slices.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_volume.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/__main__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/cor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/_DataListener.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/datawatcher/status.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/binning.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/dracbase.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/gallery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/output.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/rawdataset.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/tests/test_gallery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/output.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/cor → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/filter.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/method.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/mode.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/nabucommon.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/padding.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/phase.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/plane.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/ringcorrection.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/settings.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/stages.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/common}/target.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/darkflat → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/cor}/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/anglemode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/cor_resource.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/exception.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/mode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/params.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/projectiontype.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/cor/side.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction/darkflat}/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/darkflat/settings.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multicor/multicor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multicor/params.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/multipag/multipag.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/scores/ComputedScore.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/scores/ScoreMethod.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/scores/compute.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/multi/scores/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/output.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/params_cache.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/paramsbase.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/core/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/core/reconstruction}/slice/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_anglemode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_scores.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/utils/LastReceivedScansDict.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/reconstruction/utils/cor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/settings.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/signal.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/_Launcher.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/ewoks.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/_image_from_file.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/_host.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/DataDiscoveryWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/_ControlWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/_DataDiscoveryConfigWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/_MainWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/data_discovery/_observer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/icons.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CalculationWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CoRMainWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CoROptionsWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CoRSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CoRWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/CompareImages.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/ControlWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/EstimatedCORWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/EstimatedCorComboBox.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/InputWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/ManualFramesSelection.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/QCoRParams.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/cor/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/darkflat/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/darkflat/darkflatcopywidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/darkflat/darkflatwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/MultiCoRTabWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/NabuAutoCorDiag.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/QMultiCoRParams.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/dimensionwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multicor/sliceselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multipag/QMultiPagParams.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/multipag/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/dialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/method.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/estimator/model.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_config.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plot_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/motion_plots_widget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/estimate_motion/nabu_config_widget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/NabuSettingsWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/paddingmode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/test_NabuSettingsWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/slices/NabuSlicesWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/slices/tests/test_NabuSlicesWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_delta_beta_selector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/test/test_volume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/DeltaBetaSelectorDialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/NabuVolumeWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/SliceSelector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/nabu/volume/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/scores/actions/_ScoresPlotAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/scores/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/settings.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/_QSpinBox.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/_linkInfo.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/tests/test_cor_gui.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/tests/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/HDF5DatasetSelector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/_outputdir.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/host_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/locale.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/tests/test_host_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/TomoPlot2D.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/diffviewer/frametype.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/displaymode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/radiomode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/slicemode.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/CoordinateSystemOverlay.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/GeometryOrMetadataWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWidget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/VolumeViewerWindow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_CrossHairs.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_HorizontalSliderWithBrowser.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_ProcessingOverlay.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_ReconstructionParameters.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_SliceLoader.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/_TomoPlot2DSlices.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ColorBarAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_OpenGLAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowAxesAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCoordinateSystemLabelAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowCrosshairsAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/_ShowPlotToolBarAction.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/actions/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/tests/test_VolumeViewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volume_viewer/toolbar.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/processlog.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/_common/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/_common/data.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/_common/process.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/_common/tomoobj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/_common/volume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/cluster/future_supervisor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/control/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/edit/dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/edit/imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/models/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model/_common → tomwer-2.0.0.dev3/src/tomwer/models/field_validators}/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model/cluster → tomwer-2.0.0.dev3/src/tomwer/models/reconstruction}/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/compute_dark_flat.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/copy_reduced_frames.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/estimate_motion_io.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/nabu_settings.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/reconstruction/reduced_frames.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model/conditions → tomwer-2.0.0.dev3/src/tomwer/models/visualization}/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model → tomwer-2.0.0.dev3/src/tomwer/models}/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/crosshairs.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/crosshairs.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XY.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_XZ.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/extend_3D_coordinate_system_YZ.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/hide_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/link-slash.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/link.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/lr_mirroring.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/lr_mirroring.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/red_dot.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/reset_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/show_3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/show_coordinate_system_label.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/show_plot_toolbars.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/ud_mirroring.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/ud_mirroring.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/3D_coordinate_system.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/modelization_sample_stage.png +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/resources/video.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model/control → tomwer-2.0.0.dev3/src/tomwer/synctools/stacks/reconstruction}/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/synctools/stacks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/cluster/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/cluster/supervisor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/conditions/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/conditions/filters.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/datadiscovery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/datalistener.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/datawatcher.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/emailnotifier.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/nxtomoconcatenate.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/nxtomomill.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/scanlist.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/scanselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/scanvalidator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/singletomoobj.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/models/model/dataportal → tomwer-2.0.0.dev3/src/tomwer/tasks/control/tests}/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/tests/test_conditions.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/tests/test_email.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/tests/test_h52nx_process.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/tomoobjseries.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/control/volumeselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/dataportal/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/dataportal/publish.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/imagekey_upgrader.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/imagekeyeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/nxtomoeditor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/__init__.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/config.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/copydarkflat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/cor.py +0 -0
- {tomwer-2.0.0.dev2/src/tomwer/tasks/reconstruction/nabu → tomwer-2.0.0.dev3/src/tomwer/tasks/reconstruction}/estimate_motion.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/reducedarkflat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_dark_and_flat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/reconstruction/tests/test_darkflat_copy.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/script/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/script/python.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/script/tests/test_script.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/stitching/metadataholder.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/stitching/nabustitcher.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/task.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/dataviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/diffviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/imagestackviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/radiostack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/samplemoved.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/sinogramviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/slicestack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/volume_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tasks/visualization/volumeviewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_monitor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_copy_reduced_dark_flat_widget.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_multicor.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkflat.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/tasks/visualization/test_volume_viewer.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/tests/utils.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/third_part/FrameBrowser.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/third_part/OverlayMixIn.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer/third_part/qitem_model_resetter.py +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/tomwer.egg-info/requires.txt +0 -0
- {tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/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.dev3
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from orangewidget.utils.signals import PartialSummary, summarize
|
|
2
2
|
|
|
3
|
-
from tomwer.
|
|
3
|
+
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
4
4
|
from tomwer.core.futureobject import FutureTomwerObject
|
|
5
5
|
from tomwer.core.scan.blissscan import BlissScan
|
|
6
6
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="bliss-data listener" qualified_name="orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW" project_name="tomwer" version="" title="scan listener" position="(150, 150)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(296.13186813186815, 180.10989010989013)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(619.0, 258.0)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(766.0, 292.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(931.0, 329.0)" />
|
|
9
9
|
<node id="5" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(605.0, 400.0)" />
|
|
10
10
|
<node id="6" 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="(439.8461538461538, 210.30769230769235)" />
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<scheme version="2.0" title="compete on the fly" description="Workflow that goes from scan listener to the final converted volume.">
|
|
3
|
+
<nodes>
|
|
4
|
+
<node id="0" name="Blissdata Listener" qualified_name="orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW" project_name="tomwer" version="" title="scan listener" position="(120.0, 247.0)" />
|
|
5
|
+
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(275.13186813186815, 247.1098901098901)" />
|
|
6
|
+
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(594.0, 248.0)" />
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(766.0, 292.0)" />
|
|
8
|
+
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(932.0, 285.0)" />
|
|
9
|
+
<node id="5" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(596.0, 390.0)" />
|
|
10
|
+
<node id="6" 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="(433.8461538461538, 246.30769230769238)" />
|
|
11
|
+
<node id="7" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(947.0, 395.0)" />
|
|
12
|
+
<node id="8" name="cast volume" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CastNabuVolumeOW.CastNabuVolumeOW" project_name="tomwer" version="" title="cast volume" position="(1280.0, 413.0)" />
|
|
13
|
+
<node id="9" name="Cluster Configuration" qualified_name="orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW" project_name="tomwer" version="" title="Cluster Configuration Volume reconstruction" position="(784.0, 555.0)" />
|
|
14
|
+
<node id="10" name="Cluster monitor" qualified_name="orangecontrib.tomwer.widgets.cluster.MonitorOW.MonitorOW" project_name="tomwer" version="" title="Cluster monitor" position="(1111.0, 403.5)" />
|
|
15
|
+
<node id="11" name="volume viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW" project_name="tomwer" version="" title="volume viewer" position="(1098.0, 279.0)" />
|
|
16
|
+
<node id="12" name="Cluster Configuration" qualified_name="orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW" project_name="tomwer" version="" title="Cluster configuration cast volume" position="(1116.0, 559.0)" />
|
|
17
|
+
<node id="13" name="Cluster monitor" qualified_name="orangecontrib.tomwer.widgets.cluster.MonitorOW.MonitorOW" project_name="tomwer" version="" title="Cluster monitor (1)" position="(1445.0, 411.0)" />
|
|
18
|
+
</nodes>
|
|
19
|
+
<links>
|
|
20
|
+
<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" />
|
|
21
|
+
<link id="1" source_node_id="2" sink_node_id="3" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
22
|
+
<link id="2" source_node_id="3" sink_node_id="4" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
23
|
+
<link id="3" source_node_id="5" sink_node_id="3" source_channel="nabu_params" sink_channel="nabu_params" enabled="true" source_channel_id="nabu_params" sink_channel_id="nabu_params" />
|
|
24
|
+
<link id="4" source_node_id="1" sink_node_id="6" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
25
|
+
<link id="5" source_node_id="6" sink_node_id="2" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
26
|
+
<link id="6" source_node_id="3" sink_node_id="7" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
27
|
+
<link id="7" source_node_id="5" sink_node_id="7" source_channel="nabu_params" sink_channel="nabu_params" enabled="true" source_channel_id="nabu_params" sink_channel_id="nabu_params" />
|
|
28
|
+
<link id="8" source_node_id="9" sink_node_id="7" source_channel="cluster_config" sink_channel="cluster_config" enabled="true" source_channel_id="config_out" sink_channel_id="cluster_config" />
|
|
29
|
+
<link id="9" source_node_id="7" sink_node_id="10" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="future_tomo_obj" />
|
|
30
|
+
<link id="10" source_node_id="10" sink_node_id="8" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
|
31
|
+
<link id="11" source_node_id="7" sink_node_id="11" source_channel="volume" sink_channel="volume" enabled="true" source_channel_id="volume" sink_channel_id="volume" />
|
|
32
|
+
<link id="12" source_node_id="12" sink_node_id="8" source_channel="cluster_config" sink_channel="cluster_config" enabled="true" source_channel_id="config_out" sink_channel_id="cluster_config" />
|
|
33
|
+
<link id="13" source_node_id="8" sink_node_id="13" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_tomo_obj" sink_channel_id="future_tomo_obj" />
|
|
34
|
+
</links>
|
|
35
|
+
<annotations>
|
|
36
|
+
<arrow id="0" start="(83.53846153846158, 360.61538461538464)" end="(86.07692307692312, 310.5384615384615)" fill="#C1272D" />
|
|
37
|
+
<text id="1" type="text/plain" rect="(29.999999999999943, 369.2307692307693, 202.0, 76.0)" font-family="Ubuntu" font-size="16">wait for bliss scan and create NXtomo</text>
|
|
38
|
+
<arrow id="2" start="(298.9230769230769, 143.0769230769231)" end="(290.0769230769231, 207.30769230769232)" fill="#C1272D" />
|
|
39
|
+
<text id="3" type="text/plain" rect="(287.30769230769226, 55.0, 135.0, 69.0)" font-family="Ubuntu" font-size="16">compute reduced darks and flats</text>
|
|
40
|
+
<text id="4" type="text/plain" rect="(536.0, 76.0, 114.0, 50.0)" font-family="Ubuntu" font-size="16">compute CoR</text>
|
|
41
|
+
<arrow id="5" start="(589.0, 136.0)" end="(587.0, 194.99999999999997)" fill="#C1272D" />
|
|
42
|
+
<arrow id="6" start="(758.9999999999999, 195.0)" end="(760.0, 254.0)" fill="#C1272D" />
|
|
43
|
+
<text id="7" type="text/plain" rect="(680.0, 151.0, 150.0, 31.0)" font-family="Ubuntu" font-size="16">compute slice</text>
|
|
44
|
+
<text id="8" type="text/plain" rect="(897.0, 76.0, 128.0, 89.0)" font-family="Ubuntu" font-size="16">browse dataset and reconstructed slice(s)</text>
|
|
45
|
+
<arrow id="9" start="(941.0, 175.0)" end="(933.0, 237.0)" fill="#C1272D" />
|
|
46
|
+
<arrow id="10" start="(563.0, 536.0)" end="(594.0, 463.0)" fill="#C1272D" />
|
|
47
|
+
<text id="11" type="text/plain" rect="(493.0, 513.0, 150.0, 69.0)" font-family="Sans Serif" font-size="16">define reconstruction settings</text>
|
|
48
|
+
<text id="12" type="text/plain" rect="(296.7692307692307, 382.46153846153845, 150.0, 50.0)" font-family="Sans Serif" font-size="16">copy reduced darks and flats</text>
|
|
49
|
+
<arrow id="13" start="(379.0, 371.0)" end="(403.99999999999994, 319.0)" fill="#C1272D" />
|
|
50
|
+
<text id="14" type="text/plain" rect="(1180.0, 124.0, 150.0, 27.0)" font-family="Cantarell" font-size="16">View reconstructed volume</text>
|
|
51
|
+
<arrow id="15" start="(1162.0, 167.0)" end="(1115.0, 241.0)" fill="#C1272D" />
|
|
52
|
+
</annotations>
|
|
53
|
+
<thumbnail />
|
|
54
|
+
<node_properties>
|
|
55
|
+
<properties node_id="0" format="literal">{'_blissConfiguration': {}, '_nxtomo_cfg_file': '', '_static_input': {'nxtomomill_cfg_file': ''}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
56
|
+
<properties node_id="1" format="literal">{'_ewoks_default_inputs': {'data': None, 'dark_ref_params': None}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\nu\x00\x00\x013\x00\x00\x0b\xf6\x00\x00\x02\x8f\x00\x00\nu\x00\x00\x01X\x00\x00\x0b\xf6\x00\x00\x02\x8f\x00\x00\x00\x01\x00\x00\x00\x00\x07\x80\x00\x00\nu\x00\x00\x01X\x00\x00\x0b\xf6\x00\x00\x02\x8f', '__version__': 1}</properties>
|
|
57
|
+
<properties node_id="2" format="literal">{'_ewoks_default_inputs': {'data': None, 'cor_params': {'MODE': 'manual', 'POSITION_VALUE': None, 'CALC_INPUT_TYPE': 'transmission_nopag', 'ANGLE_MODE': '0-180', 'SINOGRAM_LINE': '', 'SINOGRAM_SUBSAMPLING': 10, 'AXIS_URL_1': '', 'AXIS_URL_2': '', 'LOOK_AT_STDMAX': False, 'NEAR_WX': 5, 'FINE_STEP_X': 0.1, 'SCALE_IMG2_TO_IMG1': False, 'NEAR_POSITION': 0.0, 'PADDING_MODE': 'edge', 'FLIP_LR': True, 'COMPOSITE_OPTS': {'theta': 5, 'oversampling': 4, 'n_subsampling_y': 40, 'take_log': True, 'near_width': 40}, 'COR_OPTIONS': '', 'MOTOR_OFFSET': 0.0, 'X_ROTATION_AXIS_PIXEL_POSITION': None}, 'gui': {'mode_is_lock': False, 'value_is_lock': False, 'auto_update_estimated_cor': True, 'y_axis_inverted': False}, 'relative_value': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\x01k\x00\x00\x00\xac\x00\x00\x06\x01\x00\x00\x03\x8e\x00\x00\x01k\x00\x00\x00\xd1\x00\x00\x06\x01\x00\x00\x03\x8e\x00\x00\x00\x00\x00\x00\x00\x00\x07\x80\x00\x00\x01k\x00\x00\x00\xd1\x00\x00\x06\x01\x00\x00\x03\x8e', '__version__': 1}</properties>
|
|
58
|
+
<properties node_id="3" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
59
|
+
<properties node_id="4" format="literal">{'_viewer_config': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
60
|
+
<properties node_id="5" format="literal">{'_ewoks_default_inputs': {'nabu_params': {'preproc': {'flatfield': 1, 'double_flatfield': 0, 'dff_sigma': 0.0, 'ccd_filter_enabled': 0, 'ccd_filter_threshold': 0.04, 'take_logarithm': True, 'log_min_clip': 1e-06, 'log_max_clip': 10.0, 'sino_rings_correction': 'None', 'sino_rings_options': 'sigma=1.0 ; levels=10 ; padding=False', 'tilt_correction': '', 'autotilt_options': '', 'normalize_srcurrent': 1, 'rotate_projections_center': ''}, 'reconstruction': {'method': 'FBP', 'angles_file': '', 'axis_correction_file': '', 'angle_offset': 0.0, 'fbp_filter_type': 'ramlak', 'padding_type': 'edges', 'iterations': 200, 'optim_algorithm': 'chambolle-pock', 'regularization_weight': 0.0, 'preconditioning_filter': 1, 'positivity_constraint': 1, 'rotation_axis_position': '', 'translation_movements_file': '', 'clip_outer_circle': 1, 'centered_axis': 1, 'start_x': 0, 'end_x': -1, 'start_y': 0, 'end_y': -1, 'start_z': 0, 'end_z': -1, 'enable_halftomo': 'auto'}, 'dataset': {'binning': 1, 'binning_z': 1, 'projections_subsampling': 1, 'exclude_projections': ''}, 'output': {'file_format': 'hdf5'}, 'phase': {'method': 'None', 'unsharp_coeff': 0, 'unsharp_sigma': 0, 'ctf_geometry': ' z1_v=None; z1_h=None; detec_pixel_size=None; magnification=True', 'beam_shape': 'parallel', 'ctf_advanced_params': ' length_scale=1e-05; lim1=1e-05; lim2=0.2; normalize_by_mean=True'}, 'configuration_level': 'optional'}}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
61
|
+
<properties node_id="6" format="literal">{'_auto_mode': True, '_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\n\\\x00\x00\x01k\x00\x00\x0c\x0f\x00\x00\x02}\x00\x00\n\\\x00\x00\x01k\x00\x00\x0c\x0f\x00\x00\x02}\x00\x00\x00\x01\x00\x00\x00\x00\x07\x80\x00\x00\n\\\x00\x00\x01k\x00\x00\x0c\x0f\x00\x00\x02}', '__version__': 1}</properties>
|
|
62
|
+
<properties node_id="7" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_params': {}, 'slurm_settings': {}}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
63
|
+
<properties node_id="8" format="literal">{'_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
64
|
+
<properties node_id="9" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\n\x84\x00\x00\x00\xb1\x00\x00\x0b\xe7\x00\x00\x03\x11\x00\x00\n\x84\x00\x00\x00\xd6\x00\x00\x0b\xe7\x00\x00\x03\x11\x00\x00\x00\x01\x00\x00\x00\x00\x07\x80\x00\x00\n\x84\x00\x00\x00\xd6\x00\x00\x0b\xe7\x00\x00\x03\x11', '__version__': 1}</properties>
|
|
65
|
+
<properties node_id="10" format="literal">{'_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
66
|
+
<properties node_id="11" format="literal">{'_ewoks_default_inputs': {'load_volume': False}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
67
|
+
<properties node_id="12" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\n\x84\x00\x00\x00\xd6\x00\x00\x0b\xe7\x00\x00\x03\x11\x00\x00\n\x84\x00\x00\x00\xd6\x00\x00\x0b\xe7\x00\x00\x03\x11\x00\x00\x00\x01\x00\x00\x00\x00\x07\x80\x00\x00\n\x84\x00\x00\x00\xd6\x00\x00\x0b\xe7\x00\x00\x03\x11', '__version__': 1}</properties>
|
|
68
|
+
<properties node_id="13" format="literal">{'_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
|
69
|
+
</node_properties>
|
|
70
|
+
<session_state>
|
|
71
|
+
<window_groups />
|
|
72
|
+
</session_state>
|
|
73
|
+
</scheme>
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(150, 150)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(319.0, 189.0)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(469.0, 237.0)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(659.0, 325.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(818.0, 362.0)" />
|
|
9
9
|
<node id="5" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(515.0, 427.0)" />
|
|
10
10
|
</nodes>
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/drac_publication.ows
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(150, 150)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(324.0, 183.0)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(490.0, 218.0)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(649.0, 261.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(818.0, 248.0)" />
|
|
9
9
|
<node id="5" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(812.0, 391.0)" />
|
|
10
10
|
<node id="6" name="volume viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW" project_name="tomwer" version="" title="volume viewer" position="(986.75, 383.25)" />
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<scheme version="2.0" title="full volume" description="">
|
|
3
3
|
<nodes>
|
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(157.0, 160.0)" />
|
|
5
|
-
<node id="1" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
5
|
+
<node id="1" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(350.0, 152.0)" />
|
|
6
6
|
<node id="2" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(505.0, 151.0)" />
|
|
7
7
|
<node id="3" name="tone notifier" qualified_name="orangecontrib.ewoksnotify.ToneNotifierOW.ToneNotifierOW" project_name="ewoksnotify" version="" title="tone notifier" position="(693.0, 151.0)" />
|
|
8
8
|
<node id="4" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(238.0, 62.0)" />
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
2
|
<scheme version="2.0" title="insitu" description="">
|
|
3
3
|
<nodes>
|
|
4
|
-
<node id="0" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
4
|
+
<node id="0" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(757.6666666666667, 415.66666666666663)" />
|
|
5
5
|
<node id="1" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(625.6666666666667, 415.3333333333335)" />
|
|
6
6
|
<node id="2" name="Python Script" qualified_name="orangecontrib.tomwer.widgets.other.PythonScriptOW.OWPythonScript" project_name="tomwer" version="" title="create volfloat symlink" position="(1048.5555555555557, 553.3333333333333)" />
|
|
7
7
|
<node id="3" name="Python Script" qualified_name="orangecontrib.tomwer.widgets.other.PythonScriptOW.OWPythonScript" project_name="tomwer" version="" title="Python Script (old)" position="(358.6666666666667, 240.5)" />
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="scan watcher" qualified_name="orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW" project_name="tomwer" version="" title="scan watcher" position="(45.0, 221.0)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="dark and flat field construction" position="(338.0, 228.0)" />
|
|
6
6
|
<node id="2" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(84.0, 57.0)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(581.0, 344.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(1078.0, 475.0)" />
|
|
9
9
|
<node id="5" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(460.0, 307.0)" />
|
|
10
10
|
<node id="6" name="Python Script" qualified_name="orangecontrib.tomwer.widgets.other.PythonScriptOW.OWPythonScript" project_name="tomwer" version="" title="create volfloat symlink" position="(1053.0, 615.0)" />
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(150, 150)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(324.0, 183.0)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(490.0, 218.0)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(649.0, 261.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(820.0, 307.0)" />
|
|
9
9
|
<node id="5" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(426.0, 355.0)" />
|
|
10
10
|
</nodes>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(99.99999999999997, 255.71428571428572)" />
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(261.1428571428571, 254.42857142857142)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(384.2857142857143, 255.1428571428571)" />
|
|
7
|
-
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
7
|
+
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(649.0, 261.0)" />
|
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(946.4285714285714, 255.1428571428571)" />
|
|
9
9
|
<node id="5" name="slurm cluster" qualified_name="orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW" project_name="tomwer" version="" title="slurm cluster" position="(480.57142857142856, 369.8571428571429)" />
|
|
10
10
|
<node id="6" name="Cluster monitor" qualified_name="orangecontrib.tomwer.widgets.cluster.MonitorOW.MonitorOW" project_name="tomwer" version="" title="cluster monitor" position="(794.9285714285714, 258.3571428571429)" />
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.ComputeReduceDarkAndFlatOW.ComputeReduceDarkAndFlatOW" project_name="tomwer" version="" title="reduced darks and flats" position="(319.0, 189.0)" />
|
|
6
6
|
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.CoROW.CoROW" project_name="tomwer" version="" title="default center of rotation" position="(469.0, 237.0)" />
|
|
7
7
|
<node id="3" name="multi-cor (sa-axis)" qualified_name="orangecontrib.tomwer.widgets.reconstruction.MultiCoROW.MultiCoROW" project_name="tomwer" version="" title="semi-automated center of rotation" position="(605.0, 288.0)" />
|
|
8
|
-
<node id="4" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.
|
|
8
|
+
<node id="4" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSlicesOW.NabuSlicesOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(772.0, 340.0)" />
|
|
9
9
|
<node id="5" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(931.0, 377.0)" />
|
|
10
10
|
<node id="6" name="nabu settings" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuSettingsOW.NabuSettingsOW" project_name="tomwer" version="" title="nabu settings" position="(450.0, 373.0)" />
|
|
11
11
|
</nodes>
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py
RENAMED
|
@@ -8,8 +8,8 @@ from orangewidget import gui
|
|
|
8
8
|
from orangewidget.settings import Setting
|
|
9
9
|
from orangewidget.widget import Output, OWBaseWidget
|
|
10
10
|
|
|
11
|
+
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
11
12
|
from tomwer.core.settings import ParametersKeys
|
|
12
|
-
from tomwer.core.cluster import SlurmClusterConfiguration
|
|
13
13
|
from tomwer.gui.cluster.slurm import SlurmSettingsWindow
|
|
14
14
|
|
|
15
15
|
_logger = logging.getLogger(__name__)
|
{tomwer-2.0.0.dev2 → tomwer-2.0.0.dev3}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py
RENAMED
|
@@ -19,8 +19,8 @@ from silx.gui import qt
|
|
|
19
19
|
from tomoscan.series import Series
|
|
20
20
|
|
|
21
21
|
import tomwer.tasks.script.python
|
|
22
|
+
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
22
23
|
from tomwer.core.settings import ParametersKeys
|
|
23
|
-
from tomwer.core.cluster.cluster import SlurmClusterConfiguration
|
|
24
24
|
from tomwer.core.futureobject import FutureTomwerObject
|
|
25
25
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
26
26
|
from tomwer.core.volume.volumebase import TomwerVolumeBase
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from tomwer.
|
|
3
|
+
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
4
4
|
from tomwer.core.settings import ParametersKeys
|
|
5
5
|
|
|
6
6
|
|
|
@@ -37,3 +37,6 @@ class BaseNabuRecOW:
|
|
|
37
37
|
def setNabuParams(self, config: dict) -> None:
|
|
38
38
|
assert config is None or isinstance(config, dict)
|
|
39
39
|
self._nabu_params = config
|
|
40
|
+
|
|
41
|
+
def getNabuParams(self) -> dict:
|
|
42
|
+
return self._nabu_params
|
|
@@ -3,14 +3,14 @@ from __future__ import annotations
|
|
|
3
3
|
from orangewidget import gui
|
|
4
4
|
from orangewidget.widget import Input
|
|
5
5
|
|
|
6
|
-
from tomwer.
|
|
6
|
+
from tomwer.models.cluster.slurm_cluster import SlurmClusterConfiguration
|
|
7
7
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
8
8
|
from tomwer.core.settings import ParametersKeys
|
|
9
9
|
from tomwer.core.utils.ewoks import filter_missing_data
|
|
10
10
|
from tomwer.core.volume.volumebase import TomwerVolumeBase
|
|
11
11
|
from tomwer.gui.reconstruction.nabu.castvolume import CastVolumeWidget
|
|
12
12
|
from tomwer.gui.utils.qt_utils import block_signals
|
|
13
|
-
from tomwer.tasks.reconstruction.
|
|
13
|
+
from tomwer.tasks.reconstruction.castvolume import CastVolumeTask
|
|
14
14
|
from orangecontrib.tomwer.orange.task_widgets.TomwerWidgetWithStack import (
|
|
15
15
|
TomwerWidgetWithStack,
|
|
16
16
|
)
|
|
@@ -11,19 +11,20 @@ from orangecontrib.tomwer.orange.task_widgets.TomwerWidgetWithStack import (
|
|
|
11
11
|
|
|
12
12
|
from orangecontrib.tomwer.orange.settings import CallbackSettingsHandler
|
|
13
13
|
|
|
14
|
-
import tomwer.tasks.reconstruction.
|
|
14
|
+
import tomwer.tasks.reconstruction.multicor
|
|
15
15
|
from tomwer.tasks.reconstruction.cor import CoRTask
|
|
16
16
|
from tomwer.core.reconstruction.params_cache import (
|
|
17
17
|
save_reconstruction_parameters_to_cache,
|
|
18
18
|
)
|
|
19
19
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
|
20
20
|
from tomwer.core.reconstruction.multi.multicor.multicor import _is_margin_too_large
|
|
21
|
-
from tomwer.core.reconstruction.
|
|
21
|
+
from tomwer.core.reconstruction.common.phase import NabuPhaseMethod
|
|
22
22
|
from tomwer.core.settings import ParametersKeys
|
|
23
23
|
from tomwer.gui.reconstruction.cor.QCoRParams import QCoRParams as _QCoRParams
|
|
24
24
|
from tomwer.gui.reconstruction.multicor.QMultiCoRParams import (
|
|
25
25
|
QMultiCoRParams as _QMultiCoRParams,
|
|
26
26
|
)
|
|
27
|
+
from tomwer.gui.utils.reconstruction import check_nabu_params_are_provided
|
|
27
28
|
from tomwer.core.utils.char import BETA_CHAR, DELTA_CHAR
|
|
28
29
|
|
|
29
30
|
from processview.core.manager import ProcessManager, DatasetState
|
|
@@ -31,6 +32,7 @@ from processview.core import helpers as pv_helpers
|
|
|
31
32
|
from processview.core.superviseprocess import SuperviseProcess
|
|
32
33
|
|
|
33
34
|
from tomwer.gui.reconstruction.multicor.MultiCoRWindow import MultiCoRWindow
|
|
35
|
+
from ewoksorange.gui.orange_utils.signals import Input
|
|
34
36
|
|
|
35
37
|
_logger = logging.getLogger(__name__)
|
|
36
38
|
|
|
@@ -38,7 +40,7 @@ _logger = logging.getLogger(__name__)
|
|
|
38
40
|
class MultiCoROW(
|
|
39
41
|
TomwerWidgetWithStack,
|
|
40
42
|
SuperviseProcess,
|
|
41
|
-
ewokstaskclass=tomwer.tasks.reconstruction.
|
|
43
|
+
ewokstaskclass=tomwer.tasks.reconstruction.multicor.MultiCoRTask,
|
|
42
44
|
openclass=True,
|
|
43
45
|
):
|
|
44
46
|
"""
|
|
@@ -107,9 +109,19 @@ class MultiCoROW(
|
|
|
107
109
|
"pool_size",
|
|
108
110
|
"platform_resources",
|
|
109
111
|
"process_id",
|
|
112
|
+
"invalid_slice_callback",
|
|
110
113
|
)
|
|
111
114
|
_MARGIN_LIMIT_WARNING = 100
|
|
112
115
|
|
|
116
|
+
class Inputs:
|
|
117
|
+
data = Input(
|
|
118
|
+
name="data",
|
|
119
|
+
type=TomwerScanBase,
|
|
120
|
+
doc="one scan to be process",
|
|
121
|
+
default=True,
|
|
122
|
+
multiple=True,
|
|
123
|
+
)
|
|
124
|
+
|
|
113
125
|
def __init__(self, parent=None):
|
|
114
126
|
"""
|
|
115
127
|
|
|
@@ -130,7 +142,7 @@ class MultiCoROW(
|
|
|
130
142
|
self._widget.sigValidated.connect(self.validate)
|
|
131
143
|
self._widget.sigValidated.connect(self.accept)
|
|
132
144
|
self._widget._multicorControl.sigComputationRequest.connect(
|
|
133
|
-
self.
|
|
145
|
+
self.execute_ewoks_task_without_propagation
|
|
134
146
|
)
|
|
135
147
|
self._widget._multicorControl.sigComputationRequest.connect(
|
|
136
148
|
self._widget.showResults
|
|
@@ -154,13 +166,13 @@ class MultiCoROW(
|
|
|
154
166
|
}
|
|
155
167
|
)
|
|
156
168
|
|
|
157
|
-
def
|
|
169
|
+
def execute_ewoks_task_without_propagation(self):
|
|
158
170
|
if self._checkCancelProcessingForMargins():
|
|
159
171
|
_logger.info(
|
|
160
172
|
"Multi-cor reconstruction cancelled by the user because of phasing / margins warning"
|
|
161
173
|
)
|
|
162
174
|
return
|
|
163
|
-
|
|
175
|
+
super().execute_ewoks_task_without_propagation() # propagation is handle once processing is done to handle interactive of auto modes
|
|
164
176
|
|
|
165
177
|
def _updateSettings(self):
|
|
166
178
|
self.set_default_input(
|
|
@@ -186,6 +198,10 @@ class MultiCoROW(
|
|
|
186
198
|
def setConfiguration(self, configuration):
|
|
187
199
|
self._widget.setConfiguration(configuration)
|
|
188
200
|
|
|
201
|
+
@Inputs.data
|
|
202
|
+
def _scanReceived(self, scan):
|
|
203
|
+
self.process(scan=scan)
|
|
204
|
+
|
|
189
205
|
def process(self, scan):
|
|
190
206
|
"""
|
|
191
207
|
call when a new scan is received
|
|
@@ -196,6 +212,12 @@ class MultiCoROW(
|
|
|
196
212
|
scan.cor_params = _QCoRParams()
|
|
197
213
|
if scan.multicor_params is None:
|
|
198
214
|
scan.multicor_params = _QMultiCoRParams()
|
|
215
|
+
if not check_nabu_params_are_provided(
|
|
216
|
+
nabu_params=self.get_task_input_value("nabu_params"),
|
|
217
|
+
process=self,
|
|
218
|
+
tomo_obj=scan,
|
|
219
|
+
):
|
|
220
|
+
return
|
|
199
221
|
# clear interface
|
|
200
222
|
self._widget.clearResults()
|
|
201
223
|
self.set_dynamic_input("data", scan)
|
|
@@ -391,11 +413,6 @@ class MultiCoROW(
|
|
|
391
413
|
self.show()
|
|
392
414
|
self._widget.showResults()
|
|
393
415
|
|
|
394
|
-
def handleNewSignals(self):
|
|
395
|
-
scan = self.get_task_input_value("data", None)
|
|
396
|
-
if scan is not None:
|
|
397
|
-
self.process(scan)
|
|
398
|
-
|
|
399
416
|
def _output_changed(self):
|
|
400
417
|
self._updateAccordingToResult()
|
|
401
418
|
return super()._output_changed()
|
|
@@ -419,3 +436,13 @@ class MultiCoROW(
|
|
|
419
436
|
|
|
420
437
|
def isAutoFocusLock(self):
|
|
421
438
|
return self._widget.isAutoFocusLock()
|
|
439
|
+
|
|
440
|
+
def handleNewSignals(self) -> None:
|
|
441
|
+
"""
|
|
442
|
+
in order to handle https://gitlab.esrf.fr/workflow/ewoks/ewoksorange/-/issues/60
|
|
443
|
+
we need to overwrite the Inputs.data and overwrite the 'handleNewSignals' function.
|
|
444
|
+
|
|
445
|
+
The Inputs.data is used to make sure the task is executed each time the value of a link is changed.
|
|
446
|
+
The overwrite of `handleNewSignals` is to make sure we won't trigger one extra time the widget.
|
|
447
|
+
"""
|
|
448
|
+
pass
|