tomwer 1.5.0rc0__tar.gz → 1.5.0rc3__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.5.0rc0/src/tomwer.egg-info → tomwer-1.5.0rc3}/PKG-INFO +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/axis.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/rpcserver.py +2 -8
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/binning.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/output.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/mode.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/params.py +4 -4
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/projectiontype.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/side.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/params.py +1 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/target.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +9 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/utils.py +3 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/normalization.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/params.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/params.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/saaxis.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/params.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/scores.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_normalization.py +2 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scanbase.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scantype.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/settings.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/slurm.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/level.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/actions.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datalist.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/seriescreator.py +5 -5
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tomoobjdisplaymode.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/gallery.py +6 -6
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_nx_editor.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/InputWidget.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +1 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +6 -6
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +7 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/slices.py +5 -5
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/volume.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/intensity.py +6 -10
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/corrangeselector.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sacommon.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/scoreplot.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/positionoveraxis.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/flow.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/loadingmode.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/vignettes.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/dataviewer.py +7 -7
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/reconstructionparameters.py +35 -23
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/scanoverview.py +28 -11
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +2 -2
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/utils/scanstages.py +3 -3
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/version.py +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3/src/tomwer.egg-info}/PKG-INFO +1 -1
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/LICENSE +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/MANIFEST.in +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/README.rst +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/pyproject.toml +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/setup.cfg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/setup.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/__main__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/darkref.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/multicor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/multipag.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/rsync.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_email.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_h52nx_process.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tomoobjseries.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/dracbase.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/gallery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/processeddataset.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/publish.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/rawdataset.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_gallery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/imagekeyeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/nxtomoeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/output.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuscores.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuslices.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_castvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/params_cache.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_darkref.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_darkref_copy.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/tests/test_script.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/nabustitcher.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/task.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_conditions.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_dark_and_flat.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_listener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_transfer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_watcher.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_nabu.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_timer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_data_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_volume_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/signal.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/reducedarkflatselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/test/test_nxtomo_concatenate.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_process_manager.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scanvalidator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/icons.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisMainWindow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/CalculationWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/ControlWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/ManualFramesSelection.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/darkrefwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_helical.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/test/test_intensity.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/settings.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/test_axis_gui.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/model/dataset.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/tests/test_darkRefs.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/tests/test_foldertransfer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tasks/reconstruction/cleardarkflat.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_future_supervisorow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datalistener.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datawatcher.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_emailow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_notifier.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomo_concatenate_ow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_reduce_dark_flat_selector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_timerow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_helical_prepare_weights_double.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_widget.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkref.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_foldertransfert.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/tests/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/utils.py +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer.egg-info/SOURCES.txt +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer.egg-info/requires.txt +0 -0
- {tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer.egg-info/top_level.txt +0 -0
@@ -104,7 +104,7 @@ def main(argv):
|
|
104
104
|
parser.add_argument(
|
105
105
|
"--mode",
|
106
106
|
default=None,
|
107
|
-
help=f"Use a specific mode. Available modes are {AxisMode
|
107
|
+
help=f"Use a specific mode. Available modes are {[item.value for item in AxisMode]}",
|
108
108
|
)
|
109
109
|
parser.add_argument(
|
110
110
|
"--full-image",
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/rpcserver.py
RENAMED
@@ -1,6 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
from __future__ import annotations
|
3
3
|
|
4
|
+
from enum import Enum as _Enum
|
4
5
|
import getpass
|
5
6
|
import logging
|
6
7
|
import socket
|
@@ -10,7 +11,6 @@ from multiprocessing import Process
|
|
10
11
|
|
11
12
|
from jsonrpc import JSONRPCResponseManager, dispatcher
|
12
13
|
from psutil import process_iter
|
13
|
-
from silx.utils.enum import Enum as _Enum
|
14
14
|
from werkzeug.serving import run_simple
|
15
15
|
from werkzeug.wrappers import Request, Response
|
16
16
|
|
@@ -26,12 +26,6 @@ class TangoAcquisitionStatus(_Enum):
|
|
26
26
|
ENDED = "ended"
|
27
27
|
|
28
28
|
|
29
|
-
class _TangoState:
|
30
|
-
MOVING = "moving"
|
31
|
-
ON = "on"
|
32
|
-
FAULT = "fault"
|
33
|
-
|
34
|
-
|
35
29
|
class BlissAcquisition:
|
36
30
|
"""Define an acquisition made with bliss / tango"""
|
37
31
|
|
@@ -59,7 +53,7 @@ class BlissAcquisition:
|
|
59
53
|
self.scan_numbers.append(scan_number)
|
60
54
|
|
61
55
|
def set_status(self, status):
|
62
|
-
self.status = TangoAcquisitionStatus
|
56
|
+
self.status = TangoAcquisitionStatus(status)
|
63
57
|
|
64
58
|
def end(self, end_time, succeed: bool, error: str | None):
|
65
59
|
if succeed is True:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import numpy
|
2
|
-
from
|
2
|
+
from enum import Enum as _Enum
|
3
3
|
|
4
4
|
|
5
5
|
class Binning(_Enum):
|
@@ -18,7 +18,7 @@ class Binning(_Enum):
|
|
18
18
|
raise TypeError("data should be a numpy array")
|
19
19
|
if not data.ndim == 2:
|
20
20
|
raise ValueError("data is expected to be 2d")
|
21
|
-
binning = Binning
|
21
|
+
binning = Binning(binning)
|
22
22
|
if binning is Binning.ONE_BY_ONE:
|
23
23
|
return data
|
24
24
|
elif binning is Binning.TWO_BY_TWO:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
|
3
|
-
from
|
3
|
+
from enum import Enum as _Enum
|
4
4
|
from tomwer.core.process.reconstruction.axis.side import Side
|
5
5
|
|
6
6
|
_logger = logging.getLogger(__name__)
|
@@ -120,7 +120,7 @@ class AxisMode(_Enum):
|
|
120
120
|
elif value in ("read", "read from estimated cor"):
|
121
121
|
value = AxisMode.read
|
122
122
|
|
123
|
-
return
|
123
|
+
return AxisMode(value)
|
124
124
|
|
125
125
|
def requires_radio_indices(self) -> bool:
|
126
126
|
return self in (
|
@@ -5,7 +5,7 @@ from collections import namedtuple
|
|
5
5
|
|
6
6
|
import numpy
|
7
7
|
from silx.io.url import DataUrl
|
8
|
-
from
|
8
|
+
from enum import Enum as _Enum
|
9
9
|
from tomoscan.esrf.scan.utils import get_data
|
10
10
|
|
11
11
|
from tomwer.core.process.reconstruction.utils.cor import relative_pos_to_absolute
|
@@ -60,8 +60,8 @@ class AxisCalculationInput(_Enum):
|
|
60
60
|
if type(value) is str and len(value.split("_")) == 2:
|
61
61
|
proj_type, pag = value.split("_")
|
62
62
|
value_pag = True if pag == _WITH_PAG else False
|
63
|
-
value_proj = ProjectionType
|
64
|
-
return cls
|
63
|
+
value_proj = ProjectionType(proj_type)
|
64
|
+
return cls(_calculation_conf(value_proj, value_pag))
|
65
65
|
elif isinstance(value, cls):
|
66
66
|
return value
|
67
67
|
else:
|
@@ -348,7 +348,7 @@ class AxisRP:
|
|
348
348
|
@estimated_cor.setter
|
349
349
|
def estimated_cor(self, value: Side | float | None):
|
350
350
|
try:
|
351
|
-
value = Side
|
351
|
+
value = Side(value)
|
352
352
|
except ValueError:
|
353
353
|
pass
|
354
354
|
if self.__estimated_cor != value:
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/params.py
RENAMED
@@ -3,7 +3,6 @@ from __future__ import annotations
|
|
3
3
|
|
4
4
|
import enum
|
5
5
|
|
6
|
-
from silx.utils.enum import Enum as _Enum
|
7
6
|
from tomoscan.framereducer.method import ReduceMethod
|
8
7
|
|
9
8
|
from tomwer.core.process.reconstruction.darkref.settings import (
|
@@ -17,7 +16,7 @@ from tomwer.core.utils.deprecation import deprecated
|
|
17
16
|
# TODO: those classes (when, method) should be linked / embedded in the DarkRef
|
18
17
|
# method
|
19
18
|
@enum.unique
|
20
|
-
class When(
|
19
|
+
class When(enum.Enum):
|
21
20
|
never = (0,)
|
22
21
|
before = (1,)
|
23
22
|
after = (2,)
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py
RENAMED
@@ -205,7 +205,7 @@ class _NabuBaseReconstructor:
|
|
205
205
|
axis: NabuPlane = NabuPlane.XY,
|
206
206
|
) -> None:
|
207
207
|
self._scan = scan
|
208
|
-
self._target = Target
|
208
|
+
self._target = Target(target)
|
209
209
|
self._dry_run = dry_run
|
210
210
|
self._process_name = process_name
|
211
211
|
self._process = None
|
@@ -564,7 +564,7 @@ class _NabuBaseReconstructor:
|
|
564
564
|
)
|
565
565
|
|
566
566
|
source = extra_infos.get("source", INormSource.NONE)
|
567
|
-
source = INormSource
|
567
|
+
source = INormSource(source)
|
568
568
|
|
569
569
|
if source is INormSource.NONE:
|
570
570
|
pass
|
@@ -275,3 +275,12 @@ def test_nabu_std_err_has_error():
|
|
275
275
|
)
|
276
276
|
is False
|
277
277
|
)
|
278
|
+
|
279
|
+
assert (
|
280
|
+
nabu_std_err_has_error(
|
281
|
+
b"""Performing MLEM-WL2 iterations: 0%| | 0/200[00:00<?, ?its/s]
|
282
|
+
Performing MLEM-WL2 iterations: 82%| | 163/200[00:00<?, 828.12its/s]
|
283
|
+
"""
|
284
|
+
)
|
285
|
+
is False
|
286
|
+
)
|
@@ -409,6 +409,9 @@ def nabu_std_err_has_error(errs: bytes | None):
|
|
409
409
|
or " unable to import 'siphash24.siphash13" in line
|
410
410
|
or "_create_built_program_from_source_cached" in line
|
411
411
|
or "prg.build(options_bytes," in line
|
412
|
+
or (
|
413
|
+
"Performing MLEM" in line and "iterations" in line
|
414
|
+
) # corrct usage of tqdm (goes to stderr)
|
412
415
|
)
|
413
416
|
|
414
417
|
if errs is None:
|
@@ -140,7 +140,7 @@ class SinoNormalizationTask(
|
|
140
140
|
if calc_fct is None:
|
141
141
|
raise ValueError("calc_fct should be provided")
|
142
142
|
else:
|
143
|
-
calc_fct = _ValueCalculationFct
|
143
|
+
calc_fct = _ValueCalculationFct(calc_fct)
|
144
144
|
|
145
145
|
try:
|
146
146
|
value = self._cache_compute_from_manual_roi(
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/params.py
RENAMED
@@ -4,7 +4,7 @@ material for radio and sinogram normalization
|
|
4
4
|
"""
|
5
5
|
from __future__ import annotations
|
6
6
|
|
7
|
-
from
|
7
|
+
from enum import Enum as _Enum
|
8
8
|
from tomoscan.normalization import Method
|
9
9
|
|
10
10
|
|
@@ -39,7 +39,7 @@ class _DatasetInfos:
|
|
39
39
|
|
40
40
|
@scope.setter
|
41
41
|
def scope(self, scope: str | _DatasetScope):
|
42
|
-
self._scope = _DatasetScope
|
42
|
+
self._scope = _DatasetScope(scope)
|
43
43
|
|
44
44
|
@property
|
45
45
|
def file_path(self):
|
@@ -96,7 +96,7 @@ class SinoNormalizationParams:
|
|
96
96
|
def source(self, source):
|
97
97
|
if source is None:
|
98
98
|
source = _ValueSource.NONE
|
99
|
-
self._source = _ValueSource
|
99
|
+
self._source = _ValueSource(source)
|
100
100
|
|
101
101
|
@property
|
102
102
|
def extra_infos(self):
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
4
4
|
from typing import Iterable
|
5
5
|
|
6
6
|
import numpy
|
7
|
-
from
|
7
|
+
from enum import Enum as _Enum
|
8
8
|
|
9
9
|
from tomwer.core.process.reconstruction.scores.params import SABaseParams
|
10
10
|
|
@@ -56,7 +56,7 @@ class SAAxisParams(SABaseParams):
|
|
56
56
|
|
57
57
|
@mode.setter
|
58
58
|
def mode(self, mode):
|
59
|
-
mode = ReconstructionMode
|
59
|
+
mode = ReconstructionMode(mode)
|
60
60
|
self._mode = mode
|
61
61
|
|
62
62
|
@property
|
@@ -91,7 +91,7 @@ class SAAxisParams(SABaseParams):
|
|
91
91
|
if "n_reconstruction" in dict_:
|
92
92
|
self.n_reconstruction = dict_["n_reconstruction"]
|
93
93
|
if "mode" in dict_:
|
94
|
-
self.mode = ReconstructionMode
|
94
|
+
self.mode = ReconstructionMode(dict_["mode"])
|
95
95
|
|
96
96
|
@staticmethod
|
97
97
|
def from_dict(dict_):
|
@@ -430,7 +430,7 @@ class SAAxisTask(
|
|
430
430
|
params.image_width = scan.dim_1
|
431
431
|
scan.saaxis_params = params
|
432
432
|
|
433
|
-
mode = ReconstructionMode
|
433
|
+
mode = ReconstructionMode(params.mode)
|
434
434
|
if mode is not ReconstructionMode.VERTICAL:
|
435
435
|
raise ValueError(f"{mode} is not handled for now")
|
436
436
|
|
@@ -102,7 +102,7 @@ class SABaseParams:
|
|
102
102
|
|
103
103
|
@score_method.setter
|
104
104
|
def score_method(self, method):
|
105
|
-
self._score_method = ScoreMethod
|
105
|
+
self._score_method = ScoreMethod(method)
|
106
106
|
|
107
107
|
@property
|
108
108
|
def scores(self) -> dict | None:
|
@@ -170,7 +170,7 @@ class SABaseParams:
|
|
170
170
|
output_dir = None
|
171
171
|
self.output_dir = output_dir
|
172
172
|
if "score_method" in dict_:
|
173
|
-
self.score_method = ScoreMethod
|
173
|
+
self.score_method = ScoreMethod(dict_["score_method"])
|
174
174
|
if "cluster_config" in dict_:
|
175
175
|
if dict_["cluster_config"] in (None, ""):
|
176
176
|
self.cluster_config = None
|
@@ -4,7 +4,7 @@ import logging
|
|
4
4
|
import sys
|
5
5
|
|
6
6
|
import numpy
|
7
|
-
from
|
7
|
+
from enum import Enum as _Enum
|
8
8
|
|
9
9
|
_logger = logging.getLogger(__name__)
|
10
10
|
|
@@ -36,7 +36,7 @@ class ComputedScore:
|
|
36
36
|
return self._tomo_consistency
|
37
37
|
|
38
38
|
def get(self, method: ScoreMethod):
|
39
|
-
method = ScoreMethod
|
39
|
+
method = ScoreMethod(method)
|
40
40
|
if method is ScoreMethod.TV:
|
41
41
|
return self.total_variation / float(10e5)
|
42
42
|
elif method is ScoreMethod.TV_INVERSE:
|
@@ -135,7 +135,7 @@ def compute_score(
|
|
135
135
|
:param method:
|
136
136
|
:return: score of the frame
|
137
137
|
"""
|
138
|
-
method = ScoreMethod
|
138
|
+
method = ScoreMethod(method)
|
139
139
|
if data.ndim == 3:
|
140
140
|
if data.shape[0] == 1:
|
141
141
|
data = data.reshape(data.shape[1], data.shape[2])
|
@@ -54,7 +54,8 @@ class TestNormalization(unittest.TestCase):
|
|
54
54
|
"median": numpy.array([800.5, 10800.5]),
|
55
55
|
}
|
56
56
|
|
57
|
-
for
|
57
|
+
for item in params._ValueCalculationFct:
|
58
|
+
calc_fct = item.value
|
58
59
|
with self.subTest(calc_fct=calc_fct):
|
59
60
|
process_params.extra_infos = {
|
60
61
|
"start_x": 0,
|
@@ -10,7 +10,7 @@ from typing import Iterable
|
|
10
10
|
|
11
11
|
import numpy
|
12
12
|
from silx.io.url import DataUrl
|
13
|
-
from
|
13
|
+
from enum import Enum as _Enum
|
14
14
|
|
15
15
|
from tomoscan.identifier import VolumeIdentifier
|
16
16
|
from tomoscan.normalization import IntensityNormalization
|
@@ -94,7 +94,7 @@ class SlurmSettingsWindow(qt.QMainWindow):
|
|
94
94
|
|
95
95
|
self._modeCombox = qt.QComboBox(self)
|
96
96
|
self._mainWidget.layout().addRow("configuration: ", self._modeCombox)
|
97
|
-
self._modeCombox.addItems(SlurmSettingsMode
|
97
|
+
self._modeCombox.addItems([item.value for item in SlurmSettingsMode])
|
98
98
|
self._modeCombox.setCurrentText(SlurmSettingsMode.GENERIC.value)
|
99
99
|
|
100
100
|
self._settingsWidget = SlurmSettingsWidget(self, jobLimitation=None)
|
@@ -155,10 +155,10 @@ class SlurmSettingsWindow(qt.QMainWindow):
|
|
155
155
|
self._modeCombox.setCurrentText(SlurmSettingsMode.MANUAL.value)
|
156
156
|
|
157
157
|
def getCurrentSettingsMode(self) -> SlurmSettingsMode:
|
158
|
-
return SlurmSettingsMode
|
158
|
+
return SlurmSettingsMode(self._modeCombox.currentText())
|
159
159
|
|
160
160
|
def setCurrentSettingsMode(self, mode: SlurmSettingsMode) -> SlurmSettingsMode:
|
161
|
-
mode = SlurmSettingsMode
|
161
|
+
mode = SlurmSettingsMode(mode)
|
162
162
|
self._modeCombox.setCurrentText(mode.value)
|
163
163
|
|
164
164
|
def setMode(self, mode: SlurmSettingsMode) -> None:
|
@@ -86,7 +86,7 @@ class TomoObjDisplayModeToolButton(qt.QToolButton):
|
|
86
86
|
urlDescAction.triggered.connect(partial(self.setDisplayMode, DisplayMode.URL))
|
87
87
|
|
88
88
|
def setDisplayMode(self, mode: DisplayMode):
|
89
|
-
mode = DisplayMode
|
89
|
+
mode = DisplayMode(mode)
|
90
90
|
if mode is DisplayMode.SHORT:
|
91
91
|
self.setIcon(self._shortDescIcon)
|
92
92
|
self.setToolTip(self._SHORT_DESC_TOOLTIP)
|
@@ -616,7 +616,7 @@ class _TomwerObjectList(qt.QTableWidget):
|
|
616
616
|
self.setDisplayMode(DisplayMode.SHORT)
|
617
617
|
|
618
618
|
def setDisplayMode(self, mode: DisplayMode) -> None:
|
619
|
-
self._displayMode = DisplayMode
|
619
|
+
self._displayMode = DisplayMode(mode)
|
620
620
|
self._update()
|
621
621
|
|
622
622
|
def n_data(self):
|
@@ -6,7 +6,7 @@ from typing import Iterable
|
|
6
6
|
|
7
7
|
from silx.gui import qt
|
8
8
|
from silx.gui.utils import blockSignals
|
9
|
-
from
|
9
|
+
from enum import Enum as _Enum
|
10
10
|
from tomoscan.series import Series
|
11
11
|
|
12
12
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
@@ -144,8 +144,8 @@ class SeriesDefinition(qt.QWidget):
|
|
144
144
|
self.layout().addWidget(self._modeLabel, 0, 0, 1, 1)
|
145
145
|
|
146
146
|
self._modeCB = qt.QComboBox(self)
|
147
|
-
for mode in _SeriesDefinitionMode
|
148
|
-
self._modeCB.addItem(mode)
|
147
|
+
for mode in _SeriesDefinitionMode:
|
148
|
+
self._modeCB.addItem(mode.value)
|
149
149
|
self.layout().addWidget(self._modeCB, 0, 1, 1, 1)
|
150
150
|
|
151
151
|
self._manualDefWidget = SeriesManualFromTomoObj(parent=self)
|
@@ -169,10 +169,10 @@ class SeriesDefinition(qt.QWidget):
|
|
169
169
|
raise ValueError(f"mode {self.getMode()} is not handled yet")
|
170
170
|
|
171
171
|
def getMode(self) -> str:
|
172
|
-
return _SeriesDefinitionMode
|
172
|
+
return _SeriesDefinitionMode(self._modeCB.currentText())
|
173
173
|
|
174
174
|
def setMode(self, mode: str):
|
175
|
-
mode = _SeriesDefinitionMode
|
175
|
+
mode = _SeriesDefinitionMode(mode)
|
176
176
|
idx = self._modeCB.findText(mode.value)
|
177
177
|
self._modeCB.setCurrentIndex(idx)
|
178
178
|
|
@@ -29,7 +29,7 @@ class GalleryWidget(qt.QWidget):
|
|
29
29
|
self.layout().addRow("precision", self._precisionQCB)
|
30
30
|
# binning
|
31
31
|
self._binningQCB = qt.QComboBox(self)
|
32
|
-
self._binningQCB.addItems(Binning
|
32
|
+
self._binningQCB.addItems([item.value for item in Binning])
|
33
33
|
self.layout().addRow("binning", self._binningQCB)
|
34
34
|
self._binningQCB.setCurrentText(Binning.SIXTEEN_BY_SIXTEEN.value)
|
35
35
|
self._binningQCB.setToolTip(
|
@@ -37,7 +37,7 @@ class GalleryWidget(qt.QWidget):
|
|
37
37
|
) # recommended size: 5ko for the entire gallery
|
38
38
|
# output format
|
39
39
|
self._outputFormat = qt.QComboBox(self)
|
40
|
-
self._outputFormat.addItems(OutputFormat
|
40
|
+
self._outputFormat.addItems([item.value for item in OutputFormat])
|
41
41
|
self.layout().addRow("output format", self._outputFormat)
|
42
42
|
# overwrite
|
43
43
|
self._overwriteCB = qt.QCheckBox("overwrite", self)
|
@@ -49,17 +49,17 @@ class GalleryWidget(qt.QWidget):
|
|
49
49
|
self._binningQCB.currentIndexChanged.connect(self._configChanged)
|
50
50
|
|
51
51
|
def getOutputFormat(self) -> OutputFormat:
|
52
|
-
return OutputFormat
|
52
|
+
return OutputFormat(self._outputFormat.currentText())
|
53
53
|
|
54
54
|
def setOutputFormat(self, format: OutputFormat):
|
55
|
-
format = OutputFormat
|
55
|
+
format = OutputFormat(format)
|
56
56
|
self._outputFormat.setCurrentText(format.value)
|
57
57
|
|
58
58
|
def getBinning(self) -> Binning:
|
59
|
-
return Binning
|
59
|
+
return Binning(self._binningQCB.currentText())
|
60
60
|
|
61
61
|
def setBinning(self, binning: Binning):
|
62
|
-
binning = Binning
|
62
|
+
binning = Binning(binning)
|
63
63
|
self._binningQCB.setCurrentText(binning.value)
|
64
64
|
|
65
65
|
def overwrite(self) -> bool:
|
@@ -29,7 +29,7 @@ _ureg = pint.get_application_registry()
|
|
29
29
|
@pytest.mark.parametrize("detector_y_pixel_size", (None,))
|
30
30
|
@pytest.mark.parametrize("sample_x_pixel_size", (None,))
|
31
31
|
@pytest.mark.parametrize("sample_y_pixel_size", (None, 0.0066 * _ureg.meter))
|
32
|
-
@pytest.mark.parametrize("field_of_view", FOV
|
32
|
+
@pytest.mark.parametrize("field_of_view", [item.value for item in FOV])
|
33
33
|
@pytest.mark.parametrize("sample_detector_distance", (1.2 * _ureg.meter,))
|
34
34
|
@pytest.mark.parametrize("sample_source_distance", (-10.2 * _ureg.meter,))
|
35
35
|
@pytest.mark.parametrize("propagation_distance", (1.01 * _ureg.meter,))
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py
RENAMED
@@ -13,8 +13,8 @@ class _EstimatedCorValidator(qt.QDoubleValidator):
|
|
13
13
|
|
14
14
|
def validate(self, a0: str, a1: int):
|
15
15
|
"""validate float or string that could be part of the side values..."""
|
16
|
-
for
|
17
|
-
if value.startswith(a0):
|
16
|
+
for side in Side:
|
17
|
+
if side.value.startswith(a0):
|
18
18
|
return (qt.QDoubleValidator.Acceptable, a0, a1)
|
19
19
|
return super().validate(a0, a1)
|
20
20
|
|
@@ -153,8 +153,8 @@ class InputWidget(qt.QWidget):
|
|
153
153
|
modes = set(modes)
|
154
154
|
for mode in modes:
|
155
155
|
try:
|
156
|
-
axis_mode._InputType
|
157
|
-
except
|
156
|
+
axis_mode._InputType(mode)
|
157
|
+
except ValueError:
|
158
158
|
raise ValueError(
|
159
159
|
f"mode {mode} should be an instance of {axis_mode._InputType}"
|
160
160
|
)
|
@@ -166,7 +166,7 @@ class InputWidget(qt.QWidget):
|
|
166
166
|
elif len(modes) < 0:
|
167
167
|
raise ValueError("modes is empty")
|
168
168
|
else:
|
169
|
-
mode = axis_mode._InputType
|
169
|
+
mode = axis_mode._InputType(modes.pop())
|
170
170
|
if mode is axis_mode._InputType.SINOGRAM:
|
171
171
|
self._sinogramGB.setEnabled(True)
|
172
172
|
self._radioGB.setEnabled(False)
|
@@ -49,9 +49,7 @@ class _NabuStageConfigBase:
|
|
49
49
|
:returns: _FilteringObject to use to define widget visibility
|
50
50
|
"""
|
51
51
|
filteringObj = _FilteringObject(widget=widget)
|
52
|
-
self._registeredWidgets[filteringObj] = ConfigurationLevel
|
53
|
-
config_level
|
54
|
-
)
|
52
|
+
self._registeredWidgets[filteringObj] = ConfigurationLevel(config_level)
|
55
53
|
return filteringObj
|
56
54
|
|
57
55
|
def getConfiguration(self) -> dict:
|
@@ -2,7 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
from silx.gui import qt
|
4
4
|
from silx.gui.utils import blockSignals
|
5
|
-
from
|
5
|
+
from enum import Enum as _Enum
|
6
6
|
|
7
7
|
from tomwer.core.process.reconstruction.nabu.utils import _NabuStages
|
8
8
|
from tomwer.gui.reconstruction.nabu.nabuconfig import base
|
@@ -159,8 +159,8 @@ class CTFGeometry(qt.QGroupBox):
|
|
159
159
|
super().__init__(parent, title=title)
|
160
160
|
self.setLayout(qt.QFormLayout())
|
161
161
|
self._beamShapeCB = QComboBoxIgnoreWheel(self)
|
162
|
-
for shape in _BeamShape
|
163
|
-
self._beamShapeCB.addItem(shape)
|
162
|
+
for shape in _BeamShape:
|
163
|
+
self._beamShapeCB.addItem(shape.value)
|
164
164
|
self.layout().addRow("shape", self._beamShapeCB)
|
165
165
|
|
166
166
|
# cone beam settings
|
@@ -188,10 +188,10 @@ class CTFGeometry(qt.QGroupBox):
|
|
188
188
|
self._beamShapeCB.currentIndexChanged.connect(self._confChanged)
|
189
189
|
|
190
190
|
def getBeamShape(self):
|
191
|
-
return _BeamShape
|
191
|
+
return _BeamShape(self._beamShapeCB.currentText())
|
192
192
|
|
193
193
|
def setBeamShape(self, shape: str | _BeamShape):
|
194
|
-
shape = _BeamShape
|
194
|
+
shape = _BeamShape(shape)
|
195
195
|
self._beamShapeCB.setCurrentText(shape.value)
|
196
196
|
|
197
197
|
def _updateView(self, *args, **kwargs):
|
@@ -228,7 +228,7 @@ class CTFGeometry(qt.QGroupBox):
|
|
228
228
|
|
229
229
|
beam_shape = ddict.get("beam_shape", None)
|
230
230
|
if beam_shape is not None:
|
231
|
-
if _BeamShape
|
231
|
+
if _BeamShape(beam_shape) is _BeamShape.CONE:
|
232
232
|
self._coneBeamSettings.setGeometry(params)
|
233
233
|
self.setBeamShape(beam_shape)
|
234
234
|
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
5
5
|
import logging
|
6
6
|
|
7
7
|
from silx.gui import qt
|
8
|
-
from
|
8
|
+
from enum import Enum as _Enum
|
9
9
|
|
10
10
|
from tomwer.core.process.reconstruction.nabu.utils import _NabuPhaseMethod, _NabuStages
|
11
11
|
from tomwer.core.utils.char import BETA_CHAR, DELTA_CHAR
|
@@ -212,10 +212,10 @@ class NabuPaganinConfig(qt.QWidget, base._NabuStageConfigBase):
|
|
212
212
|
|
213
213
|
def getPaddingType(self) -> PaddingMode:
|
214
214
|
current_text = self._paddingTypeCB.currentText()
|
215
|
-
return PaddingMode
|
215
|
+
return PaddingMode(current_text)
|
216
216
|
|
217
217
|
def setPaddingType(self, padding_type):
|
218
|
-
padding_type = PaddingMode
|
218
|
+
padding_type = PaddingMode(padding_type)
|
219
219
|
item_index = self._paddingTypeCB.findText(padding_type.value)
|
220
220
|
self._paddingTypeCB.setCurrentIndex(item_index)
|
221
221
|
|
{tomwer-1.5.0rc0 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py
RENAMED
@@ -7,7 +7,7 @@ import logging
|
|
7
7
|
|
8
8
|
from silx.gui import qt
|
9
9
|
from silx.gui.dialog.DataFileDialog import DataFileDialog
|
10
|
-
from
|
10
|
+
from enum import Enum as _Enum
|
11
11
|
|
12
12
|
from nxtomomill.io.utils import convert_str_to_tuple
|
13
13
|
from tomwer.core.utils.char import DEGREE_CHAR
|
@@ -159,9 +159,13 @@ class TranslationMvtFileWidget(qt.QWidget):
|
|
159
159
|
self._grpBox.layout().setContentsMargins(0, 0, 0, 0)
|
160
160
|
self._grpBox.layout().setSpacing(0)
|
161
161
|
|
162
|
-
self._hdf5FileRB = qt.QRadioButton(
|
162
|
+
self._hdf5FileRB = qt.QRadioButton(
|
163
|
+
TranslationMvtFileWidget.Mode.HDF5.value, self
|
164
|
+
)
|
163
165
|
self._grpBox.layout().addWidget(self._hdf5FileRB)
|
164
|
-
self._textFileRB = qt.QRadioButton(
|
166
|
+
self._textFileRB = qt.QRadioButton(
|
167
|
+
TranslationMvtFileWidget.Mode.TEXT.value, self
|
168
|
+
)
|
165
169
|
self._grpBox.layout().addWidget(self._textFileRB)
|
166
170
|
self.layout().addWidget(self._grpBox)
|
167
171
|
|