tomwer 1.4.19__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.4.19 → tomwer-1.5.0rc3}/PKG-INFO +8 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/setup.cfg +7 -7
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +11 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +12 -9
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +21 -10
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/axis.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/reducedarkflat.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/rpcserver.py +2 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/binning.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/output.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/imagekeyeditor.py +4 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/nxtomoeditor.py +58 -20
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/output.py +6 -5
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/anglemode.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/axis.py +1 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/mode.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/params.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/projectiontype.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/side.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/params.py +2 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/castvolume.py +4 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/helical.py +3 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuscores.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuslices.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/plane.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/target.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_castvolume.py +2 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +9 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/utils.py +18 -14
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/normalization.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/params.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/output.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/params.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/saaxis.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/params.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/scores.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_axis.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/metadataholder.py +5 -5
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/nabustitcher.py +1 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_normalization.py +2 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/edfscan.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/nxtomoscan.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scanbase.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scantype.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/settings.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/tomwer_object.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/nxtomoutils.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/spec.py +6 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/slurm.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/level.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/actions.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datadiscovery.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datalist.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/reducedarkflatselector.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/seriescreator.py +5 -5
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tomoobjdisplaymode.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/gallery.py +6 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/imagekeyeditor.py +7 -9
- tomwer-1.5.0rc3/src/tomwer/gui/edit/nxtomoeditor.py +844 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_nx_editor.py +155 -83
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/CalculationWidget.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +12 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/InputWidget.py +3 -3
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/darkrefwidget.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/castvolume.py +16 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +2 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +6 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +5 -5
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +2 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +78 -52
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +3 -13
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/slices.py +11 -11
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +19 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/volume.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/intensity.py +8 -12
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/corrangeselector.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +71 -67
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sacommon.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/scoreplot.py +18 -10
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_saaxis.py +18 -16
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +8 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/alignment.py +8 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/axisparams.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/output.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/positionoveraxis.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/stitchingstrategies.py +4 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/tomoobjdetails.py +21 -13
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/normalization.py +6 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +8 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_preview.py +10 -7
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/utils.py +27 -18
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +7 -9
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +18 -7
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +7 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/buttons.py +53 -35
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/flow.py +2 -2
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/loadingmode.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/unitsystem.py +44 -33
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/vignettes.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/dataviewer.py +7 -7
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +4 -6
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/reconstructionparameters.py +35 -23
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/scanoverview.py +28 -11
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +25 -13
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +2 -2
- tomwer-1.5.0rc3/src/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/utils/scanstages.py +3 -3
- tomwer-1.5.0rc3/src/tomwer/tasks/reconstruction/cleardarkflat.py +42 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/app/test_stitching.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +32 -20
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_widget.py +1 -1
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/version.py +4 -4
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/PKG-INFO +8 -8
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/SOURCES.txt +2 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/requires.txt +6 -6
- tomwer-1.4.19/src/tomwer/gui/edit/nxtomoeditor.py +0 -536
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/LICENSE +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/MANIFEST.in +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/README.rst +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/pyproject.toml +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/setup.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/__main__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/darkref.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/multicor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/multipag.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/rsync.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datalistener/datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_email.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tests/test_h52nx_process.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/tomoobjseries.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/dracbase.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/gallery.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/processeddataset.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/publish.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/rawdataset.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_gallery.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/params_cache.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_darkref.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_darkref_copy.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/tests/test_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/script/tests/test_script.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/task.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_conditions.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_dark_and_flat.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_listener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_transfer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_data_watcher.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_nabu.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/tests/test_timer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_data_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/tests/test_volume_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/signal.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/series/test/test_nxtomo_concatenate.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_process_manager.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_scanvalidator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/icons.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisMainWindow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/AxisWidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/ControlWidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/ManualFramesSelection.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_helical.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/normalization/test/test_intensity.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/settings.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/test_axis_gui.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/io/utils/utils.py +0 -0
- /tomwer-1.4.19/src/tomwer/synctools/stacks/control/__init__.py → /tomwer-1.5.0rc3/src/tomwer/model/dataset.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/axis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.4.19/src/tomwer/synctools/stacks/reconstruction → tomwer-1.5.0rc3/src/tomwer/synctools/stacks/control}/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.4.19/src/tomwer/synctools/tests → tomwer-1.5.0rc3/src/tomwer/synctools/stacks/reconstruction}/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.4.19/src/tomwer/synctools/utils → tomwer-1.5.0rc3/src/tomwer/synctools/tests}/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/tests/test_darkRefs.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/synctools/tests/test_foldertransfer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_future_supervisorow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datalistener.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datawatcher.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_emailow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_notifier.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomo_concatenate_ow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_reduce_dark_flat_selector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_timerow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_helical_prepare_weights_double.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkref.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_foldertransfert.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/tests/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer/utils.py +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.4.19 → tomwer-1.5.0rc3}/src/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.5.0rc3
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
|
@@ -18,22 +18,22 @@ Classifier: Operating System :: POSIX
|
|
18
18
|
Classifier: Natural Language :: English
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
21
|
-
Requires-Python: >=3.
|
21
|
+
Requires-Python: >=3.9
|
22
22
|
Description-Content-Type: text/x-rst
|
23
23
|
License-File: LICENSE
|
24
24
|
Requires-Dist: numpy
|
25
25
|
Requires-Dist: setuptools
|
26
26
|
Requires-Dist: psutil
|
27
|
-
Requires-Dist: silx[full]
|
28
|
-
Requires-Dist: tomoscan>=2.
|
29
|
-
Requires-Dist: nxtomo
|
30
|
-
Requires-Dist: nxtomomill>=1.
|
27
|
+
Requires-Dist: silx[full]>=2.1.1
|
28
|
+
Requires-Dist: tomoscan>=2.2.0a6
|
29
|
+
Requires-Dist: nxtomo>=2.0.0dev2
|
30
|
+
Requires-Dist: nxtomomill>=1.2.0dev1
|
31
31
|
Requires-Dist: processview>=1.5.0
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
33
|
Requires-Dist: ewokscore<1.1.0
|
34
34
|
Requires-Dist: sluurp>=0.4.1
|
35
35
|
Requires-Dist: packaging
|
36
|
-
Requires-Dist:
|
36
|
+
Requires-Dist: pint
|
37
37
|
Requires-Dist: tqdm
|
38
38
|
Provides-Extra: full-base
|
39
39
|
Requires-Dist: orange-canvas-core; extra == "full-base"
|
@@ -227,7 +227,7 @@ Requires-Dist: ewoksnotify[full]; extra == "test"
|
|
227
227
|
Requires-Dist: pyicat_plus; extra == "test"
|
228
228
|
Requires-Dist: nabu>=2023.3.1dev; extra == "test"
|
229
229
|
Requires-Dist: pytest-asyncio; extra == "test"
|
230
|
-
Requires-Dist: tomoscan[test]>=2.
|
230
|
+
Requires-Dist: tomoscan[test]>=2.2.0a6; extra == "test"
|
231
231
|
Provides-Extra: setup-requires
|
232
232
|
Requires-Dist: setuptools; extra == "setup-requires"
|
233
233
|
Requires-Dist: numpy>=1.12; extra == "setup-requires"
|
@@ -28,21 +28,21 @@ keywords =
|
|
28
28
|
package_dir =
|
29
29
|
=src
|
30
30
|
packages = find_namespace:
|
31
|
-
python_requires = >=3.
|
31
|
+
python_requires = >=3.9
|
32
32
|
install_requires =
|
33
33
|
numpy
|
34
34
|
setuptools
|
35
35
|
psutil
|
36
|
-
silx[full] >=
|
37
|
-
tomoscan>=2.
|
38
|
-
nxtomo>=
|
39
|
-
nxtomomill>=1.
|
36
|
+
silx[full] >=2.1.1
|
37
|
+
tomoscan>=2.2.0a6
|
38
|
+
nxtomo>=2.0.0dev2
|
39
|
+
nxtomomill>=1.2.0dev1
|
40
40
|
processview>=1.5.0
|
41
41
|
ewoks>=0.1.1
|
42
42
|
ewokscore<1.1.0
|
43
43
|
sluurp>=0.4.1
|
44
44
|
packaging
|
45
|
-
|
45
|
+
pint
|
46
46
|
tqdm
|
47
47
|
|
48
48
|
[options.packages.find]
|
@@ -149,7 +149,7 @@ dev_no_cuda =
|
|
149
149
|
test =
|
150
150
|
%(full_no_cuda)s
|
151
151
|
pytest-asyncio
|
152
|
-
tomoscan[test]>=2.
|
152
|
+
tomoscan[test]>=2.2.0a6
|
153
153
|
setup_requires =
|
154
154
|
setuptools
|
155
155
|
numpy>=1.12
|
@@ -3,19 +3,21 @@
|
|
3
3
|
<nodes>
|
4
4
|
<node id="0" name="scan selector" qualified_name="orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW" project_name="tomwer" version="" title="scan selector" position="(150, 150)" />
|
5
5
|
<node id="1" name="reduced darks and flats" qualified_name="orangecontrib.tomwer.widgets.reconstruction.DarkRefAndCopyOW.DarkRefAndCopyOW" project_name="tomwer" version="" title="reduced darks and flats" position="(324.0, 183.0)" />
|
6
|
-
<node id="2" name="
|
6
|
+
<node id="2" name="center of rotation finder" qualified_name="orangecontrib.tomwer.widgets.reconstruction.AxisOW.AxisOW" project_name="tomwer" version="" title="default center of rotation" position="(490.0, 218.0)" />
|
7
7
|
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuOW.NabuOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(649.0, 261.0)" />
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(818.0, 248.0)" />
|
9
9
|
<node id="5" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(812.0, 391.0)" />
|
10
10
|
<node id="6" name="volume viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW" project_name="tomwer" version="" title="volume viewer" position="(978.0, 424.0)" />
|
11
|
+
<node id="7" name="Data Portal Publishing" qualified_name="orangecontrib.tomwer.widgets.dataportal.PublishProcessedDataOW.PublishProcessedDataOW" project_name="tomwer" version="" title="Data Portal Publishing" position="(980.0, 580.0)" />
|
11
12
|
</nodes>
|
12
13
|
<links>
|
13
|
-
<link id="0" source_node_id="0" sink_node_id="1" source_channel="data" sink_channel="data" enabled="true" />
|
14
|
-
<link id="1" source_node_id="1" sink_node_id="2" source_channel="data" sink_channel="data" enabled="true" />
|
15
|
-
<link id="2" source_node_id="2" sink_node_id="3" source_channel="data" sink_channel="data" enabled="true" />
|
16
|
-
<link id="3" source_node_id="3" sink_node_id="4" source_channel="data" sink_channel="data" enabled="true" />
|
17
|
-
<link id="4" source_node_id="3" sink_node_id="5" source_channel="data" sink_channel="data" enabled="true" />
|
18
|
-
<link id="5" source_node_id="5" sink_node_id="6" source_channel="data" sink_channel="data" enabled="true" />
|
14
|
+
<link id="0" source_node_id="0" sink_node_id="1" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
15
|
+
<link id="1" source_node_id="1" sink_node_id="2" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
16
|
+
<link id="2" source_node_id="2" sink_node_id="3" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
17
|
+
<link id="3" source_node_id="3" sink_node_id="4" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
18
|
+
<link id="4" source_node_id="3" sink_node_id="5" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
19
|
+
<link id="5" source_node_id="5" sink_node_id="6" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
20
|
+
<link id="6" source_node_id="5" sink_node_id="7" source_channel="data_portal_processed_datasets" sink_channel="data_portal_processed_datasets" enabled="true" source_channel_id="data_portal_processed_datasets" sink_channel_id="data_portal_processed_datasets" />
|
19
21
|
</links>
|
20
22
|
<annotations>
|
21
23
|
<arrow id="0" start="(267.0, 56.0)" end="(194.0, 105.0)" fill="#C1272D" />
|
@@ -37,11 +39,12 @@
|
|
37
39
|
<node_properties>
|
38
40
|
<properties node_id="0" format="literal">{'_scanIDs': [], 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
39
41
|
<properties node_id="1" format="literal">{'_ewoks_default_inputs': {'data': None, 'dark_ref_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
40
|
-
<properties node_id="2" format="literal">{'_ewoks_default_inputs': {'data': None, 'axis_params': {'MODE': 'manual', 'POSITION_VALUE': None, 'CALC_INPUT_TYPE': 'transmission_nopag', 'ANGLE_MODE': '0-180', '
|
42
|
+
<properties node_id="2" format="literal">{'_ewoks_default_inputs': {'data': None, 'axis_params': {'MODE': 'manual', 'POSITION_VALUE': None, 'CALC_INPUT_TYPE': 'transmission_nopag', 'ANGLE_MODE': '0-180', 'SINOGRAM_LINE': '', 'SINOGRAM_SUBSAMPLING': 10, 'AXIS_URL_1': '', 'AXIS_URL_2': '', 'LOOK_AT_STDMAX': False, 'NEAR_WX': 5, 'FINE_STEP_X': 0.1, 'SCALE_IMG2_TO_IMG1': False, 'NEAR_POSITION': 0.0, 'PADDING_MODE': 'edge', 'FLIP_LR': True, 'COMPOSITE_OPTS': {'theta': 10, 'oversampling': 4, 'n_subsampling_y': 10, 'take_log': True, 'near_width': 20}, 'COR_OPTIONS': '', 'MOTOR_OFFSET': 0.0, 'X_ROTATION_AXIS_PIXEL_POSITION': None}, 'gui': {'mode_is_lock': False, 'value_is_lock': False, 'auto_update_estimated_cor': True, 'y_axis_inverted': False}}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
41
43
|
<properties node_id="3" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
42
44
|
<properties node_id="4" format="literal">{'_viewer_config': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
43
45
|
<properties node_id="5" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_volume_params': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
44
46
|
<properties node_id="6" format="literal">{'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
47
|
+
<properties node_id="7" format="literal">{'_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
45
48
|
</node_properties>
|
46
49
|
<session_state>
|
47
50
|
<window_groups />
|
@@ -7,22 +7,24 @@
|
|
7
7
|
<node id="3" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuOW.NabuOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(649.0, 261.0)" />
|
8
8
|
<node id="4" name="data viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.DataViewerOW.DataViewerOW" project_name="tomwer" version="" title="data viewer" position="(930.222222222222, 248.00000000000003)" />
|
9
9
|
<node id="5" name="nabu volume reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW" project_name="tomwer" version="" title="nabu volume reconstruction" position="(926.4444444444445, 404.3333333333334)" />
|
10
|
-
<node id="6" name="volume viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW" project_name="tomwer" version="" title="volume viewer" position="(
|
10
|
+
<node id="6" name="volume viewer" qualified_name="orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW" project_name="tomwer" version="" title="volume viewer" position="(1199.75, 482.4722222222222)" />
|
11
11
|
<node id="7" name="slurm cluster" qualified_name="orangecontrib.tomwer.widgets.cluster.SlurmClusterOW.SlurmClusterOW" project_name="tomwer" version="" title="slurm cluster" position="(475.0, 502.5)" />
|
12
12
|
<node id="8" name="future supervisor" qualified_name="orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW" project_name="tomwer" version="" title="future supervisor" position="(1060.2222222222224, 489.9722222222221)" />
|
13
13
|
<node id="9" name="future supervisor" qualified_name="orangecontrib.tomwer.widgets.cluster.FutureSupervisorOW.FutureSupervisorOW" project_name="tomwer" version="" title="future supervisor (1)" position="(800.4999999999997, 329.3333333333333)" />
|
14
|
+
<node id="10" name="Data Portal Publishing" qualified_name="orangecontrib.tomwer.widgets.dataportal.PublishProcessedDataOW.PublishProcessedDataOW" project_name="tomwer" version="" title="Data Portal Publishing" position="(1203.0, 707.0)" />
|
14
15
|
</nodes>
|
15
16
|
<links>
|
16
17
|
<link id="0" source_node_id="0" sink_node_id="1" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
17
18
|
<link id="1" source_node_id="1" sink_node_id="2" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
18
19
|
<link id="2" source_node_id="2" sink_node_id="3" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
19
20
|
<link id="3" source_node_id="7" sink_node_id="5" source_channel="cluster_config" sink_channel="cluster_config" enabled="true" source_channel_id="config_out" sink_channel_id="cluster_in" />
|
20
|
-
<link id="4" source_node_id="5" sink_node_id="8" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="
|
21
|
+
<link id="4" source_node_id="5" sink_node_id="8" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="future_in" />
|
21
22
|
<link id="5" source_node_id="8" sink_node_id="6" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
22
23
|
<link id="6" source_node_id="7" sink_node_id="3" source_channel="cluster_config" sink_channel="cluster_config" enabled="true" source_channel_id="config_out" sink_channel_id="cluster_in" />
|
23
|
-
<link id="7" source_node_id="3" sink_node_id="9" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="
|
24
|
+
<link id="7" source_node_id="3" sink_node_id="9" source_channel="future_tomo_obj" sink_channel="future_tomo_obj" enabled="true" source_channel_id="future_out" sink_channel_id="future_in" />
|
24
25
|
<link id="8" source_node_id="9" sink_node_id="4" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
25
26
|
<link id="9" source_node_id="9" sink_node_id="5" source_channel="data" sink_channel="data" enabled="true" source_channel_id="data" sink_channel_id="data" />
|
27
|
+
<link id="10" source_node_id="8" sink_node_id="10" source_channel="data_portal_processed_datasets" sink_channel="data_portal_processed_datasets" enabled="true" source_channel_id="data_portal_processed_datasets" sink_channel_id="data_portal_processed_datasets" />
|
26
28
|
</links>
|
27
29
|
<annotations>
|
28
30
|
<arrow id="0" start="(267.0, 56.0)" end="(194.0, 105.0)" fill="#C1272D" />
|
@@ -36,8 +38,8 @@
|
|
36
38
|
<text id="8" type="text/plain" rect="(648.75, 45.75, 150.0, 69.0)" font-family="Ubuntu" font-size="16">define one or several slice to be reconstructed</text>
|
37
39
|
<text id="9" type="text/plain" rect="(1022.3333333333333, 124.33333333333331, 150.0, 88.0)" font-family="Ubuntu" font-size="16">display reconstructed slices and browse dataset</text>
|
38
40
|
<arrow id="10" start="(782.5555555555552, 528.5277777777778)" end="(858.8333333333331, 466.111111111111)" fill="#C1272D" />
|
39
|
-
<arrow id="11" start="(
|
40
|
-
<text id="12" type="text/plain" rect="(
|
41
|
+
<arrow id="11" start="(1253.75, 396.0)" end="(1216.75, 434.0)" fill="#C1272D" />
|
42
|
+
<text id="12" type="text/plain" rect="(1263.75, 361.0, 150.0, 69.0)" font-family="Ubuntu" font-size="16">browse reconstructed volume</text>
|
41
43
|
<text id="13" type="text/plain" rect="(680.4166666666672, 542.5833333333333, 150.0, 50.0)" font-family="Ubuntu" font-size="16">reconstruct volume</text>
|
42
44
|
<arrow id="14" start="(394.75, 594.75)" end="(438.5, 529.75)" fill="#C1272D" />
|
43
45
|
<arrow id="15" start="(987.5000000000002, 316.9444444444446)" end="(888.7500000000002, 332.63888888888914)" fill="#C1272D" />
|
@@ -49,14 +51,15 @@
|
|
49
51
|
<node_properties>
|
50
52
|
<properties node_id="0" format="literal">{'_scanIDs': [], 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
51
53
|
<properties node_id="1" format="literal">{'_ewoks_default_inputs': {'data': None, 'dark_ref_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
52
|
-
<properties node_id="2" format="literal">{'_ewoks_default_inputs': {'data': None, 'axis_params': {'MODE': 'manual', 'POSITION_VALUE': None, 'CALC_INPUT_TYPE': 'transmission_nopag', 'ANGLE_MODE': '0-180', '
|
54
|
+
<properties node_id="2" format="literal">{'_ewoks_default_inputs': {'data': None, 'axis_params': {'MODE': 'manual', 'POSITION_VALUE': None, 'CALC_INPUT_TYPE': 'transmission_nopag', 'ANGLE_MODE': '0-180', 'SINOGRAM_LINE': '', 'SINOGRAM_SUBSAMPLING': 10, 'AXIS_URL_1': '', 'AXIS_URL_2': '', 'LOOK_AT_STDMAX': False, 'NEAR_WX': 5, 'FINE_STEP_X': 0.1, 'SCALE_IMG2_TO_IMG1': False, 'NEAR_POSITION': 0.0, 'PADDING_MODE': 'edge', 'FLIP_LR': True, 'COMPOSITE_OPTS': {'theta': 10, 'oversampling': 4, 'n_subsampling_y': 10, 'take_log': True, 'near_width': 20}, 'COR_OPTIONS': '', 'MOTOR_OFFSET': 0.0, 'X_ROTATION_AXIS_PIXEL_POSITION': None}, 'gui': {'mode_is_lock': False, 'value_is_lock': False, 'auto_update_estimated_cor': True, 'y_axis_inverted': False}}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
53
55
|
<properties node_id="3" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
54
56
|
<properties node_id="4" format="literal">{'_viewer_config': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
55
57
|
<properties node_id="5" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_volume_params': None, 'nabu_params': None}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
56
58
|
<properties node_id="6" format="literal">{'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
57
|
-
<properties node_id="7" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
58
|
-
<properties node_id="8" format="literal">{'_ewoks_default_inputs': {}, '
|
59
|
-
<properties node_id="9" format="literal">{'_ewoks_default_inputs': {}, '
|
59
|
+
<properties node_id="7" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, 'slurm_mode_name': 'GENERIC', '__version__': 1}</properties>
|
60
|
+
<properties node_id="8" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
61
|
+
<properties node_id="9" format="literal">{'_ewoks_default_inputs': {}, 'controlAreaVisible': True, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
62
|
+
<properties node_id="10" format="literal">{'_ewoks_default_inputs': {}, '_ewoks_execinfo': {}, '_ewoks_task_options': {}, '_ewoks_varinfo': {}, 'controlAreaVisible': True, 'default_inputs': {}, 'savedWidgetGeometry': None, '__version__': 1}</properties>
|
60
63
|
</node_properties>
|
61
64
|
<session_state>
|
62
65
|
<window_groups />
|
{tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py
RENAMED
@@ -165,7 +165,7 @@ class _DiscoverThread(qt.QThread):
|
|
165
165
|
|
166
166
|
def setConfiguration(self, config: dict):
|
167
167
|
self._root_dir = config.get("start_folder", None)
|
168
|
-
self._research_type = ScanType
|
168
|
+
self._research_type = ScanType(config["scan_type_searched"])
|
169
169
|
self._file_filter = config.get("file_filter", None)
|
170
170
|
self._look_for_hdf5 = self._research_type in (
|
171
171
|
ScanType.BLISS,
|
{tomwer-1.4.19 → tomwer-1.5.0rc3}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py
RENAMED
@@ -58,18 +58,29 @@ class NXTomomillMixIn:
|
|
58
58
|
keyword: self.CONFIG_CLS().to_dict(), # pylint: disable=E1102
|
59
59
|
}
|
60
60
|
|
61
|
-
# hack: try to upgrade
|
61
|
+
# hack: try to upgrade sample|detector_x|y_pixel_keys
|
62
62
|
# otherwise has they have the same values and are tuples they have the same id and orange raises an
|
63
63
|
# dump_literals raise a ValueError - check_relaxed - is a recursive structure
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
64
|
+
default_inputs_keys_section = default_inputs.get(keyword, {}).get(
|
65
|
+
"KEYS_SECTION", {}
|
66
|
+
)
|
67
|
+
for key in (
|
68
|
+
"sample_x_detector_keys",
|
69
|
+
"sample_y_detector_keys",
|
70
|
+
"detector_x_detector_keys",
|
71
|
+
"detector_y_detector_keys",
|
72
|
+
"sample_detector_distance",
|
73
|
+
"detector_x_pixel_size_keys",
|
74
|
+
"detector_y_pixel_size_keys",
|
75
|
+
"sample_x_pixel_size_keys",
|
76
|
+
"sample_y_pixel_size_keys",
|
77
|
+
):
|
78
|
+
try:
|
79
|
+
default_inputs_keys_section[key] = list(
|
80
|
+
default_inputs_keys_section[key]
|
81
|
+
)
|
82
|
+
except KeyError:
|
83
|
+
pass
|
73
84
|
|
74
85
|
self.update_default_inputs(
|
75
86
|
**default_inputs,
|
@@ -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",
|
@@ -179,8 +179,8 @@ def main(argv):
|
|
179
179
|
|
180
180
|
scan = ScanFactory.create_scan_object(options.scan_path, entry=options.entry)
|
181
181
|
|
182
|
-
dark_method = ReduceMethod
|
183
|
-
flat_method = ReduceMethod
|
182
|
+
dark_method = ReduceMethod(options.dark_method)
|
183
|
+
flat_method = ReduceMethod(options.flat_method)
|
184
184
|
|
185
185
|
if options.run:
|
186
186
|
exit(
|
@@ -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:
|
@@ -49,9 +49,7 @@ def change_image_key_control(scan: NXtomoScan, config: dict) -> TomwerScanBase:
|
|
49
49
|
modifications = {}
|
50
50
|
|
51
51
|
image_keys_set = set(modifications.values())
|
52
|
-
image_keys_set = set(
|
53
|
-
[ImageKey.from_value(image_key) for image_key in image_keys_set]
|
54
|
-
)
|
52
|
+
image_keys_set = set([ImageKey(image_key) for image_key in image_keys_set])
|
55
53
|
for image_key_type in image_keys_set:
|
56
54
|
frame_indexes_dict = dict(
|
57
55
|
filter(lambda item: item[1] is image_key_type, modifications.items())
|
@@ -65,7 +63,7 @@ def change_image_key_control(scan: NXtomoScan, config: dict) -> TomwerScanBase:
|
|
65
63
|
image_key_control_value=image_key_type.value,
|
66
64
|
logger=_logger,
|
67
65
|
)
|
68
|
-
scan.
|
66
|
+
scan.clear_frames_cache()
|
69
67
|
return scan
|
70
68
|
|
71
69
|
|
@@ -181,8 +179,8 @@ class ImageKeyUpgraderTask(
|
|
181
179
|
"""
|
182
180
|
retrieve frame indices to be updated
|
183
181
|
"""
|
184
|
-
from_image_key = ImageKey
|
185
|
-
to_image_key = ImageKey
|
182
|
+
from_image_key = ImageKey(from_image_key)
|
183
|
+
to_image_key = ImageKey(to_image_key)
|
186
184
|
|
187
185
|
config = {}
|
188
186
|
for i_frame, frame in enumerate(scan.frames):
|
@@ -33,9 +33,13 @@ class NXtomoEditorKeys:
|
|
33
33
|
"""namespace to store all keys used by the nxtomo editor"""
|
34
34
|
|
35
35
|
ENERGY = "instrument.beam.energy"
|
36
|
-
|
37
|
-
|
36
|
+
DETECTOR_X_PIXEL_SIZE = "instrument.detector.x_pixel_size"
|
37
|
+
DETECTOR_Y_PIXEL_SIZE = "instrument.detector.y_pixel_size"
|
38
38
|
SAMPLE_DETECTOR_DISTANCE = "instrument.detector.distance"
|
39
|
+
SAMPLE_SOURCE_DISTANCE = "instrument.source.distance"
|
40
|
+
SAMPLE_X_PIXEL_SIZE = "sample.x_pixel_size"
|
41
|
+
SAMPLE_Y_PIXEL_SIZE = "sample.y_pixel_size"
|
42
|
+
PROPAGATION_DISTANCE = "sample.propagation_distance"
|
39
43
|
FIELD_OF_VIEW = "instrument.detector.field_of_view"
|
40
44
|
X_FLIPPED = "instrument.detector.x_flipped"
|
41
45
|
Y_FLIPPED = "instrument.detector.y_flipped"
|
@@ -125,8 +129,8 @@ class NXtomoEditorTask(
|
|
125
129
|
overwrite=True,
|
126
130
|
)
|
127
131
|
# clear caches to make sure all modifications will be considered
|
128
|
-
scan.
|
129
|
-
scan.
|
132
|
+
scan.clear_cache()
|
133
|
+
scan.clear_frames_cache()
|
130
134
|
self.outputs.data = scan
|
131
135
|
|
132
136
|
@staticmethod
|
@@ -239,7 +243,7 @@ class NXtomoEditorTask(
|
|
239
243
|
"""
|
240
244
|
nexus_paths = get_nexus_paths(nexus_version)
|
241
245
|
|
242
|
-
|
246
|
+
mapping = {
|
243
247
|
# energy
|
244
248
|
NXtomoEditorKeys.ENERGY: _EditorFieldInfo(
|
245
249
|
nexus_path=nexus_paths.ENERGY_PATH,
|
@@ -248,25 +252,17 @@ class NXtomoEditorTask(
|
|
248
252
|
name="energy",
|
249
253
|
n_value=1,
|
250
254
|
),
|
251
|
-
#
|
252
|
-
NXtomoEditorKeys.
|
253
|
-
nexus_path=nexus_paths.
|
255
|
+
# sample / detector distance
|
256
|
+
NXtomoEditorKeys.SAMPLE_DETECTOR_DISTANCE: _EditorFieldInfo(
|
257
|
+
nexus_path=nexus_paths.SAMPLE_DETECTOR_DISTANCE_PATH,
|
254
258
|
expected_type=float,
|
255
259
|
units="m",
|
256
|
-
name="
|
260
|
+
name="sample detector distance",
|
257
261
|
n_value=1,
|
258
262
|
),
|
259
|
-
#
|
260
|
-
NXtomoEditorKeys.
|
261
|
-
nexus_path=nexus_paths.
|
262
|
-
expected_type=float,
|
263
|
-
units="m",
|
264
|
-
name="y pixel size",
|
265
|
-
n_value=1,
|
266
|
-
),
|
267
|
-
# sample / detector distance
|
268
|
-
NXtomoEditorKeys.SAMPLE_DETECTOR_DISTANCE: _EditorFieldInfo(
|
269
|
-
nexus_path=nexus_paths.DISTANCE_PATH,
|
263
|
+
# sample / source distance
|
264
|
+
NXtomoEditorKeys.SAMPLE_SOURCE_DISTANCE: _EditorFieldInfo(
|
265
|
+
nexus_path=nexus_paths.SAMPLE_SOURCE_DISTANCE_PATH,
|
270
266
|
expected_type=float,
|
271
267
|
units="m",
|
272
268
|
name="sample detector distance",
|
@@ -304,4 +300,46 @@ class NXtomoEditorTask(
|
|
304
300
|
name="z translation",
|
305
301
|
n_value=n_frames,
|
306
302
|
),
|
303
|
+
# detector x pixel size
|
304
|
+
NXtomoEditorKeys.DETECTOR_X_PIXEL_SIZE: _EditorFieldInfo(
|
305
|
+
nexus_path=nexus_paths.DETECTOR_X_PIXEL_SIZE_PATH,
|
306
|
+
expected_type=float,
|
307
|
+
units="m",
|
308
|
+
name="detector x pixel size",
|
309
|
+
n_value=1,
|
310
|
+
),
|
311
|
+
# detector y pixel size
|
312
|
+
NXtomoEditorKeys.DETECTOR_Y_PIXEL_SIZE: _EditorFieldInfo(
|
313
|
+
nexus_path=nexus_paths.DETECTOR_Y_PIXEL_SIZE_PATH,
|
314
|
+
expected_type=float,
|
315
|
+
units="m",
|
316
|
+
name="detector y pixel size",
|
317
|
+
n_value=1,
|
318
|
+
),
|
319
|
+
# sample x pixel size
|
320
|
+
NXtomoEditorKeys.SAMPLE_X_PIXEL_SIZE: _EditorFieldInfo(
|
321
|
+
nexus_path=nexus_paths.SAMPLE_X_PIXEL_SIZE_PATH,
|
322
|
+
expected_type=float,
|
323
|
+
units="m",
|
324
|
+
name="sample x pixel size",
|
325
|
+
n_value=1,
|
326
|
+
),
|
327
|
+
# sample y pixel size
|
328
|
+
NXtomoEditorKeys.SAMPLE_Y_PIXEL_SIZE: _EditorFieldInfo(
|
329
|
+
nexus_path=nexus_paths.SAMPLE_Y_PIXEL_SIZE_PATH,
|
330
|
+
expected_type=float,
|
331
|
+
units="m",
|
332
|
+
name="sample y pixel size",
|
333
|
+
n_value=1,
|
334
|
+
),
|
335
|
+
# propagation distance
|
336
|
+
NXtomoEditorKeys.PROPAGATION_DISTANCE: _EditorFieldInfo(
|
337
|
+
nexus_path=nexus_paths.PROPAGATION_DISTANCE,
|
338
|
+
expected_type=float,
|
339
|
+
units="m",
|
340
|
+
name="propagation distance",
|
341
|
+
n_value=1,
|
342
|
+
),
|
307
343
|
}
|
344
|
+
|
345
|
+
return mapping
|
@@ -1,10 +1,11 @@
|
|
1
1
|
from __future__ import annotations
|
2
|
+
|
2
3
|
import os
|
4
|
+
from enum import Enum
|
3
5
|
import warnings
|
4
|
-
from silx.utils.enum import Enum as _Enum
|
5
6
|
|
6
7
|
|
7
|
-
class ProcessDataOutputDirMode(
|
8
|
+
class ProcessDataOutputDirMode(Enum):
|
8
9
|
IN_SCAN_FOLDER = "same folder as scan"
|
9
10
|
PROCESSED_DATA_FOLDER = "PROCESSED_DATA folder"
|
10
11
|
OTHER = "other"
|
@@ -25,10 +26,10 @@ class ProcessDataOutputDirMode(_Enum):
|
|
25
26
|
stacklevel=2,
|
26
27
|
)
|
27
28
|
return cls.PROCESSED_DATA_FOLDER
|
28
|
-
return
|
29
|
+
return ProcessDataOutputDirMode(value)
|
29
30
|
|
30
31
|
|
31
|
-
class NabuOutputFileFormat(
|
32
|
+
class NabuOutputFileFormat(Enum):
|
32
33
|
TIFF = "tiff"
|
33
34
|
HDF5 = "hdf5"
|
34
35
|
JP2K = "jp2"
|
@@ -39,7 +40,7 @@ class NabuOutputFileFormat(_Enum):
|
|
39
40
|
def from_value(cls, value):
|
40
41
|
if isinstance(value, str):
|
41
42
|
value = value.lstrip(".")
|
42
|
-
return
|
43
|
+
return NabuOutputFileFormat(value)
|
43
44
|
|
44
45
|
|
45
46
|
def get_file_format(file_str):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
from
|
3
|
+
from enum import Enum as _Enum
|
4
4
|
|
5
5
|
|
6
6
|
class CorAngleMode(_Enum):
|
@@ -18,4 +18,4 @@ class CorAngleMode(_Enum):
|
|
18
18
|
elif value == 2:
|
19
19
|
return CorAngleMode.manual_selection
|
20
20
|
else:
|
21
|
-
return
|
21
|
+
return CorAngleMode(value=value)
|
@@ -65,6 +65,7 @@ def adapt_tomwer_scan_to_nabu(scan: TomwerScanBase, do_flatfield: bool):
|
|
65
65
|
update_dataset_info_flats_darks(
|
66
66
|
dataset_infos,
|
67
67
|
flatfield_mode=do_flatfield,
|
68
|
+
loading_mode="load_if_present",
|
68
69
|
)
|
69
70
|
except ValueError as exception:
|
70
71
|
# nabu raise an error if no darks / flats set. But this can make sense at this stage if the NXtomo has no
|
@@ -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.4.19 → tomwer-1.5.0rc3}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py
RENAMED
@@ -341,13 +341,13 @@ class DarkRefsTask(
|
|
341
341
|
return REDUCER_TARGET.FLATS
|
342
342
|
elif target == "dark":
|
343
343
|
return REDUCER_TARGET.DARKS
|
344
|
-
return REDUCER_TARGET
|
344
|
+
return REDUCER_TARGET(target)
|
345
345
|
|
346
346
|
def compute(
|
347
347
|
self, scan, target: REDUCER_TARGET, method: ReduceMethod, overwrite: bool
|
348
348
|
):
|
349
349
|
target = self._target_to_reducer_target(target)
|
350
|
-
method = ReduceMethod
|
350
|
+
method = ReduceMethod(method)
|
351
351
|
if target is REDUCER_TARGET.DARKS:
|
352
352
|
reduced_darks, metadata = scan.compute_reduced_darks(
|
353
353
|
reduced_method=method,
|