tomwer 1.4.3__tar.gz → 1.4.5__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-1.4.3/src/tomwer.egg-info → tomwer-1.4.5}/PKG-INFO +1 -1
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/stitching/common.py +1 -14
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py +43 -21
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/utils.py +2 -14
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/stitching/nabustitcher.py +10 -23
- tomwer-1.4.5/src/tomwer/core/resourcemanager.py +33 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/ControlWidget.py +1 -1
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +1 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/volumeviewer.py +19 -3
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/version.py +1 -1
- {tomwer-1.4.3 → tomwer-1.4.5/src/tomwer.egg-info}/PKG-INFO +1 -1
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer.egg-info/SOURCES.txt +1 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/LICENSE +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/MANIFEST.in +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/README.rst +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/pyproject.toml +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/setup.cfg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/setup.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/test_cor.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/__main__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/darkref.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/multicor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/multipag.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/rsync.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datalistener/datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/tests/test_email.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/tests/test_h52nx_process.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/tomoobjseries.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/binning.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/dracbase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/gallery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/output.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/processeddataset.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/publish.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/rawdataset.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/tests/test_gallery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/imagekeyeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/nxtomoeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/output.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/mode.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/axis/side.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/nabuscores.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/nabuslices.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/test/test_castvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/params_cache.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/scores/params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_darkref.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_darkref_copy.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/tests/test_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/script/tests/test_script.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/task.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_conditions.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_dark_and_flat.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_data_listener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_data_transfer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_data_watcher.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_nabu.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/tests/test_timer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_data_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/tests/test_volume_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/settings.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/signal.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/reducedarkflatselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/series/test/test_nxtomo_concatenate.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_process_manager.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_scanvalidator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/icons.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/AxisMainWindow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/AxisWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/CalculationWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/InputWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/ManualFramesSelection.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/darkref/darkrefwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/slices.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/test/test_helical.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/normalization/intensity.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/normalization/test/test_intensity.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/saaxis/corrangeselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/settings.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/tests/test_axis_gui.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/tests/test_darkRefs.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/tests/test_foldertransfer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_future_supervisorow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datawatcher.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_emailow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_notifier.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomo_concatenate_ow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_reduce_dark_flat_selector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_timerow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_helical_prepare_weights_double.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_widget.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkref.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_foldertransfert.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/tests/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer/utils.py +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer.egg-info/requires.txt +0 -0
- {tomwer-1.4.3 → tomwer-1.4.5}/src/tomwer.egg-info/top_level.txt +0 -0
@@ -181,21 +181,8 @@ class _StitcherThread(qt.QThread):
|
|
181
181
|
},
|
182
182
|
)
|
183
183
|
|
184
|
-
if self._cluster_config in (None, {}):
|
185
|
-
self._runLocally(task)
|
186
|
-
else:
|
187
|
-
self._runRemotely(task)
|
188
|
-
|
189
|
-
def _runLocally(self, task):
|
190
|
-
task.run()
|
191
|
-
|
192
|
-
def _runRemotely(self, task):
|
193
184
|
task.run()
|
194
|
-
|
195
|
-
for future in task.outputs.future_tomo_obj.futures:
|
196
|
-
future.result()
|
197
|
-
# note: there is also a callback to aggregate result once all are finished.
|
198
|
-
# so at this stage the final "nxtomo" or "volume" might not exists yet
|
185
|
+
print("stitching finished")
|
199
186
|
|
200
187
|
|
201
188
|
class MainWindow(qt.QDialog):
|
@@ -15,6 +15,8 @@ import sys
|
|
15
15
|
import numpy
|
16
16
|
from silx.io.url import DataUrl
|
17
17
|
from silx.io.utils import open as open_hdf5
|
18
|
+
from silx.gui.utils import concurrent
|
19
|
+
|
18
20
|
from sluurp.executor import submit as submit_to_slurm_cluster
|
19
21
|
from sluurp.job import SBatchScriptJob
|
20
22
|
from tomoscan.io import HDF5File
|
@@ -41,6 +43,8 @@ from tomwer.core.scan.nxtomoscan import NXtomoScan
|
|
41
43
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
42
44
|
from tomwer.core.utils.slurm import get_slurm_script_name, is_slurm_available
|
43
45
|
from tomwer.core.volume.volumefactory import VolumeFactory
|
46
|
+
from tomwer.core.resourcemanager import HDF5VolumeManager
|
47
|
+
from tomwer.core.volume.hdf5volume import HDF5VolumeIdentifier
|
44
48
|
|
45
49
|
from . import settings, utils
|
46
50
|
|
@@ -279,25 +283,43 @@ class _NabuBaseReconstructor:
|
|
279
283
|
success=True,
|
280
284
|
config=config_to_dump,
|
281
285
|
)
|
282
|
-
elif self.target
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
286
|
+
elif self.target in (Target.LOCAL, Target.SLURM):
|
287
|
+
axis = config_to_dump["reconstruction"].get("slice_plane", "XY")
|
288
|
+
if file_format in ("hdf5", "h5", "hdf"):
|
289
|
+
vol_identifiers = utils.get_recons_volume_identifier(
|
290
|
+
file_prefix=config_to_dump["output"]["file_prefix"],
|
291
|
+
location=config_to_dump["output"]["location"],
|
292
|
+
slice_index=None,
|
293
|
+
scan=self.scan,
|
294
|
+
file_format=file_format,
|
295
|
+
axis=axis,
|
296
|
+
)
|
297
|
+
# release potential resource lockers (like the HDF5 volume viewer)
|
298
|
+
for vol_identifier in vol_identifiers:
|
299
|
+
if isinstance(vol_identifier, HDF5VolumeIdentifier):
|
300
|
+
concurrent.submitToQtMainThread(
|
301
|
+
HDF5VolumeManager.release_resource,
|
302
|
+
vol_identifier.file_path,
|
303
|
+
)
|
304
|
+
if self.target is Target.LOCAL:
|
305
|
+
_logger.info(f"run {info} for {self.scan} with {config_to_dump}")
|
306
|
+
return self._run_nabu_locally(
|
307
|
+
conf_file=config_file,
|
308
|
+
file_format=file_format,
|
309
|
+
config_to_dump=config_to_dump,
|
310
|
+
axis=axis,
|
311
|
+
)
|
312
|
+
elif self.target is Target.SLURM:
|
313
|
+
_logger.info(
|
314
|
+
f"run {info} on slurm for {self.scan.path} with {config_to_dump}"
|
315
|
+
)
|
316
|
+
return self._run_nabu_on_slurm(
|
317
|
+
conf_file=config_file,
|
318
|
+
config_to_dump=config_to_dump,
|
319
|
+
cluster_config=self.cluster_config.to_dict(),
|
320
|
+
process_name=process_name,
|
321
|
+
info=info,
|
322
|
+
)
|
301
323
|
else:
|
302
324
|
raise ValueError(f"{self.target} is not recognized as a valid target")
|
303
325
|
|
@@ -362,7 +384,7 @@ class _NabuBaseReconstructor:
|
|
362
384
|
self._process.kill()
|
363
385
|
outs, errs = self._process.communicate()
|
364
386
|
|
365
|
-
|
387
|
+
recons_vol_identifiers = utils.get_recons_volume_identifier(
|
366
388
|
file_prefix=config_to_dump["output"]["file_prefix"],
|
367
389
|
location=config_to_dump["output"]["location"],
|
368
390
|
slice_index=None,
|
@@ -372,7 +394,7 @@ class _NabuBaseReconstructor:
|
|
372
394
|
)
|
373
395
|
return ResultsLocalRun(
|
374
396
|
success=not nabu_std_err_has_error(errs),
|
375
|
-
results_identifiers=
|
397
|
+
results_identifiers=recons_vol_identifiers,
|
376
398
|
std_out=outs,
|
377
399
|
std_err=errs,
|
378
400
|
config=config_to_dump, # config_slices,
|
@@ -12,6 +12,7 @@ from nabu.pipeline.fullfield.nabu_config import (
|
|
12
12
|
)
|
13
13
|
from silx.utils.enum import Enum as _Enum
|
14
14
|
|
15
|
+
from tomoscan.identifier import VolumeIdentifier
|
15
16
|
import tomwer.version
|
16
17
|
from tomwer.core.process.reconstruction.nabu.plane import NabuPlane
|
17
18
|
from tomwer.core.scan.edfscan import EDFTomoScan
|
@@ -100,7 +101,7 @@ def get_recons_volume_identifier(
|
|
100
101
|
scan: TomwerScanBase,
|
101
102
|
slice_index: int | None,
|
102
103
|
axis: NabuPlane,
|
103
|
-
) -> tuple:
|
104
|
+
) -> tuple[VolumeIdentifier]:
|
104
105
|
"""
|
105
106
|
return tuple of DataUrl for existings slices
|
106
107
|
"""
|
@@ -160,19 +161,6 @@ def get_recons_volume_identifier(
|
|
160
161
|
),
|
161
162
|
)
|
162
163
|
|
163
|
-
# case of the multitiff. Not handled by tomwer
|
164
|
-
# elif file_format == "tiff":
|
165
|
-
# # for single frame tiff nabu uses another convention by saving it 'directly'.
|
166
|
-
# volumes = (
|
167
|
-
# MultiTIFFVolume(
|
168
|
-
# file_path=os.path.join(
|
169
|
-
# location,
|
170
|
-
# file_prefix,
|
171
|
-
# ".".join([file_prefix, file_format]),
|
172
|
-
# ),
|
173
|
-
# ),
|
174
|
-
# )
|
175
|
-
|
176
164
|
else:
|
177
165
|
raise ValueError(f"file format not managed: {file_format}")
|
178
166
|
|
@@ -26,7 +26,6 @@ from processview.core.superviseprocess import SuperviseProcess
|
|
26
26
|
from tomwer.core.process.task import Task
|
27
27
|
from tomwer.core.scan.nxtomoscan import NXtomoScan
|
28
28
|
from tomwer.core.scan.scanfactory import ScanFactory
|
29
|
-
from tomwer.core.futureobject import FutureTomwerObject
|
30
29
|
from tomwer.core.volume.volumefactory import VolumeFactory
|
31
30
|
|
32
31
|
|
@@ -135,32 +134,24 @@ class StitcherTask(
|
|
135
134
|
stitching_config=config,
|
136
135
|
progress_bars=slurm_job_progress_bars,
|
137
136
|
)
|
138
|
-
|
139
|
-
|
140
|
-
future.add_done_callback(data_aggregation.onePartFinished)
|
137
|
+
# will wait and provide feedback until the stitching is completed.
|
138
|
+
data_aggregation.process()
|
141
139
|
|
142
140
|
if config.stitching_type is StitchingType.Z_PREPROC:
|
143
141
|
output_nx_tomo_file = config.output_file_path
|
144
142
|
output_nx_tomo_entry = config.output_data_path
|
145
|
-
|
143
|
+
self.outputs.data = NXtomoScan(
|
146
144
|
scan=output_nx_tomo_file, entry=output_nx_tomo_entry
|
147
145
|
)
|
148
|
-
self.outputs.future_tomo_obj =
|
149
|
-
tomo_obj=tomwer_scan,
|
150
|
-
futures=tuple(futures.values()),
|
151
|
-
)
|
152
|
-
self.outputs.data = None
|
146
|
+
self.outputs.future_tomo_obj = None
|
153
147
|
self.outputs.volume = None
|
154
148
|
|
155
149
|
elif config.stitching_type is StitchingType.Z_POSTPROC:
|
156
150
|
tomwer_volume = VolumeFactory.create_tomo_object_from_identifier(
|
157
151
|
config.output_volume.get_identifier().to_str()
|
158
152
|
)
|
159
|
-
self.outputs.future_tomo_obj =
|
160
|
-
|
161
|
-
futures=tuple(futures.values()),
|
162
|
-
)
|
163
|
-
self.outputs.volume = None
|
153
|
+
self.outputs.future_tomo_obj = None
|
154
|
+
self.outputs.volume = tomwer_volume
|
164
155
|
self.outputs.data = None
|
165
156
|
|
166
157
|
|
@@ -171,7 +162,7 @@ class StitchingPostProcAggregation(_StitchingPostProcAggregation):
|
|
171
162
|
|
172
163
|
def __init__(self, *args, **kwargs) -> None:
|
173
164
|
super().__init__(*args, **kwargs)
|
174
|
-
|
165
|
+
print("creates StitchingPostProcAggregation")
|
175
166
|
|
176
167
|
if isinstance(self.stitching_config, dict):
|
177
168
|
stitching_type = StitchingType.from_value(
|
@@ -192,10 +183,6 @@ class StitchingPostProcAggregation(_StitchingPostProcAggregation):
|
|
192
183
|
f"stitching_config is expected to be an instance of {StitchingConfiguration}. {type(self.stitching_config)} provided instead"
|
193
184
|
)
|
194
185
|
|
195
|
-
def
|
196
|
-
|
197
|
-
|
198
|
-
# if users want to only run post-processing agregation then they will use the nabu CLI for it.
|
199
|
-
if self._n_finished == len(self._futures):
|
200
|
-
_logger.info("All slurm job finished. Will aggregate results")
|
201
|
-
self.process()
|
186
|
+
def process(self):
|
187
|
+
super().process()
|
188
|
+
_logger.info("Stitching finished.")
|
@@ -0,0 +1,33 @@
|
|
1
|
+
class BaseResourceObserver:
|
2
|
+
"""base class of the resource observer"""
|
3
|
+
|
4
|
+
def release_resource(self, resource):
|
5
|
+
raise NotImplementedError("Base class")
|
6
|
+
|
7
|
+
|
8
|
+
class _DummyResourceManager:
|
9
|
+
"""
|
10
|
+
Simple resource manager. It holds a set of observer tha must release a resource when requested
|
11
|
+
Observers must implement the 'BaseResourceObserver'
|
12
|
+
"""
|
13
|
+
|
14
|
+
def __init__(self):
|
15
|
+
self._observers = set()
|
16
|
+
|
17
|
+
def register(self, observer):
|
18
|
+
"""Register a process to be notified when the resource should be released."""
|
19
|
+
if observer not in self._observers:
|
20
|
+
self._observers.add(observer)
|
21
|
+
|
22
|
+
def unregister(self, observer):
|
23
|
+
"""Unregister a process so it won't be notified anymore."""
|
24
|
+
if observer in self._observers:
|
25
|
+
self._observers.remove(observer)
|
26
|
+
|
27
|
+
def release_resource(self, resource: str):
|
28
|
+
"""Force all observer to release the given resource"""
|
29
|
+
for observer in self._observers:
|
30
|
+
observer.release_resource(resource)
|
31
|
+
|
32
|
+
|
33
|
+
HDF5VolumeManager = _DummyResourceManager()
|
@@ -211,7 +211,7 @@ class _PositionInfoWidget(qt.QWidget):
|
|
211
211
|
else:
|
212
212
|
value = float(self._relativePositionQLE.text())
|
213
213
|
# make sure we only emit the signal if the value changed (and when the Qline has been edited).
|
214
|
-
if self._axis_params.relative_cor_value
|
214
|
+
if isinstance(self._axis_params.relative_cor_value, (type(None), str)) or (
|
215
215
|
self._axis_params is not None
|
216
216
|
and not numpy.isclose(
|
217
217
|
value, self._axis_params.relative_cor_value, atol=1e-3
|
@@ -95,6 +95,7 @@ class _NabuPhaseConfig(qt.QWidget, base._NabuStageConfigBase):
|
|
95
95
|
self._unsharpOpts.setDiscourageUnsharpMask(
|
96
96
|
self.getMethod() is _NabuPhaseMethod.NONE
|
97
97
|
)
|
98
|
+
self._unsharpOpts._updateUnsharpMaskWarning()
|
98
99
|
self.sigConfChanged.emit("method")
|
99
100
|
|
100
101
|
def _signalConfChanged(self, param):
|
@@ -6,6 +6,8 @@ import h5py
|
|
6
6
|
|
7
7
|
import numpy
|
8
8
|
import numpy.lib.npyio
|
9
|
+
|
10
|
+
import os
|
9
11
|
import silx
|
10
12
|
from silx.gui import qt
|
11
13
|
from silx.gui.colors import Colormap
|
@@ -18,6 +20,7 @@ from tomwer.core.volume.volumefactory import VolumeFactory
|
|
18
20
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
19
21
|
from tomwer.gui.visualization.reconstructionparameters import ReconstructionParameters
|
20
22
|
from tomwer.core.volume.hdf5volume import HDF5Volume
|
23
|
+
from tomwer.core.resourcemanager import BaseResourceObserver, HDF5VolumeManager
|
21
24
|
from tomoscan.identifier import VolumeIdentifier
|
22
25
|
|
23
26
|
from silx.gui.widgets.WaitingOverlay import WaitingOverlay
|
@@ -215,9 +218,9 @@ class _TomoApplicationContext(DataViewHooks):
|
|
215
218
|
return self.__defaultColormapDialog
|
216
219
|
|
217
220
|
|
218
|
-
class VolumeViewer(qt.QMainWindow):
|
221
|
+
class VolumeViewer(qt.QMainWindow, BaseResourceObserver):
|
219
222
|
def __init__(self, parent):
|
220
|
-
|
223
|
+
super().__init__(parent)
|
221
224
|
|
222
225
|
self._volume_loaded_in_background = (None, None)
|
223
226
|
# store the volume loaded in the background and the thread used for it as (volume_identifier, thread)
|
@@ -259,6 +262,8 @@ class VolumeViewer(qt.QMainWindow):
|
|
259
262
|
loading data on the fly and avoid loading everything into memory for
|
260
263
|
hdf5."""
|
261
264
|
self.__last_mode = None
|
265
|
+
# register the viewer as observer of the HDF5 volume (handle resource conflict)
|
266
|
+
HDF5VolumeManager.register(self)
|
262
267
|
|
263
268
|
def _close_h5_file(self):
|
264
269
|
if self._h5_file is not None:
|
@@ -266,9 +271,21 @@ class VolumeViewer(qt.QMainWindow):
|
|
266
271
|
self._h5_file = None
|
267
272
|
|
268
273
|
def close(self):
|
274
|
+
HDF5VolumeManager.unregister(self)
|
269
275
|
self._close_h5_file()
|
270
276
|
super().close()
|
271
277
|
|
278
|
+
def release_resource(self, resource: str):
|
279
|
+
if self._h5_file is not None and resource in (
|
280
|
+
self._h5_file.filename,
|
281
|
+
os.path.abspath(self._h5_file.filename),
|
282
|
+
):
|
283
|
+
_logger.warning(
|
284
|
+
f"{resource} about to be overwrite. Closing resource and cleaning plot."
|
285
|
+
)
|
286
|
+
self._close_h5_file()
|
287
|
+
self.clear()
|
288
|
+
|
272
289
|
def setScan(self, scan):
|
273
290
|
self.clear()
|
274
291
|
if scan is None:
|
@@ -276,7 +293,6 @@ class VolumeViewer(qt.QMainWindow):
|
|
276
293
|
|
277
294
|
elif len(scan.latest_vol_reconstructions) == 0:
|
278
295
|
_logger.warning(f"No reconstructed volume for {scan}")
|
279
|
-
self.clear()
|
280
296
|
self._infoWidget.setScan(scan)
|
281
297
|
else:
|
282
298
|
self._set_volumes(volumes=scan.latest_vol_reconstructions)
|
@@ -268,6 +268,7 @@ src/tomwer/app/stitching/__init__.py
|
|
268
268
|
src/tomwer/app/stitching/common.py
|
269
269
|
src/tomwer/core/__init__.py
|
270
270
|
src/tomwer/core/futureobject.py
|
271
|
+
src/tomwer/core/resourcemanager.py
|
271
272
|
src/tomwer/core/settings.py
|
272
273
|
src/tomwer/core/signal.py
|
273
274
|
src/tomwer/core/tomwer_object.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows
RENAMED
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows
RENAMED
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows
RENAMED
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/notification.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png
RENAMED
File without changes
|
{tomwer-1.4.3 → tomwer-1.4.5}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg
RENAMED
File without changes
|