tomwer 1.3.0a1__tar.gz → 1.3.16__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.3.0a1/tomwer.egg-info → tomwer-1.3.16}/PKG-INFO +31 -11
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/__init__.py +11 -12
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListenerOW.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +13 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +23 -10
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +6 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +6 -1
- tomwer-1.3.16/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +98 -0
- tomwer-1.3.16/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +129 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +13 -12
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +1 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +6 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +11 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +11 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +12 -15
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +9 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/setup.cfg +11 -7
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/__main__.py +0 -10
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/axis.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/config.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/environ.py +1 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/mainwindow.py +4 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/diffframe.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/intensitynormalization.py +12 -11
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/multicor.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/multipag.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/nabuapp.py +0 -11
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/radiostack.py +4 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/samplemoved.py +3 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/scanviewer.py +4 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/sinogramviewer.py +3 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/slicestack.py +3 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/zstitching.py +14 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/datalistener.py +16 -11
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/nxtomomill.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scantransfer.py +9 -33
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/volumesymlink.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/darkflatpatch.py +8 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/imagekeyeditor.py +25 -22
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/publish.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/screenshots.py +1 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/axis.py +263 -59
- tomwer-1.3.16/tomwer/core/process/reconstruction/axis/mode.py +210 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/params.py +23 -20
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefs.py +12 -13
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +37 -8
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/castvolume.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabucommon.py +43 -20
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuscores.py +35 -7
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuslices.py +83 -74
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuvolume.py +32 -28
- tomwer-1.3.16/tomwer/core/process/reconstruction/nabu/plane.py +9 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/utils.py +39 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/saaxis.py +6 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +11 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/params.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref_copy.py +4 -4
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/nabustitcher.py +11 -10
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/task.py +34 -26
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_axis.py +7 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_transfer.py +3 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_nabu.py +10 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_normalization.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/blissscan.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/edfscan.py +9 -9
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/nxtomoscan.py +14 -12
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scanbase.py +30 -24
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_edf.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_future_scan.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_h5.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_process_registration.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_scan.py +1 -75
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/settings.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/test_utils.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/tomwer_object.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/edfvolume.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/hdf5volume.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/jp2kvolume.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/rawvolume.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/tiffvolume.py +12 -12
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/slurm.py +19 -10
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/supervisor.py +12 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_cluster.py +2 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_supervisor.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datalist.py +5 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/controlwidget.py +2 -4
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcher.py +1 -24
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/reducedarkflatselector.py +8 -8
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/selectorwidgetbase.py +3 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_single_tomo_obj.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/dkrfpatch.py +4 -4
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/imagekeyeditor.py +3 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/nxtomoeditor.py +28 -20
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/nxtomowarmer.py +3 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_dkrf_patch.py +6 -6
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_nx_editor.py +58 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/imagefromfile.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qfolderdialog.py +24 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/CompareImages.py +88 -168
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/axis.py +16 -13
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/radioaxis.py +61 -182
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +11 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefwidget.py +2 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/castvolume.py +13 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +16 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +16 -14
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +54 -21
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slices.py +4 -4
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/intensity.py +3 -25
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/corrangeselector.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/saaxis.py +3 -13
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -10
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/scoreplot.py +3 -7
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_axis.py +18 -4
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_nabu.py +3 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching.py +2 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_preview.py +8 -58
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_raw.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/inputwidget.py +12 -2
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/lineselector.py +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/dataviewer.py +47 -17
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/sinogramviewer.py +19 -26
- tomwer-1.3.16/tomwer/gui/visualization/test/test_volumeviewer.py +82 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/volumeviewer.py +114 -113
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/h5pyutils.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/utils.py +7 -7
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.svg +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/no_rot.svg +1 -1
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/darkflatpatch.py +17 -12
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/castvolume.py +20 -5
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +10 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/test_scripts.py +0 -3
- tomwer-1.3.16/tomwer/third_part/WaitingOverlay.py +110 -0
- tomwer-1.3.16/tomwer/third_part/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/version.py +3 -3
- {tomwer-1.3.0a1 → tomwer-1.3.16/tomwer.egg-info}/PKG-INFO +31 -11
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/SOURCES.txt +4 -42
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/requires.txt +29 -8
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +0 -98
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +0 -129
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/TofuOW.py +0 -197
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/XY_lamino.svg +0 -168
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/XZ_lamino.svg +0 -275
- tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/YZ_lamino.svg +0 -182
- tomwer-1.3.0a1/tomwer/app/lamino.py +0 -143
- tomwer-1.3.0a1/tomwer/core/process/reconstruction/axis/mode.py +0 -99
- tomwer-1.3.0a1/tomwer/core/process/reconstruction/lamino/__init__.py +0 -1
- tomwer-1.3.0a1/tomwer/core/process/reconstruction/lamino/tofu.py +0 -1000
- tomwer-1.3.0a1/tomwer/core/process/test/test_lamino.py +0 -76
- tomwer-1.3.0a1/tomwer/core/test/test_lamino.py +0 -92
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/__init__.py +0 -31
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/TofuOptionLoader.py +0 -107
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/__init__.py +0 -1
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/misc.py +0 -148
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/projections.py +0 -896
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/settings.py +0 -75
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofu.py +0 -432
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofuexpert.py +0 -567
- tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofuoutput.py +0 -757
- tomwer-1.3.0a1/tomwer/gui/reconstruction/test/test_lamino.py +0 -194
- tomwer-1.3.0a1/tomwer/gui/visualization/test/test_volumeviewer.py +0 -84
- tomwer-1.3.0a1/tomwer/resources/gui/icons/lamino_parameters.svg +0 -70
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_angle.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_angle.svg +0 -509
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_beta_angle.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_beta_angle.svg +0 -97
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_theta_angle.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_theta_angle.svg +0 -368
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/manual_slice.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/manual_slice.svg +0 -221
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/psi_angle.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/psi_angle.svg +0 -479
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/rotation_center.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/rotation_center.svg +0 -276
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/slice_stack.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/slice_stack.svg +0 -266
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xy_slice.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xy_slice.svg +0 -269
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xz_slice.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xz_slice.svg +0 -270
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/yz_slice.png +0 -0
- tomwer-1.3.0a1/tomwer/resources/gui/illustrations/yz_slice.svg +0 -270
- tomwer-1.3.0a1/tomwer/synctools/stacks/reconstruction/lamino.py +0 -233
- {tomwer-1.3.0a1 → tomwer-1.3.16}/LICENSE +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/MANIFEST.in +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/README.rst +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/icat_publication.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TomoObjSerieOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSymLinkOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_dark_flat_patch.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_upgrader.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_nxtomo_editor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/PublishProcessedDataOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/setup.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/darkref.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/rsync.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/futureobject.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/logger.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_email.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_h52nx_process.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_volume_link.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/tomoobjserie.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/createscreenshots.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/gallery.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/icatbase.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/output.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_axis_params.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_paramsbase.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_conditions.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_dark_and_flat.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_listener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_watcher.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_timer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/liveslice.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/progress.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/signal.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/test_scanutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/Singleton.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/char.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/image.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/locker.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/time.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/emailnotifier.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/history.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/seriecreator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/seriewaiter.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datadiscovery.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalist.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalistener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datavalidator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_email.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_inputwidget.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_process_manager.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanselector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanvalidator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_volume_dialog.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_volumeselector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/createscreenshots.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/gallery.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/publish.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icons.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/settings.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stacks.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/test_axis_gui.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/test_qfolder_dialog.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/axis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/test_darkRefs.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/test_foldertransfer.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/__init__.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/conftest.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/datasets.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/utils.py +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/namespace_packages.txt +0 -0
- {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.16
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: data analysis unit
|
@@ -18,18 +18,19 @@ 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.
|
22
|
-
Description-Content-Type: text/
|
21
|
+
Requires-Python: >=3.8
|
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
|
27
|
+
Requires-Dist: silx[full]>=2.0
|
28
28
|
Requires-Dist: tomoscan>=2.0.0a11
|
29
|
-
Requires-Dist: nxtomo>=1.
|
29
|
+
Requires-Dist: nxtomo>=1.2.3rc1
|
30
30
|
Requires-Dist: nxtomomill>=1.0dev
|
31
31
|
Requires-Dist: processview>=1.3
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
|
+
Requires-Dist: ewoksorange<0.7,>=0.6
|
33
34
|
Requires-Dist: sluurp>=0.3.3
|
34
35
|
Requires-Dist: packaging
|
35
36
|
Requires-Dist: flufl-lock
|
@@ -52,6 +53,24 @@ Requires-Dist: resource; extra == "full-base"
|
|
52
53
|
Requires-Dist: tifffile; extra == "full-base"
|
53
54
|
Requires-Dist: hdf5plugin; extra == "full-base"
|
54
55
|
Requires-Dist: pyicat_plus; extra == "full-base"
|
56
|
+
Provides-Extra: full-no-nabu
|
57
|
+
Requires-Dist: orange-canvas-core; extra == "full-no-nabu"
|
58
|
+
Requires-Dist: orange-widget-base; extra == "full-no-nabu"
|
59
|
+
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-nabu"
|
60
|
+
Requires-Dist: rsyncmanager; extra == "full-no-nabu"
|
61
|
+
Requires-Dist: graypy; extra == "full-no-nabu"
|
62
|
+
Requires-Dist: fabio; extra == "full-no-nabu"
|
63
|
+
Requires-Dist: h5py>=3; extra == "full-no-nabu"
|
64
|
+
Requires-Dist: lxml; extra == "full-no-nabu"
|
65
|
+
Requires-Dist: werkzeug; extra == "full-no-nabu"
|
66
|
+
Requires-Dist: json-rpc; extra == "full-no-nabu"
|
67
|
+
Requires-Dist: scipy; extra == "full-no-nabu"
|
68
|
+
Requires-Dist: Pillow; extra == "full-no-nabu"
|
69
|
+
Requires-Dist: glymur; extra == "full-no-nabu"
|
70
|
+
Requires-Dist: resource; extra == "full-no-nabu"
|
71
|
+
Requires-Dist: tifffile; extra == "full-no-nabu"
|
72
|
+
Requires-Dist: hdf5plugin; extra == "full-no-nabu"
|
73
|
+
Requires-Dist: pyicat_plus; extra == "full-no-nabu"
|
55
74
|
Provides-Extra: full-no-cuda
|
56
75
|
Requires-Dist: orange-canvas-core; extra == "full-no-cuda"
|
57
76
|
Requires-Dist: orange-widget-base; extra == "full-no-cuda"
|
@@ -70,7 +89,7 @@ Requires-Dist: resource; extra == "full-no-cuda"
|
|
70
89
|
Requires-Dist: tifffile; extra == "full-no-cuda"
|
71
90
|
Requires-Dist: hdf5plugin; extra == "full-no-cuda"
|
72
91
|
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
73
|
-
Requires-Dist: nabu>=2023.3.
|
92
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "full-no-cuda"
|
74
93
|
Provides-Extra: full
|
75
94
|
Requires-Dist: orange-canvas-core; extra == "full"
|
76
95
|
Requires-Dist: orange-widget-base; extra == "full"
|
@@ -89,7 +108,7 @@ Requires-Dist: resource; extra == "full"
|
|
89
108
|
Requires-Dist: tifffile; extra == "full"
|
90
109
|
Requires-Dist: hdf5plugin; extra == "full"
|
91
110
|
Requires-Dist: pyicat_plus; extra == "full"
|
92
|
-
Requires-Dist: nabu[full]>=2023.3.
|
111
|
+
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "full"
|
93
112
|
Requires-Dist: pycuda; extra == "full"
|
94
113
|
Requires-Dist: scikit-cuda; extra == "full"
|
95
114
|
Provides-Extra: doc
|
@@ -110,13 +129,14 @@ Requires-Dist: resource; extra == "doc"
|
|
110
129
|
Requires-Dist: tifffile; extra == "doc"
|
111
130
|
Requires-Dist: hdf5plugin; extra == "doc"
|
112
131
|
Requires-Dist: pyicat_plus; extra == "doc"
|
113
|
-
Requires-Dist: nabu>=2023.3.
|
132
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "doc"
|
114
133
|
Requires-Dist: Sphinx>=4.0.0; extra == "doc"
|
115
134
|
Requires-Dist: nbsphinx; extra == "doc"
|
116
135
|
Requires-Dist: pandoc; extra == "doc"
|
117
136
|
Requires-Dist: jupyterlab; extra == "doc"
|
118
137
|
Requires-Dist: pydata_sphinx_theme; extra == "doc"
|
119
138
|
Requires-Dist: sphinx-design; extra == "doc"
|
139
|
+
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
|
120
140
|
Provides-Extra: dev-spec
|
121
141
|
Requires-Dist: black; extra == "dev-spec"
|
122
142
|
Requires-Dist: flake8; extra == "dev-spec"
|
@@ -140,7 +160,7 @@ Requires-Dist: resource; extra == "dev"
|
|
140
160
|
Requires-Dist: tifffile; extra == "dev"
|
141
161
|
Requires-Dist: hdf5plugin; extra == "dev"
|
142
162
|
Requires-Dist: pyicat_plus; extra == "dev"
|
143
|
-
Requires-Dist: nabu[full]>=2023.3.
|
163
|
+
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "dev"
|
144
164
|
Requires-Dist: pycuda; extra == "dev"
|
145
165
|
Requires-Dist: scikit-cuda; extra == "dev"
|
146
166
|
Requires-Dist: black; extra == "dev"
|
@@ -165,14 +185,14 @@ Requires-Dist: resource; extra == "dev-no-cuda"
|
|
165
185
|
Requires-Dist: tifffile; extra == "dev-no-cuda"
|
166
186
|
Requires-Dist: hdf5plugin; extra == "dev-no-cuda"
|
167
187
|
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
168
|
-
Requires-Dist: nabu>=2023.3.
|
188
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "dev-no-cuda"
|
169
189
|
Requires-Dist: black; extra == "dev-no-cuda"
|
170
190
|
Requires-Dist: flake8; extra == "dev-no-cuda"
|
171
191
|
Requires-Dist: timeout-decorator; extra == "dev-no-cuda"
|
172
192
|
Requires-Dist: pyopencl; extra == "dev-no-cuda"
|
173
193
|
Provides-Extra: test
|
174
194
|
Requires-Dist: pytest-asyncio; extra == "test"
|
175
|
-
Requires-Dist: tomoscan[test]>=2.0.
|
195
|
+
Requires-Dist: tomoscan[test]>=2.0.2rc17; extra == "test"
|
176
196
|
Provides-Extra: setup-requires
|
177
197
|
Requires-Dist: setuptools; extra == "setup-requires"
|
178
198
|
Requires-Dist: numpy>=1.12; extra == "setup-requires"
|
@@ -22,9 +22,10 @@
|
|
22
22
|
#
|
23
23
|
#############################################################################
|
24
24
|
|
25
|
-
|
26
|
-
|
27
|
-
|
25
|
+
try:
|
26
|
+
from orangecanvas.utils.pkgmeta import get_distribution
|
27
|
+
except ImportError:
|
28
|
+
from pkg_resources import get_distribution
|
28
29
|
|
29
30
|
ICON = "../widgets/icons/tomwer.png"
|
30
31
|
|
@@ -33,13 +34,13 @@ BACKGROUND = "#C0CCFF"
|
|
33
34
|
|
34
35
|
# Entry point for main Orange categories/widgets discovery
|
35
36
|
def widget_discovery(discovery):
|
36
|
-
dist =
|
37
|
+
dist = get_distribution("tomwer")
|
37
38
|
pkgs = [
|
38
39
|
"orangecontrib.tomwer.widgets.cluster",
|
39
40
|
"orangecontrib.tomwer.widgets.control",
|
40
41
|
"orangecontrib.tomwer.widgets.debugtools",
|
41
42
|
"orangecontrib.tomwer.widgets.edit",
|
42
|
-
"orangecontrib.tomwer.widgets.icat",
|
43
|
+
# "orangecontrib.tomwer.widgets.icat",
|
43
44
|
"orangecontrib.tomwer.widgets.reconstruction",
|
44
45
|
# "orangecontrib.tomwer.widgets.stitching",
|
45
46
|
"orangecontrib.tomwer.widgets.visualization",
|
@@ -54,11 +55,9 @@ WIDGET_HELP_PATH = (
|
|
54
55
|
# You still need to build help pages using
|
55
56
|
# make htmlhelp
|
56
57
|
# inside doc folder
|
57
|
-
(
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
61
|
-
|
62
|
-
(f"{sysconfig.get_path('data')}/help/tomwer/index.html", None),
|
63
|
-
("http://www.silx.org/pub/doc/tomwer/htmlhelp/0.9/", None),
|
58
|
+
# (
|
59
|
+
# "/home/payno/Documents/dev/tomography/tomwer/build/html/canvas/widgets/widgets.html",
|
60
|
+
# None,
|
61
|
+
# ),
|
62
|
+
("https://tomwer.readthedocs.io/en/latest/canvas/widgets/widgets.html", None),
|
64
63
|
)
|
@@ -258,12 +258,12 @@ class DataListenerOW(
|
|
258
258
|
|
259
259
|
def _jsonRPCConfigChanged(self):
|
260
260
|
self._blissConfiguration = self._widget.getBlissServerConfiguration()
|
261
|
-
self._static_input[ # pylint: disable=E1137
|
262
|
-
|
263
|
-
|
264
|
-
self._static_input[ # pylint: disable=E1137
|
265
|
-
|
266
|
-
|
261
|
+
self._static_input["bliss_server_configuration"] = ( # pylint: disable=E1137
|
262
|
+
self._widget.getBlissServerConfiguration()
|
263
|
+
)
|
264
|
+
self._static_input["output_dir"] = ( # pylint: disable=E1137
|
265
|
+
self._widget.getOutputFolder()
|
266
|
+
)
|
267
267
|
if self.is_active():
|
268
268
|
self.activate(False)
|
269
269
|
self.activate(True)
|
@@ -166,12 +166,12 @@ class DataValidatorOW(SuperviseOW):
|
|
166
166
|
def _updateSettings(self):
|
167
167
|
viewer = self._widget._centralWidget
|
168
168
|
self._viewer_config["mode"] = viewer.getDisplayMode() # pylint: disable=E1137
|
169
|
-
self._viewer_config[ # pylint: disable=E1137
|
170
|
-
|
171
|
-
|
172
|
-
self._viewer_config[ # pylint: disable=E1137
|
173
|
-
|
174
|
-
|
169
|
+
self._viewer_config["slice_opt"] = ( # pylint: disable=E1137
|
170
|
+
viewer.getSliceOption()
|
171
|
+
)
|
172
|
+
self._viewer_config["radio_opt"] = ( # pylint: disable=E1137
|
173
|
+
viewer.getRadioOption()
|
174
|
+
)
|
175
175
|
|
176
176
|
def _setSettings(self, settings):
|
177
177
|
viewer = self._widget._centralWidget
|
@@ -115,7 +115,12 @@ class EDF2NXOW(
|
|
115
115
|
edf_to_nx_configuration=EDFConfig().to_dict(),
|
116
116
|
)
|
117
117
|
|
118
|
-
self.task_output_changed_callbacks
|
118
|
+
if isinstance(self.task_output_changed_callbacks, set):
|
119
|
+
self.task_output_changed_callbacks.add(self._notify_state)
|
120
|
+
elif isinstance(self.task_output_changed_callbacks, list):
|
121
|
+
self.task_output_changed_callbacks.append(self._notify_state)
|
122
|
+
else:
|
123
|
+
raise NotImplementedError
|
119
124
|
|
120
125
|
# handle settings
|
121
126
|
self._loadSettings()
|
@@ -182,7 +187,13 @@ class EDF2NXOW(
|
|
182
187
|
)
|
183
188
|
|
184
189
|
self.notify_on_going(scan=NXtomoScan(output_file, output_entry))
|
185
|
-
|
190
|
+
try:
|
191
|
+
self._execute_ewoks_task( # pylint: disable=E1123
|
192
|
+
propagate=True,
|
193
|
+
log_missing_inputs=False,
|
194
|
+
)
|
195
|
+
except Exception:
|
196
|
+
self._execute_ewoks_task(propagate=True) # pylint: disable=E1123
|
186
197
|
|
187
198
|
def get_task_inputs(self):
|
188
199
|
return {
|
@@ -36,9 +36,9 @@ class NXTomomillMixIn:
|
|
36
36
|
assert (
|
37
37
|
self.CONFIG_CLS is not None
|
38
38
|
), "inheriting classes are expected to redefine CONFIG_CLS"
|
39
|
-
self._ewoks_default_inputs[
|
40
|
-
|
41
|
-
|
39
|
+
self._ewoks_default_inputs["nxtomomill_cfg_file"] = (
|
40
|
+
cfg_file # pylint: disable=E1137
|
41
|
+
)
|
42
42
|
|
43
43
|
if os.path.exists(cfg_file):
|
44
44
|
try:
|
@@ -42,6 +42,7 @@ from tomwer.core.scan.blissscan import BlissScan
|
|
42
42
|
from tomwer.core.scan.nxtomoscan import NXtomoScan, NXtomoScanIdentifier
|
43
43
|
from tomwer.gui.control.datalist import BlissHDF5DataListMainWindow
|
44
44
|
from tomwer.gui.control.nxtomomill import NXTomomillInput, OverwriteMessage
|
45
|
+
from tomwer.core.process.output import ProcessDataOutputDirMode
|
45
46
|
from ewoksorange.bindings.owwidgets import invalid_data
|
46
47
|
|
47
48
|
|
@@ -122,7 +123,12 @@ class NXTomomillOW(
|
|
122
123
|
self.update_default_inputs(
|
123
124
|
h5_to_nx_configuration=HDF5Config().to_dict(),
|
124
125
|
)
|
125
|
-
self.task_output_changed_callbacks
|
126
|
+
if isinstance(self.task_output_changed_callbacks, set):
|
127
|
+
self.task_output_changed_callbacks.add(self._notify_state)
|
128
|
+
elif isinstance(self.task_output_changed_callbacks, list):
|
129
|
+
self.task_output_changed_callbacks.append(self._notify_state)
|
130
|
+
else:
|
131
|
+
raise NotImplementedError
|
126
132
|
|
127
133
|
# handle settings
|
128
134
|
self._loadSettings()
|
@@ -137,9 +143,10 @@ class NXTomomillOW(
|
|
137
143
|
self.add(nxtomo_scan)
|
138
144
|
else:
|
139
145
|
self._scans.append(scan)
|
140
|
-
self.
|
141
|
-
|
142
|
-
|
146
|
+
output_dir = self.widget.getOutputFolder()
|
147
|
+
if isinstance(output_dir, ProcessDataOutputDirMode):
|
148
|
+
output_dir = output_dir.value
|
149
|
+
self._ewoks_default_inputs["output_dir"] = output_dir # pylint: disable=E1137
|
143
150
|
|
144
151
|
@property
|
145
152
|
def request_input(self):
|
@@ -161,11 +168,11 @@ class NXTomomillOW(
|
|
161
168
|
"""
|
162
169
|
# for now we want to avoid propagation any processing.
|
163
170
|
# task will be executed only when the user validates the dialog
|
164
|
-
|
165
|
-
if
|
166
|
-
if not isinstance(
|
167
|
-
raise TypeError("
|
168
|
-
self.add(
|
171
|
+
bliss_scan = super().get_task_inputs().get("bliss_scan", None)
|
172
|
+
if bliss_scan is not None:
|
173
|
+
if not isinstance(bliss_scan, BlissScan):
|
174
|
+
raise TypeError("bliss_scan is expected to be an instance of BlissScan")
|
175
|
+
self.add(bliss_scan.master_file)
|
169
176
|
|
170
177
|
def _convertAndSend(self, bliss_url: str):
|
171
178
|
"""
|
@@ -242,7 +249,13 @@ class NXTomomillOW(
|
|
242
249
|
self.update_default_inputs(
|
243
250
|
h5_to_nx_configuration=self.__configuration_cache.to_dict()
|
244
251
|
)
|
245
|
-
|
252
|
+
try:
|
253
|
+
self._execute_ewoks_task( # pylint: disable=E1123
|
254
|
+
propagate=True,
|
255
|
+
log_missing_inputs=False,
|
256
|
+
)
|
257
|
+
except Exception:
|
258
|
+
self._execute_ewoks_task(propagate=True) # pylint: disable=E1123
|
246
259
|
|
247
260
|
def _loadSettings(self):
|
248
261
|
for scan in self._scans:
|
@@ -95,7 +95,12 @@ class NXtomoConcatenateOW(
|
|
95
95
|
## connect signal / slot
|
96
96
|
self.widget.sigConfigChanged.connect(self._updateSettings)
|
97
97
|
|
98
|
-
self.task_output_changed_callbacks
|
98
|
+
if isinstance(self.task_output_changed_callbacks, set):
|
99
|
+
self.task_output_changed_callbacks.add(self._notify_state)
|
100
|
+
elif isinstance(self.task_output_changed_callbacks, list):
|
101
|
+
self.task_output_changed_callbacks.append(self._notify_state)
|
102
|
+
else:
|
103
|
+
raise NotImplementedError
|
99
104
|
|
100
105
|
## handle settings
|
101
106
|
self._loadSettings()
|
@@ -147,9 +147,9 @@ class SingleTomoObjOW(OWBaseWidget, openclass=True):
|
|
147
147
|
reduced_frames=data.reduced_darks, scan=data
|
148
148
|
)
|
149
149
|
)
|
150
|
-
reduced_darks[
|
151
|
-
"
|
152
|
-
|
150
|
+
reduced_darks["reduce_frames_name"] = (
|
151
|
+
f"darks from {data.get_identifier().short_description()}"
|
152
|
+
)
|
153
153
|
self.Outputs.relative_reduced_darks.send(reduced_darks)
|
154
154
|
|
155
155
|
if data.reduced_flats not in (None, {}):
|
@@ -162,7 +162,7 @@ class SingleTomoObjOW(OWBaseWidget, openclass=True):
|
|
162
162
|
reduced_frames=data.reduced_flats, scan=data
|
163
163
|
)
|
164
164
|
)
|
165
|
-
reduced_flats[
|
166
|
-
"
|
167
|
-
|
165
|
+
reduced_flats["reduce_frames_name"] = (
|
166
|
+
f"flats from {data.get_identifier().short_description()}"
|
167
|
+
)
|
168
168
|
self.Outputs.relative_reduced_flats.send(reduced_flats)
|
{tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py
RENAMED
@@ -156,7 +156,7 @@ class _DatasetGeneratorThread(threading.Thread):
|
|
156
156
|
n_proj=self.n_proj,
|
157
157
|
n_ini_proj=self.n_proj,
|
158
158
|
create_ini_dark=self.create_ini_dark,
|
159
|
-
|
159
|
+
create_ini_flat=self.create_ini_flat,
|
160
160
|
dim=self.dims[0],
|
161
161
|
).scan
|
162
162
|
elif self.type_to_generate == BlissScan.__name__:
|
@@ -81,7 +81,12 @@ class ImageKeyUpgraderOW(
|
|
81
81
|
_layout.addWidget(self.widget)
|
82
82
|
|
83
83
|
# connect signal / slot
|
84
|
-
self.task_output_changed_callbacks
|
84
|
+
if isinstance(self.task_output_changed_callbacks, set):
|
85
|
+
self.task_output_changed_callbacks.add(self._notify_state)
|
86
|
+
elif isinstance(self.task_output_changed_callbacks, list):
|
87
|
+
self.task_output_changed_callbacks.append(self._notify_state)
|
88
|
+
else:
|
89
|
+
raise NotImplementedError
|
85
90
|
self.widget.sigOperationsChanged.connect(self._update_operations_to_ewoks)
|
86
91
|
|
87
92
|
self._updateGUIFromDefaultValues()
|
@@ -0,0 +1,98 @@
|
|
1
|
+
# from orangewidget import gui
|
2
|
+
# from orangewidget.settings import Setting
|
3
|
+
|
4
|
+
# from silx.gui import qt
|
5
|
+
# import weakref
|
6
|
+
# from ewoksorange.bindings.owwidgets import OWEwoksWidgetOneThreadPerRun
|
7
|
+
|
8
|
+
# import tomwer.core.process.icat.createscreenshots
|
9
|
+
# from tomwer.gui.icat.createscreenshots import CreateRawDataScreenshotsWidget
|
10
|
+
# from processview.core.superviseprocess import SuperviseProcess
|
11
|
+
|
12
|
+
|
13
|
+
# class RawDataScreenshotCreatorOW(
|
14
|
+
# OWEwoksWidgetOneThreadPerRun,
|
15
|
+
# SuperviseProcess,
|
16
|
+
# ewokstaskclass=tomwer.core.process.icat.createscreenshots.CreateRawDataScreenshotsTask,
|
17
|
+
# ):
|
18
|
+
# """
|
19
|
+
# This widget can receive 'data' (scan) and but some screenshot to be pushed on GALLERY.
|
20
|
+
# """
|
21
|
+
|
22
|
+
# name = "Create raw data screenshots"
|
23
|
+
# id = "orangecontrib.widgets.tomwer.icat.RawDataScreenshotCreatorOW.RawDataScreenshotCreatorOW"
|
24
|
+
# description = "Create screenshot of the raw data from user wishes. \n"
|
25
|
+
# icon = "icons/raw_screenshots.svg"
|
26
|
+
# priority = 63
|
27
|
+
# keywords = [
|
28
|
+
# "tomography",
|
29
|
+
# "tomwer",
|
30
|
+
# "tomo_obj",
|
31
|
+
# "screenshot",
|
32
|
+
# "raw data",
|
33
|
+
# ]
|
34
|
+
|
35
|
+
# want_main_area = True
|
36
|
+
# want_control_area = False
|
37
|
+
# resizing_enabled = True
|
38
|
+
|
39
|
+
# _ewoks_default_inputs = Setting(
|
40
|
+
# {
|
41
|
+
# "raw_projections_required": True,
|
42
|
+
# "raw_projections_each": 90,
|
43
|
+
# "raw_darks_required": True,
|
44
|
+
# "raw_flats_required": True,
|
45
|
+
# }
|
46
|
+
# )
|
47
|
+
|
48
|
+
# _ewoks_inputs_to_hide_from_orange = (
|
49
|
+
# "__process__",
|
50
|
+
# "raw_projections_required",
|
51
|
+
# "raw_projections_each",
|
52
|
+
# "raw_darks_required",
|
53
|
+
# "raw_flats_required",
|
54
|
+
# )
|
55
|
+
|
56
|
+
# def __init__(self, *args, **kwargs):
|
57
|
+
# super().__init__(*args, **kwargs)
|
58
|
+
# SuperviseProcess.__init__(self)
|
59
|
+
# self._widget = CreateRawDataScreenshotsWidget(parent=self)
|
60
|
+
|
61
|
+
# self._box = gui.vBox(self.mainArea, self.name)
|
62
|
+
# layout = self._box.layout()
|
63
|
+
# layout.addWidget(self._widget)
|
64
|
+
|
65
|
+
# # load settings
|
66
|
+
# self._widget.setConfiguration(self._ewoks_default_inputs)
|
67
|
+
|
68
|
+
# # connect signal / slot
|
69
|
+
# self._widget.sigConfigChanged.connect(self._updateSettings)
|
70
|
+
|
71
|
+
# def _updateSettings(self):
|
72
|
+
# self._ewoks_default_inputs = self._widget.getConfiguration()
|
73
|
+
|
74
|
+
# def handleNewSignals(self) -> None:
|
75
|
+
# """Invoked by the workflow signal propagation manager after all
|
76
|
+
# signals handlers have been called.
|
77
|
+
# """
|
78
|
+
# # for now we want to avoid propagation any processing.
|
79
|
+
# # task will be executed only when the user validates the dialog
|
80
|
+
# if self.get_task_input_value("data", None) is None:
|
81
|
+
# return
|
82
|
+
# else:
|
83
|
+
# super().handleNewSignals()
|
84
|
+
|
85
|
+
# def get_task_inputs(self):
|
86
|
+
# task_inputs = super().get_task_inputs()
|
87
|
+
# configuration = self._widget.getConfiguration()
|
88
|
+
# task_inputs["raw_projections_required"] = configuration[
|
89
|
+
# "raw_projections_required"
|
90
|
+
# ]
|
91
|
+
# task_inputs["raw_projections_each"] = configuration["raw_projections_each"]
|
92
|
+
# task_inputs["raw_darks_required"] = configuration["raw_darks_required"]
|
93
|
+
# task_inputs["raw_flats_required"] = configuration["raw_flats_required"]
|
94
|
+
# task_inputs["__process__"] = weakref.ref(self)
|
95
|
+
# return task_inputs
|
96
|
+
|
97
|
+
# def sizeHint(self):
|
98
|
+
# return qt.QSize(500, 200)
|
@@ -0,0 +1,129 @@
|
|
1
|
+
# from typing import Optional
|
2
|
+
# from orangewidget import gui
|
3
|
+
# from orangewidget.settings import Setting
|
4
|
+
|
5
|
+
# from silx.gui import qt
|
6
|
+
# import weakref
|
7
|
+
# from ewoksorange.bindings.owwidgets import OWEwoksWidgetOneThreadPerRun
|
8
|
+
|
9
|
+
# from tomwer.core.scan.scanbase import TomwerScanBase
|
10
|
+
# import tomwer.core.process.icat.gallery
|
11
|
+
# from tomwer.gui.icat.gallery import GalleryWidget, _GalleryOutputDir
|
12
|
+
# from processview.core.superviseprocess import SuperviseProcess
|
13
|
+
|
14
|
+
|
15
|
+
# class SaveToGalleryAndPublishOW(
|
16
|
+
# OWEwoksWidgetOneThreadPerRun,
|
17
|
+
# SuperviseProcess,
|
18
|
+
# ewokstaskclass=tomwer.core.process.icat.gallery.SaveToGalleryAndPublishTask,
|
19
|
+
# ):
|
20
|
+
# """
|
21
|
+
# This widget can receive 'screenshots' signal (expected as a tuple (source, screenshots_dict)
|
22
|
+
# source is the tomo obj associated (so we can automate deduction of the output dir)
|
23
|
+
# screenshots_dict is a dict of str: DataUrl
|
24
|
+
# """
|
25
|
+
|
26
|
+
# name = "Save to gallery and publish"
|
27
|
+
# id = "orangecontrib.widgets.tomwer.icat.MoveToGalleryOW.SaveToGalleryAndPublishOW"
|
28
|
+
# description = "This widget will save screenshot of reconstruction to a specific location (acquisition gallery as the default end point) \n"
|
29
|
+
# icon = "icons/add_gallery.svg"
|
30
|
+
# priority = 63
|
31
|
+
# keywords = [
|
32
|
+
# "tomography",
|
33
|
+
# "tomwer",
|
34
|
+
# "tomo_obj",
|
35
|
+
# "screenshot",
|
36
|
+
# "acquisition",
|
37
|
+
# "gallery",
|
38
|
+
# ]
|
39
|
+
|
40
|
+
# want_main_area = True
|
41
|
+
# want_control_area = False
|
42
|
+
# resizing_enabled = True
|
43
|
+
|
44
|
+
# _ewoks_default_inputs = Setting(
|
45
|
+
# {
|
46
|
+
# "format": "png",
|
47
|
+
# "output_location_mode": "default",
|
48
|
+
# "custom_output": None,
|
49
|
+
# "screenshots": None,
|
50
|
+
# "overwrite": False,
|
51
|
+
# }
|
52
|
+
# )
|
53
|
+
|
54
|
+
# _ewoks_inputs_to_hide_from_orange = (
|
55
|
+
# "proposal",
|
56
|
+
# "dataset",
|
57
|
+
# "beamline",
|
58
|
+
# "dry_run",
|
59
|
+
# "__process__",
|
60
|
+
# )
|
61
|
+
|
62
|
+
# def __init__(self, *args, **kwargs):
|
63
|
+
# super().__init__(*args, **kwargs)
|
64
|
+
# SuperviseProcess.__init__(self)
|
65
|
+
# self._scan = None
|
66
|
+
# self._widget = GalleryWidget(parent=self)
|
67
|
+
|
68
|
+
# self._box = gui.vBox(self.mainArea, self.name)
|
69
|
+
# layout = self._box.layout()
|
70
|
+
# layout.addWidget(self._widget)
|
71
|
+
|
72
|
+
# # load settings
|
73
|
+
# self._widget.setConfiguration(self._ewoks_default_inputs)
|
74
|
+
|
75
|
+
# # connect signal / slot
|
76
|
+
# self._widget.sigConfigChanged.connect(self._updateSettings)
|
77
|
+
|
78
|
+
# def _updateSettings(self):
|
79
|
+
# self._ewoks_default_inputs = self._widget.getConfiguration()
|
80
|
+
|
81
|
+
# def setScan(self, scan: TomwerScanBase):
|
82
|
+
# self._scan = weakref.ref(scan)
|
83
|
+
# self._widget._publishConfig.setScan(scan=scan)
|
84
|
+
|
85
|
+
# def getScan(self) -> Optional[TomwerScanBase]:
|
86
|
+
# if self._scan is None:
|
87
|
+
# return None
|
88
|
+
# else:
|
89
|
+
# return self._scan()
|
90
|
+
|
91
|
+
# def handleNewSignals(self) -> None:
|
92
|
+
# """Invoked by the workflow signal propagation manager after all
|
93
|
+
# signals handlers have been called.
|
94
|
+
# """
|
95
|
+
# # update the widget when receive the scan (proposal, dataset...)
|
96
|
+
# screenshots = self.get_task_input_value("screenshots", None)
|
97
|
+
# if screenshots is None:
|
98
|
+
# return
|
99
|
+
# else:
|
100
|
+
# scan = screenshots.scan
|
101
|
+
# if scan != self.getScan():
|
102
|
+
# self.setScan(scan)
|
103
|
+
|
104
|
+
# if self.get_task_input_value("screenshots", None) is None:
|
105
|
+
# return
|
106
|
+
# else:
|
107
|
+
# super().handleNewSignals()
|
108
|
+
|
109
|
+
# def get_task_inputs(self):
|
110
|
+
# task_inputs = super().get_task_inputs()
|
111
|
+
# configuration = self._widget.getConfiguration()
|
112
|
+
|
113
|
+
# use_custom_output_dir = _GalleryOutputDir.OutputDirMode.from_value(
|
114
|
+
# configuration.get("output_location_mode", "default")
|
115
|
+
# )
|
116
|
+
# # if user requested to overwrite the output directory
|
117
|
+
# if use_custom_output_dir is _GalleryOutputDir.OutputDirMode.PROPOSAL_GALLERY:
|
118
|
+
# task_inputs["screenshots"]["output_dir"] = configuration["custom_output"]
|
119
|
+
|
120
|
+
# task_inputs["overwrite"] = configuration["overwrite"]
|
121
|
+
# task_inputs["format"] = configuration["output_format"]
|
122
|
+
# task_inputs["beamline"] = configuration["beamline"]
|
123
|
+
# task_inputs["dataset"] = configuration["dataset"]
|
124
|
+
# task_inputs["proposal"] = configuration["proposal"]
|
125
|
+
# task_inputs["__process__"] = weakref.ref(self)
|
126
|
+
# return task_inputs
|
127
|
+
|
128
|
+
# def sizeHint(self):
|
129
|
+
# return qt.QSize(500, 200)
|
@@ -495,18 +495,19 @@ class AxisOW(SuperviseOW, WidgetLongProcessing):
|
|
495
495
|
cor = self._axis_params.relative_cor_value
|
496
496
|
scan.axis_params.set_relative_value(cor)
|
497
497
|
scan._axis_params.mode = "manual"
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
498
|
+
with scan.acquire_process_file_lock():
|
499
|
+
try:
|
500
|
+
AxisTask._register_process(
|
501
|
+
process_file=scan.process_file,
|
502
|
+
entry=entry,
|
503
|
+
process=AxisTask,
|
504
|
+
results={"center_of_rotation": cor if cor is not None else "-"},
|
505
|
+
configuration=self._axis_params.to_dict(),
|
506
|
+
process_index=scan.pop_process_index(),
|
507
|
+
overwrite=True,
|
508
|
+
)
|
509
|
+
except Exception as e:
|
510
|
+
logger.warning(f"Fail to register Axis process. Error is {e}")
|
510
511
|
ProcessManager().notify_dataset_state(
|
511
512
|
dataset=scan,
|
512
513
|
process=AxisTask(
|
{tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py
RENAMED
@@ -152,6 +152,7 @@ class DarkRefAndCopyOW(SuperviseOW, WidgetLongProcessing):
|
|
152
152
|
self.widget.recons_params.sigChanged.connect(self._updateSettingsVals)
|
153
153
|
self.widget.sigModeAutoChanged.connect(self._updateSettingsVals)
|
154
154
|
self.widget.sigCopyActivationChanged.connect(self._updateSettingsVals)
|
155
|
+
self.widget.sigClearCache.connect(self._processing_stack.clear_cache)
|
155
156
|
self._processing_stack.sigComputationStarted.connect(self._startProcessing)
|
156
157
|
self._processing_stack.sigComputationEnded.connect(self._endProcessing)
|
157
158
|
self._processing_stack.sigRefSetted.connect(self.widget.setRefSetBy)
|
@@ -102,7 +102,12 @@ class NabuHelicalPrepareWeightsDoubleOW(
|
|
102
102
|
## connect signal / slot
|
103
103
|
self.widget.sigConfigChanged.connect(self._updateSettings)
|
104
104
|
|
105
|
-
self.task_output_changed_callbacks
|
105
|
+
if isinstance(self.task_output_changed_callbacks, set):
|
106
|
+
self.task_output_changed_callbacks.add(self._notify_state)
|
107
|
+
elif isinstance(self.task_output_changed_callbacks, list):
|
108
|
+
self.task_output_changed_callbacks.append(self._notify_state)
|
109
|
+
else:
|
110
|
+
raise NotImplementedError
|
106
111
|
|
107
112
|
## handle settings
|
108
113
|
self._loadSettings()
|