tomwer 1.4.0rc6__tar.gz → 1.4.2__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.0rc6/src/tomwer.egg-info → tomwer-1.4.2}/PKG-INFO +2 -3
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/setup.cfg +1 -2
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/orange/managedprocess.py +7 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +2 -2
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +5 -4
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +19 -47
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -2
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +8 -3
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +4 -6
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +8 -4
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -4
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +1 -13
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/axis.py +0 -1
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/intensitynormalization.py +0 -14
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/multicor.py +1 -33
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/multipag.py +1 -31
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/nabuapp.py +0 -1
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/patchrawdarkflat.py +0 -3
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/reducedarkflat.py +0 -1
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datalistener/datalistener.py +0 -232
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/datawatcher.py +0 -5
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/scantransfer.py +3 -60
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/darkflatpatch.py +0 -8
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/imagekeyeditor.py +2 -19
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/axis.py +7 -18
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -59
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/nabuslices.py +0 -88
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -10
- tomwer-1.4.2/src/tomwer/core/process/reconstruction/params_cache.py +36 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/saaxis/saaxis.py +80 -88
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +78 -86
- tomwer-1.4.2/src/tomwer/core/process/reconstruction/tests/test_params_cache.py +37 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/script/python.py +0 -19
- tomwer-1.4.2/src/tomwer/core/process/task.py +130 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_dark_and_flat.py +0 -6
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_data_transfer.py +0 -1
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_data_watcher.py +6 -23
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/edfscan.py +0 -11
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/nxtomoscan.py +0 -12
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/scanbase.py +0 -81
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/CalculationWidget.py +3 -5
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/tests/test_saaxis.py +2 -2
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/tests/test_sadeltabeta.py +2 -2
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/axisparams.py +2 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/axis.py +0 -18
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/tests/test_foldertransfer.py +2 -19
- tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +157 -0
- tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +144 -0
- tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +159 -0
- {tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/tests → tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets}/test_darkref.py +0 -9
- {tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/tests → tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets}/test_foldertransfert.py +1 -1
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -4
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/version.py +3 -3
- {tomwer-1.4.0rc6 → tomwer-1.4.2/src/tomwer.egg-info}/PKG-INFO +2 -3
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer.egg-info/SOURCES.txt +5 -6
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer.egg-info/requires.txt +1 -2
- tomwer-1.4.0rc6/src/tomwer/core/process/task.py +0 -420
- tomwer-1.4.0rc6/src/tomwer/core/scan/tests/test_process_registration.py +0 -64
- tomwer-1.4.0rc6/src/tomwer/core/utils/Singleton.py +0 -36
- tomwer-1.4.0rc6/src/tomwer/core/utils/locker.py +0 -58
- tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +0 -200
- tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +0 -194
- tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +0 -194
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/LICENSE +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/MANIFEST.in +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/README.rst +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/pyproject.toml +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/setup.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/test_cor.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/__main__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/darkref.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/rsync.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/tests/test_email.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/tests/test_h52nx_process.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/tomoobjseries.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/binning.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/dracbase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/gallery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/output.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/processeddataset.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/publish.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/rawdataset.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/tests/test_gallery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/nxtomoeditor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/output.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/mode.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/axis/side.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/nabuscores.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/test/test_castvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/nabu/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/scores/params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_darkref.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_darkref_copy.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/tests/test_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/script/tests/test_script.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/stitching/nabustitcher.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_conditions.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_data_listener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_nabu.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/tests/test_timer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_data_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/tests/test_volume_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/settings.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/signal.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/reducedarkflatselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/series/test/test_nxtomo_concatenate.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_process_manager.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_scanvalidator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/icons.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/AxisMainWindow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/AxisWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/ControlWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/InputWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/ManualFramesSelection.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/darkref/darkrefwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/slices.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/test/test_helical.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/normalization/intensity.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/normalization/test/test_intensity.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/saaxis/corrangeselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/settings.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/tests/test_axis_gui.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/axis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/tests/test_darkRefs.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_future_supervisorow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datawatcher.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_emailow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_notifier.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomo_concatenate_ow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_reduce_dark_flat_selector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_timerow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_helical_prepare_weights_double.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_widget.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-1.4.0rc6/src/tomwer/tests/orangecontrib/tomwer/widgets/tests → tomwer-1.4.2/src/tomwer/tests/orangecontrib/tomwer/widgets}/test_conditions.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/tests/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer/utils.py +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.4.0rc6 → tomwer-1.4.2}/src/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.2
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
|
@@ -28,11 +28,10 @@ Requires-Dist: silx[full]>=2.0
|
|
28
28
|
Requires-Dist: tomoscan>=2.1.0a18
|
29
29
|
Requires-Dist: nxtomo>=1.3.0dev4
|
30
30
|
Requires-Dist: nxtomomill>=1.1.0a0
|
31
|
-
Requires-Dist: processview>=1.
|
31
|
+
Requires-Dist: processview>=1.5.0
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
33
|
Requires-Dist: sluurp>=0.4.1
|
34
34
|
Requires-Dist: packaging
|
35
|
-
Requires-Dist: flufl-lock
|
36
35
|
Requires-Dist: pyunitsystem>=2.0.0a
|
37
36
|
Requires-Dist: tqdm
|
38
37
|
Provides-Extra: full-base
|
@@ -1,6 +1,7 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
3
|
import functools
|
4
|
+
import logging
|
4
5
|
|
5
6
|
from ewoksorange.bindings import OWEwoksWidgetWithTaskStack
|
6
7
|
from ewoksorange.bindings.owwidgets import invalid_data
|
@@ -10,6 +11,8 @@ from processview.core.superviseprocess import SuperviseProcess
|
|
10
11
|
|
11
12
|
from orangecontrib.tomwer.widgets.utils import WidgetLongProcessing
|
12
13
|
|
14
|
+
_logger = logging.getLogger(__name__)
|
15
|
+
|
13
16
|
|
14
17
|
class _SuperviseMixIn(SuperviseProcess):
|
15
18
|
def __init__(self, process_id=None):
|
@@ -18,6 +21,10 @@ class _SuperviseMixIn(SuperviseProcess):
|
|
18
21
|
|
19
22
|
def setCaption(self, caption):
|
20
23
|
self.name = caption
|
24
|
+
try:
|
25
|
+
ProcessManager().process_renamed(process=self)
|
26
|
+
except Exception as e:
|
27
|
+
_logger.warning(f"Fail to update process name. Error is {e}")
|
21
28
|
|
22
29
|
def notify_skip(self, scan, details=None):
|
23
30
|
ProcessManager().notify_dataset_state(
|
@@ -21,8 +21,8 @@
|
|
21
21
|
<link id="5" source_node_id="8" sink_node_id="6" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
22
22
|
<link id="6" source_node_id="7" sink_node_id="3" source_channel="cluster_config" sink_channel="cluster_config" enabled="true" source_channel_id="config_out" sink_channel_id="cluster_in" />
|
23
23
|
<link id="7" source_node_id="3" sink_node_id="9" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="future_tomo_obj" />
|
24
|
-
<link id="8" source_node_id="9" sink_node_id="
|
25
|
-
<link id="9" source_node_id="9" sink_node_id="
|
24
|
+
<link id="8" source_node_id="9" sink_node_id="4" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
25
|
+
<link id="9" source_node_id="9" sink_node_id="5" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
26
26
|
</links>
|
27
27
|
<annotations>
|
28
28
|
<arrow id="0" start="(267.0, 56.0)" end="(194.0, 105.0)" fill="#C1272D" />
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py
RENAMED
@@ -78,6 +78,7 @@ class ImageKeyUpgraderOW(
|
|
78
78
|
|
79
79
|
def get_task_inputs(self):
|
80
80
|
task_inputs = super().get_task_inputs()
|
81
|
+
task_inputs["serialize_output_data"] = False
|
81
82
|
try:
|
82
83
|
scan = task_inputs["data"]
|
83
84
|
except Exception:
|
@@ -86,14 +87,14 @@ class ImageKeyUpgraderOW(
|
|
86
87
|
self.notify_pending(scan=scan)
|
87
88
|
return task_inputs
|
88
89
|
|
89
|
-
def _execute_ewoks_task(self, propagate):
|
90
|
+
def _execute_ewoks_task(self, propagate, log_missing_inputs=False):
|
90
91
|
task_arguments = self._get_task_arguments()
|
91
92
|
scan = task_arguments.get("inputs", {}).get("data", None)
|
92
93
|
if scan is not None:
|
93
94
|
self.notify_pending(scan=scan)
|
94
|
-
|
95
|
-
|
96
|
-
|
95
|
+
super()._execute_ewoks_task( # pylint: disable=E1123
|
96
|
+
propagate=propagate, log_missing_inputs=log_missing_inputs
|
97
|
+
)
|
97
98
|
|
98
99
|
def _notify_state(self):
|
99
100
|
try:
|
@@ -22,7 +22,9 @@ from tomwer.core import settings
|
|
22
22
|
from tomwer.core.utils.lbsram import is_low_on_memory
|
23
23
|
from tomwer.core.process.reconstruction.axis import AxisTask
|
24
24
|
from tomwer.core.process.reconstruction.axis.mode import AxisMode
|
25
|
-
from tomwer.core.
|
25
|
+
from tomwer.core.process.reconstruction.params_cache import (
|
26
|
+
save_reconstruction_parameters_to_cache,
|
27
|
+
)
|
26
28
|
from tomwer.core.scan.scanbase import TomwerScanBase, _TomwerBaseDock
|
27
29
|
from tomwer.gui.reconstruction.axis import AxisMainWindow
|
28
30
|
from tomwer.synctools.axis import QAxisRP
|
@@ -296,11 +298,12 @@ class AxisOW(SuperviseOW, WidgetLongProcessing):
|
|
296
298
|
self.__scan._axis_params.set_relative_value(
|
297
299
|
self._axis_params.relative_cor_value
|
298
300
|
)
|
299
|
-
|
301
|
+
relative_cor_value = self.__scan.axis_params.relative_cor_value
|
302
|
+
save_reconstruction_parameters_to_cache(scan=self.__scan)
|
300
303
|
pv_helpers.notify_succeed(
|
301
304
|
process=self,
|
302
305
|
dataset=self.__scan,
|
303
|
-
details=f"axis calculation defined for {self.__scan.path}: {
|
306
|
+
details=f"axis calculation defined for {self.__scan.path}: {relative_cor_value} (using manual)",
|
304
307
|
)
|
305
308
|
# validate the center of rotation
|
306
309
|
pm = ProcessManager()
|
@@ -415,36 +418,18 @@ class AxisOW(SuperviseOW, WidgetLongProcessing):
|
|
415
418
|
self._axis_params.relative_cor_value
|
416
419
|
)
|
417
420
|
cor = scan._axis_params.relative_cor_value
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
AxisTask._register_process(
|
431
|
-
process_file=scan.process_file,
|
432
|
-
entry=entry,
|
433
|
-
process=ap,
|
434
|
-
results={
|
435
|
-
"center_of_rotation": cor if cor is not None else "-"
|
436
|
-
},
|
437
|
-
configuration=self._axis_params.to_dict(),
|
438
|
-
process_index=scan.pop_process_index(),
|
439
|
-
overwrite=True,
|
440
|
-
)
|
441
|
-
except Exception as e:
|
442
|
-
logger.warning(f"Fail to register Axis process. Error is {e}")
|
443
|
-
ProcessManager().notify_dataset_state(
|
444
|
-
dataset=scan,
|
445
|
-
process=ap,
|
446
|
-
state=DatasetState.SUCCEED,
|
447
|
-
)
|
421
|
+
save_reconstruction_parameters_to_cache(scan=scan)
|
422
|
+
ap = AxisTask(
|
423
|
+
process_id=self.process_id,
|
424
|
+
inputs={
|
425
|
+
"data": None,
|
426
|
+
},
|
427
|
+
)
|
428
|
+
ProcessManager().notify_dataset_state(
|
429
|
+
dataset=scan,
|
430
|
+
process=ap,
|
431
|
+
state=DatasetState.SUCCEED,
|
432
|
+
)
|
448
433
|
else:
|
449
434
|
processing_class = AxisTask(
|
450
435
|
inputs={
|
@@ -459,23 +444,10 @@ class AxisOW(SuperviseOW, WidgetLongProcessing):
|
|
459
444
|
self.scan_ready(scan=scan)
|
460
445
|
|
461
446
|
elif self.isValueLock():
|
462
|
-
entry = scan.entry if isinstance(scan, NXtomoScan) else "entry"
|
463
447
|
cor = self._axis_params.relative_cor_value
|
464
448
|
scan.axis_params.set_relative_value(cor)
|
449
|
+
save_reconstruction_parameters_to_cache(scan=scan)
|
465
450
|
scan._axis_params.mode = "manual"
|
466
|
-
with scan.acquire_process_file_lock():
|
467
|
-
try:
|
468
|
-
AxisTask._register_process(
|
469
|
-
process_file=scan.process_file,
|
470
|
-
entry=entry,
|
471
|
-
process=AxisTask,
|
472
|
-
results={"center_of_rotation": cor if cor is not None else "-"},
|
473
|
-
configuration=self._axis_params.to_dict(),
|
474
|
-
process_index=scan.pop_process_index(),
|
475
|
-
overwrite=True,
|
476
|
-
)
|
477
|
-
except Exception as e:
|
478
|
-
logger.warning(f"Fail to register Axis process. Error is {e}")
|
479
451
|
ProcessManager().notify_dataset_state(
|
480
452
|
dataset=scan,
|
481
453
|
process=AxisTask(
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py
RENAMED
@@ -144,8 +144,6 @@ class DarkRefAndCopyOW(SuperviseOW, WidgetLongProcessing):
|
|
144
144
|
except Exception:
|
145
145
|
_logger.warning("fail to load reconstruction settings")
|
146
146
|
|
147
|
-
self.setCaption(self.windowTitle())
|
148
|
-
|
149
147
|
def __new__(cls, *args, **kwargs):
|
150
148
|
# ensure backward compatibility with 'static_input'
|
151
149
|
static_input = kwargs.get("stored_settings", {}).get("static_input", None)
|
@@ -11,10 +11,13 @@ from orangewidget.settings import Setting
|
|
11
11
|
from orangewidget.widget import Input, Output
|
12
12
|
from silx.gui import qt
|
13
13
|
|
14
|
+
from tomwer.core.process.reconstruction.params_cache import (
|
15
|
+
load_reconstruction_parameters_from_cache,
|
16
|
+
save_reconstruction_parameters_to_cache,
|
17
|
+
)
|
14
18
|
import tomwer.core.process.reconstruction.nabu.nabuslices
|
15
19
|
from tomwer.core.cluster import SlurmClusterConfiguration
|
16
20
|
from tomwer.core.futureobject import FutureTomwerObject
|
17
|
-
from tomwer.core.process.reconstruction.nabu.nabuslices import NabuSlicesTask
|
18
21
|
from tomwer.core.scan.scanbase import TomwerScanBase, _TomwerBaseDock
|
19
22
|
from tomwer.core.volume.volumefactory import VolumeFactory
|
20
23
|
|
@@ -165,14 +168,15 @@ class NabuOW(WidgetLongProcessing, SuperviseOW):
|
|
165
168
|
if scan is None:
|
166
169
|
return
|
167
170
|
|
171
|
+
self._nabuWidget.setScan(scan)
|
172
|
+
|
168
173
|
if scan.axis_params is None or scan.axis_params.relative_cor_value is None:
|
169
174
|
# try to retrieve last computed cor value from nabu process
|
170
|
-
r_cor = NabuSlicesTask.retrieve_last_relative_cor(scan)
|
171
175
|
if scan.axis_params is None:
|
172
176
|
from tomwer.synctools.axis import QAxisRP
|
173
177
|
|
174
178
|
scan.axis_params = QAxisRP()
|
175
|
-
scan
|
179
|
+
load_reconstruction_parameters_from_cache(scan=scan)
|
176
180
|
|
177
181
|
self.show()
|
178
182
|
with NabuOW.DialogCM(self._buttons):
|
@@ -211,6 +215,7 @@ class NabuOW(WidgetLongProcessing, SuperviseOW):
|
|
211
215
|
def _endProcessing(self, scan, future_tomo_obj):
|
212
216
|
WidgetLongProcessing._endProcessing(self, scan)
|
213
217
|
if scan is not None:
|
218
|
+
save_reconstruction_parameters_to_cache(scan=scan)
|
214
219
|
# send scan
|
215
220
|
self.Outputs.data.send(scan)
|
216
221
|
# send slice urls
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py
RENAMED
@@ -15,6 +15,9 @@ from tomoscan.identifier import VolumeIdentifier
|
|
15
15
|
|
16
16
|
import tomwer.core.process.reconstruction.nabu.nabuvolume
|
17
17
|
from orangecontrib.tomwer.widgets.utils import WidgetLongProcessing
|
18
|
+
from tomwer.core.process.reconstruction.params_cache import (
|
19
|
+
load_reconstruction_parameters_from_cache,
|
20
|
+
)
|
18
21
|
from tomwer.core import settings
|
19
22
|
from tomwer.core.cluster import SlurmClusterConfiguration
|
20
23
|
from tomwer.core.futureobject import FutureTomwerObject
|
@@ -22,7 +25,6 @@ from tomwer.core.process.drac.processeddataset import (
|
|
22
25
|
DracReconstructedVolumeDataset,
|
23
26
|
)
|
24
27
|
from tomwer.core.process.reconstruction.nabu import utils as nabu_utils
|
25
|
-
from tomwer.core.process.reconstruction.nabu.nabuvolume import NabuVolumeTask
|
26
28
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
27
29
|
from tomwer.core.utils.char import BETA_CHAR, DELTA_CHAR
|
28
30
|
from tomwer.core.utils.scanutils import format_output_location
|
@@ -231,15 +233,11 @@ class NabuVolumeOW(WidgetLongProcessing, SuperviseOW):
|
|
231
233
|
or dataset.axis_params.relative_cor_value is None
|
232
234
|
):
|
233
235
|
# try to retrieve last computed cor value from nabu process
|
234
|
-
r_cor = NabuVolumeTask.retrieve_last_relative_cor(dataset)
|
235
236
|
if dataset.axis_params is None:
|
236
237
|
from tomwer.synctools.axis import QAxisRP
|
237
238
|
|
238
239
|
dataset.axis_params = QAxisRP()
|
239
|
-
|
240
|
-
dataset.axis_params.set_relative_value(float(r_cor))
|
241
|
-
except Exception:
|
242
|
-
pass
|
240
|
+
load_reconstruction_parameters_from_cache(scan=dataset)
|
243
241
|
|
244
242
|
self.process(dataset)
|
245
243
|
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py
RENAMED
@@ -18,7 +18,9 @@ from tomwer.core import settings
|
|
18
18
|
from tomwer.core.utils.lbsram import is_low_on_memory
|
19
19
|
from tomwer.core.cluster import SlurmClusterConfiguration
|
20
20
|
from tomwer.core.process.reconstruction.axis import AxisTask
|
21
|
-
from tomwer.core.process.reconstruction.
|
21
|
+
from tomwer.core.process.reconstruction.params_cache import (
|
22
|
+
save_reconstruction_parameters_to_cache,
|
23
|
+
)
|
22
24
|
from tomwer.core.scan.scanbase import TomwerScanBase, _TomwerBaseDock
|
23
25
|
from tomwer.gui.reconstruction.saaxis.saaxis import SAAxisWindow as _SAAxisWindow
|
24
26
|
from tomwer.synctools.axis import QAxisRP
|
@@ -41,6 +43,8 @@ class SAAxisWindow(_SAAxisWindow):
|
|
41
43
|
self._processing_stack = SAAxisProcessStack(
|
42
44
|
saaxis_params=self._saaxis_params, process_id=process_id
|
43
45
|
)
|
46
|
+
if process_id is not None:
|
47
|
+
assert self._processing_stack.process_id == process_id
|
44
48
|
|
45
49
|
# connect signal / slot
|
46
50
|
self.sigValidated.connect(self.validateCurrentScan)
|
@@ -187,6 +191,8 @@ class SAAxisWindow(_SAAxisWindow):
|
|
187
191
|
)
|
188
192
|
else:
|
189
193
|
scan.axis_params.set_relative_value(selected_cor_value)
|
194
|
+
save_reconstruction_parameters_to_cache(scan=scan)
|
195
|
+
|
190
196
|
if scan.nabu_recons_params is not None:
|
191
197
|
if "reconstruction" not in scan.nabu_recons_params:
|
192
198
|
scan.nabu_recons_params["reconstruction"] = {}
|
@@ -200,9 +206,7 @@ class SAAxisWindow(_SAAxisWindow):
|
|
200
206
|
pv_helpers.notify_succeed(
|
201
207
|
process=self._processing_stack, dataset=scan, details=infos
|
202
208
|
)
|
203
|
-
|
204
|
-
scan=scan,
|
205
|
-
)
|
209
|
+
|
206
210
|
self.Outputs.data.send(scan)
|
207
211
|
|
208
212
|
def getConfiguration(self) -> dict:
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py
RENAMED
@@ -18,7 +18,6 @@ from orangecontrib.tomwer.orange.settings import CallbackSettingsHandler
|
|
18
18
|
from tomwer.core import settings
|
19
19
|
from tomwer.core.utils.lbsram import is_low_on_memory
|
20
20
|
from tomwer.core.cluster import SlurmClusterConfiguration
|
21
|
-
from tomwer.core.process.reconstruction.sadeltabeta import SADeltaBetaTask
|
22
21
|
from tomwer.core.scan.scanbase import TomwerScanBase, _TomwerBaseDock
|
23
22
|
from tomwer.gui.reconstruction.sadeltabeta import (
|
24
23
|
SADeltaBetaWindow as _SADeltaBetaWindow,
|
@@ -136,9 +135,6 @@ class SADeltaBetaWindow(_SADeltaBetaWindow):
|
|
136
135
|
pv_helpers.notify_succeed(
|
137
136
|
process=self._processing_stack, dataset=scan, details=infos
|
138
137
|
)
|
139
|
-
SADeltaBetaTask.process_to_tomwer_processes(
|
140
|
-
scan=scan,
|
141
|
-
)
|
142
138
|
self.Outputs.data.send(scan)
|
143
139
|
|
144
140
|
def getConfiguration(self) -> dict:
|
{tomwer-1.4.0rc6 → tomwer-1.4.2}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py
RENAMED
@@ -15,7 +15,6 @@ from orangecontrib.tomwer.widgets.utils import WidgetLongProcessing
|
|
15
15
|
|
16
16
|
from tomwer.core import settings
|
17
17
|
from tomwer.core.utils.lbsram import is_low_on_memory
|
18
|
-
from tomwer.core.process.reconstruction.normalization import SinoNormalizationTask
|
19
18
|
from tomwer.core.process.reconstruction.normalization.params import _ValueSource
|
20
19
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
21
20
|
from tomwer.gui.reconstruction.normalization.intensity import (
|
@@ -189,18 +188,7 @@ class SinoNormOW(WidgetLongProcessing, SuperviseOW):
|
|
189
188
|
tomwer_processing_res_code = extra_infos.pop(
|
190
189
|
"tomwer_processing_res_code", "unprocessed"
|
191
190
|
)
|
192
|
-
|
193
|
-
SinoNormalizationTask._register_process(
|
194
|
-
process_file=scan.process_file,
|
195
|
-
process=SinoNormalizationTask,
|
196
|
-
entry=scan.entry,
|
197
|
-
configuration=self.getConfiguration(),
|
198
|
-
results={
|
199
|
-
"method": scan.intensity_normalization.method.value,
|
200
|
-
"extra_infos": extra_infos,
|
201
|
-
},
|
202
|
-
process_index=scan.pop_process_index(),
|
203
|
-
)
|
191
|
+
|
204
192
|
if tomwer_processing_res_code is True:
|
205
193
|
# if defined by manual scalar we need to set the value
|
206
194
|
if extra_infos.get("source", None) == _ValueSource.MANUAL_SCALAR.value:
|
@@ -161,7 +161,6 @@ def main(argv):
|
|
161
161
|
|
162
162
|
requires_reduced_dark_and_flat(scan=scan, logger_=_logger)
|
163
163
|
# define the process_index is any tomwer_processes_existing
|
164
|
-
scan.set_process_index_frm_tomwer_process_file()
|
165
164
|
if scan.axis_params is None:
|
166
165
|
scan.axis_params = QAxisRP()
|
167
166
|
|
@@ -70,20 +70,6 @@ class NormIntensityWindow(_SinoNormWindow):
|
|
70
70
|
self._processingThread.finished.connect(self._threadedProcessEnded)
|
71
71
|
|
72
72
|
def _validated(self):
|
73
|
-
scan = self.getScan()
|
74
|
-
if scan is not None:
|
75
|
-
with scan.acquire_process_file_lock():
|
76
|
-
SinoNormalizationTask._register_process(
|
77
|
-
process_file=scan.process_file,
|
78
|
-
process=SinoNormalizationTask,
|
79
|
-
entry=scan.entry,
|
80
|
-
configuration=self.getConfiguration(),
|
81
|
-
results={
|
82
|
-
"method": scan.intensity_normalization.method.value,
|
83
|
-
"extra_infos": scan.intensity_normalization.get_extra_infos(),
|
84
|
-
},
|
85
|
-
process_index=scan.pop_process_index(),
|
86
|
-
)
|
87
73
|
self.close()
|
88
74
|
|
89
75
|
def _launchProcessing(self):
|
@@ -13,21 +13,17 @@ import time
|
|
13
13
|
|
14
14
|
import silx
|
15
15
|
from silx.gui import qt
|
16
|
-
from silx.io.utils import h5py_read_dataset
|
17
16
|
|
18
|
-
from tomwer.core.process import utils as core_utils
|
19
17
|
from tomwer.core.process.reconstruction.axis.axis import AxisTask, NoAxisUrl
|
20
18
|
from tomwer.core.process.reconstruction.darkref.darkrefs import (
|
21
19
|
requires_reduced_dark_and_flat,
|
22
20
|
)
|
23
21
|
from tomwer.core.process.reconstruction.saaxis.saaxis import SAAxisTask
|
24
|
-
from tomwer.core.process.task import Task
|
25
22
|
from tomwer.core.scan.scanfactory import ScanFactory
|
26
23
|
from tomwer.core.utils.resource import increase_max_number_file
|
27
24
|
from tomwer.gui import icons
|
28
25
|
from tomwer.gui.reconstruction.saaxis.saaxis import SAAxisWindow as _SAAxisWindow
|
29
26
|
from tomwer.gui.utils.splashscreen import getMainSplashScreen
|
30
|
-
from tomwer.io.utils.h5pyutils import EntryReader
|
31
27
|
from tomwer.synctools.axis import QAxisRP
|
32
28
|
from tomwer.synctools.saaxis import QSAAxisParams
|
33
29
|
|
@@ -254,7 +250,7 @@ def main(argv):
|
|
254
250
|
window.setScan(scan)
|
255
251
|
window.setDumpScoreROI(options.dump_roi)
|
256
252
|
if options.read_existing is True:
|
257
|
-
scores, selected =
|
253
|
+
scores, selected = SAAxisTask.load_results_from_disk(scan)
|
258
254
|
if scores is not None:
|
259
255
|
window.setCorScores(scores, score_method="standard deviation")
|
260
256
|
if selected not in (None, "-"):
|
@@ -267,34 +263,6 @@ def main(argv):
|
|
267
263
|
exit(app.exec_())
|
268
264
|
|
269
265
|
|
270
|
-
def _load_latest_scores(scan) -> tuple:
|
271
|
-
"""
|
272
|
-
|
273
|
-
:param scan:
|
274
|
-
:return: loaded score as (scores, selected). Scores is None or a dict.
|
275
|
-
selected is None or a float
|
276
|
-
"""
|
277
|
-
scores = None
|
278
|
-
selected = None
|
279
|
-
if scan.process_file is None:
|
280
|
-
_logger.warning(
|
281
|
-
"Unable to find process file. Unable to read " "existing processing"
|
282
|
-
)
|
283
|
-
return scores, selected
|
284
|
-
|
285
|
-
with EntryReader(scan.process_file_url) as h5f:
|
286
|
-
latest_saaxis_node = Task.get_most_recent_process(h5f, SAAxisTask)
|
287
|
-
if latest_saaxis_node and "results" in latest_saaxis_node:
|
288
|
-
scores = core_utils.get_scores(latest_saaxis_node)
|
289
|
-
if "center_of_rotation" in latest_saaxis_node["results"]:
|
290
|
-
selected = h5py_read_dataset(
|
291
|
-
latest_saaxis_node["results"]["center_of_rotation"]
|
292
|
-
)
|
293
|
-
else:
|
294
|
-
_logger.warning(f"no results found for {scan}")
|
295
|
-
return scores, selected
|
296
|
-
|
297
|
-
|
298
266
|
def getinputinfo():
|
299
267
|
return "tomwer saaxis [scanDir]"
|
300
268
|
|
@@ -13,9 +13,7 @@ import time
|
|
13
13
|
|
14
14
|
import silx
|
15
15
|
from silx.gui import qt
|
16
|
-
from silx.io.utils import h5py_read_dataset
|
17
16
|
|
18
|
-
from tomwer.core.process import utils as core_utils
|
19
17
|
from tomwer.core.process.reconstruction.axis.axis import AxisTask, NoAxisUrl
|
20
18
|
from tomwer.core.process.reconstruction.darkref.darkrefs import (
|
21
19
|
requires_reduced_dark_and_flat,
|
@@ -27,7 +25,6 @@ from tomwer.core.process.reconstruction.utils.cor import (
|
|
27
25
|
relative_pos_to_absolute,
|
28
26
|
absolute_pos_to_relative,
|
29
27
|
)
|
30
|
-
from tomwer.core.process.task import Task
|
31
28
|
from tomwer.core.scan.scanfactory import ScanFactory
|
32
29
|
from tomwer.core.utils.resource import increase_max_number_file
|
33
30
|
from tomwer.gui import icons
|
@@ -36,7 +33,6 @@ from tomwer.gui.reconstruction.sadeltabeta.saadeltabeta import (
|
|
36
33
|
SADeltaBetaWindow as _SADeltaBetaWindow,
|
37
34
|
)
|
38
35
|
from tomwer.gui.utils.splashscreen import getMainSplashScreen
|
39
|
-
from tomwer.io.utils.h5pyutils import EntryReader
|
40
36
|
from tomwer.synctools.axis import QAxisRP
|
41
37
|
from tomwer.synctools.sadeltabeta import QSADeltaBetaParams
|
42
38
|
|
@@ -328,7 +324,7 @@ def main(argv):
|
|
328
324
|
scan.sa_delta_beta_params = QSADeltaBetaParams()
|
329
325
|
window.setScan(scan)
|
330
326
|
if options.read_existing is True:
|
331
|
-
scores, selected =
|
327
|
+
scores, selected = SADeltaBetaTask.load_results_from_disk(scan)
|
332
328
|
if scores is not None:
|
333
329
|
window.setDBScores(scores, score_method="standard deviation")
|
334
330
|
if selected not in (None, "-"):
|
@@ -350,31 +346,5 @@ def sigintHandler(*args):
|
|
350
346
|
qt.QApplication.quit()
|
351
347
|
|
352
348
|
|
353
|
-
def _load_latest_scores(scan) -> tuple:
|
354
|
-
"""
|
355
|
-
|
356
|
-
:param scan:
|
357
|
-
:return: loaded scores and selected score as (scores, selected).
|
358
|
-
"scores" can be None or a dict. "selected" can be None or a float
|
359
|
-
"""
|
360
|
-
scores = None
|
361
|
-
selected = None
|
362
|
-
if scan.process_file is None:
|
363
|
-
_logger.warning(
|
364
|
-
"Unable to find process file. Unable to read " "existing processing"
|
365
|
-
)
|
366
|
-
return scores, selected
|
367
|
-
|
368
|
-
with EntryReader(scan.process_file_url) as h5f:
|
369
|
-
latest_sa_db_node = Task.get_most_recent_process(h5f, SADeltaBetaTask)
|
370
|
-
if latest_sa_db_node and "results" in latest_sa_db_node:
|
371
|
-
scores = core_utils.get_scores(latest_sa_db_node)
|
372
|
-
if "delta_beta" in latest_sa_db_node["results"]:
|
373
|
-
selected = h5py_read_dataset(latest_sa_db_node["results"]["delta_beta"])
|
374
|
-
else:
|
375
|
-
_logger.warning(f"no results found for {scan}")
|
376
|
-
return scores, selected
|
377
|
-
|
378
|
-
|
379
349
|
if __name__ == "__main__":
|
380
350
|
main(sys.argv)
|
@@ -229,7 +229,6 @@ def main(argv):
|
|
229
229
|
scan = ScanFactory.create_scan_object(options.scan_path, entry=options.entry)
|
230
230
|
widget = NabuWindow(parent=None)
|
231
231
|
widget.setScan(scan)
|
232
|
-
scan.set_process_index_frm_tomwer_process_file()
|
233
232
|
if options.output_dir is not None:
|
234
233
|
widget.setOutputDir(options.output_dir)
|
235
234
|
# for the application we run for the reconstruction to be finished
|
@@ -103,9 +103,6 @@ def main(argv):
|
|
103
103
|
scan_path=options.scan_path, entry=options.entry
|
104
104
|
)
|
105
105
|
|
106
|
-
# define the process_index is any tomwer_processes_existing
|
107
|
-
scan.set_process_index_frm_tomwer_process_file()
|
108
|
-
|
109
106
|
if options.debug:
|
110
107
|
_logger.setLevel(logging.DEBUG)
|
111
108
|
|
@@ -179,7 +179,6 @@ def main(argv):
|
|
179
179
|
increase_max_number_file()
|
180
180
|
|
181
181
|
scan = ScanFactory.create_scan_object(options.scan_path, entry=options.entry)
|
182
|
-
scan.set_process_index_frm_tomwer_process_file()
|
183
182
|
|
184
183
|
dark_method = ReduceMethod.from_value(options.dark_method)
|
185
184
|
flat_method = ReduceMethod.from_value(options.flat_method)
|