tomwer 1.5.1__tar.gz → 1.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tomwer-1.5.1 → tomwer-1.5.2}/PKG-INFO +10 -51
- {tomwer-1.5.1 → tomwer-1.5.2}/setup.cfg +2 -8
- tomwer-1.5.2/src/orangecontrib/tomwer/tutorials/untitled.ows +15 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +2 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/config.py +6 -2
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/utils.py +1 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -10
- tomwer-1.5.2/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests/test_NabuConfiguration.py +42 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/test/test_ctf.py +0 -2
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/tests/test_nabu.py +0 -2
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/version.py +1 -1
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/PKG-INFO +10 -51
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/SOURCES.txt +3 -3
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/requires.txt +9 -42
- tomwer-1.5.1/src/tomwer/resources/gui/icons/borders.png +0 -0
- tomwer-1.5.1/src/tomwer/tasks/reconstruction/cleardarkflat.py +0 -42
- {tomwer-1.5.1 → tomwer-1.5.2}/LICENSE +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/MANIFEST.in +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/README.rst +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/pyproject.toml +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/setup.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tests/TestAcquisition.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/drac_publication.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/id16b/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/TomoObjSeriesOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/tomoobjseries.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/control/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/dataportal/PublishProcessedDataOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/dataportal/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/dataportal/icons/publish_processed_data.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/debugtools/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/edit/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/other/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/stitching/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/visualization/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/__main__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/darkref.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/diffframe.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/multicor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/multipag.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/radiostack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/rsync.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/slicestack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/stitching/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/stitching/common.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/ystitching.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/app/zstitching.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/futureobject.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datalistener/datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/tests/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/tests/test_email.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/tests/test_h52nx_process.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/tomoobjseries.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/binning.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/dracbase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/gallery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/output.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/processeddataset.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/publish.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/rawdataset.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/tests/test_gallery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/tests/test_icat_processed_dataset.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/drac/tests/test_icat_raw_dataset.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/imagekeyeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/nxtomoeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/tests/test_darkflatpatch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/edit/tests/test_imagekey_editor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/output.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/mode.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/axis/side.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/nabucommon.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/nabuscores.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/nabuslices.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/test/test_castvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/params_cache.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/scores/params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_axis_params.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_darkref.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_darkref_copy.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_params_cache.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_paramsbase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/tests/test_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/script/tests/test_script.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/stitching/nabustitcher.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/stitching/tests/test_metadataholder.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/task.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_conditions.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_dark_and_flat.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_data_listener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_data_transfer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_data_watcher.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_nabu.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/tests/test_timer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_data_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_diff_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_image_stack_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_radio_stack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_sample_moved.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_sinogram_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_slice_stack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/tests/test_volume_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/resourcemanager.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/tests/test_edf.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/tests/test_future_scan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/tests/test_nxtomoscan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/scan/tests/test_scan.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/settings.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/signal.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/tests/test_scanutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/tests/test_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/char.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/image.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/tests/test_image.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/tests/test_nxtomo.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/tests/test_scan_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/tests/test_time.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/time.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/tests/test_volumes.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/tests/test_cluster.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/cluster/tests/test_supervisor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datalist.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/history.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/reducedarkflatselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/nxtomoconcatenate.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/seriescreator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/serieswaiter.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/test/test_creator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/series/test/test_nxtomo_concatenate.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_datalist.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_datavalidator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_inputwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_process_manager.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_scan_observations.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_scanselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_scanvalidator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_single_tomo_obj.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_volume_dialog.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tests/test_volumeselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/createscreenshots.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/gallery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/outputformat.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/publish.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/tests/test_create_screenshots_gui.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dataportal/tests/test_gallery_gui.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dialog/QDataDialog.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dialog/QVolumeDialog.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/dialog/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/tests/test_dkrf_patch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/edit/tests/test_nx_editor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/fonts.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/icons.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/metadataloader.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/AxisMainWindow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/AxisWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/CalculationWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/ControlWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/InputWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/ManualFramesSelection.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/darkref/darkrefwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/reconstruction/normalization → tomwer-1.5.2/src/tomwer/gui/reconstruction/nabu/nabuconfig/tests}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/platform.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/slices.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/test/test_cast_volume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/test/test_check.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/test/test_helical.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/reconstruction/saaxis → tomwer-1.5.2/src/tomwer/gui/reconstruction/normalization}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/normalization/intensity.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/normalization/test/test_intensity.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/reconstruction/scores → tomwer-1.5.2/src/tomwer/gui/reconstruction/saaxis}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/saaxis/corrangeselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/sacommon.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/reconstruction/tests → tomwer-1.5.2/src/tomwer/gui/reconstruction/scores}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/stitching/config → tomwer-1.5.2/src/tomwer/gui/reconstruction/tests}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/reconstruction/tests/test_sadeltabeta.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/settings.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stacks.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/SingleAxisStitchingWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/StitchingOptionsWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/StitchingWindow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/alignment.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/stitching/z_stitching → tomwer-1.5.2/src/tomwer/gui/stitching/config}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/tests/test_axisparams.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/preview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/singleaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/test_ZStitchingWindow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/test_axis_ordered_list.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/test_normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/test_preview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/test_stitching_raw.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/tests/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/utils.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/tests → tomwer-1.5.2/src/tomwer/gui/stitching/z_stitching}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py +0 -0
- {tomwer-1.5.1/src/tomwer/gui/visualization/test → tomwer-1.5.2/src/tomwer/gui/tests}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/tests/test_axis_gui.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/tests/test_qfolder_dialog.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/RangeWidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/gpu.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/loadingmode.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/tests/test_completer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/tests/test_line_selector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/tests/test_splashscreen.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/tests/test_vignettes.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/imagestack.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.5.1/src/tomwer/synctools/stacks/control → tomwer-1.5.2/src/tomwer/gui/visualization/test}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/test/test_raw_and_processed_data.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/test/test_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/io/utils/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/edit_downstream.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/edit_upstream.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/free_edition.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/icat_gallery_opts.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/icat_gallery_opts.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/search.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/search.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.5.1/src/tomwer/synctools/stacks/reconstruction → tomwer-1.5.2/src/tomwer/synctools/stacks/control}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.5.1/src/tomwer/synctools/tests → tomwer-1.5.2/src/tomwer/synctools/stacks/reconstruction}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.5.1/src/tomwer/synctools/utils → tomwer-1.5.2/src/tomwer/synctools/tests}/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/tests/test_darkRefs.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/tests/test_foldertransfer.py +0 -0
- /tomwer-1.5.1/src/tomwer/model/dataset.py → /tomwer-1.5.2/src/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/__init__.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/app/test_stitching.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/conftest.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/datasets.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_future_supervisorow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/cluster/tests/test_slurm_clusterow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_advancement.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_data_validator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datadiscovery.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datalistener.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_dataselector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_datawatcher.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_emailow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_notifier.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomo_concatenate_ow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_nxtomomill.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_reduce_dark_flat_selector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_singletomoobj.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_timerow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_tomoobj_series.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/control/tests/test_volume_selector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_dataset_generator.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/debugtools/tests/test_object_inspector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_dark_flat_patch.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_i_norm.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_helical_prepare_weights_double.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_volume.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_nabu_widget.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_sa_delta_beta.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_saaxis.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/stitching/tests/test_zstitching.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_conditions.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_darkref.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/test_foldertransfert.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_dataviewerow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_diffviewerow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_nxtomo_metadata_viewer.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_radio_stackow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sample_movedow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_viewerow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/test_ewoks/test_conversion.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/test_ewoks/test_single_node_execution.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/test_ewoks/test_workflows.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/tests/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer/utils.py +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.5.1 → tomwer-1.5.2}/src/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.2
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
|
@@ -25,12 +25,11 @@ Requires-Dist: numpy
|
|
25
25
|
Requires-Dist: setuptools
|
26
26
|
Requires-Dist: psutil
|
27
27
|
Requires-Dist: silx[full]>=2.1.1
|
28
|
-
Requires-Dist: tomoscan>=2.2.0a6
|
28
|
+
Requires-Dist: tomoscan[full_no_compression_plugins]>=2.2.0a6
|
29
29
|
Requires-Dist: nxtomo>=2.0.0dev2
|
30
30
|
Requires-Dist: nxtomomill>=1.2.0dev1
|
31
31
|
Requires-Dist: processview>=1.5.0
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
|
-
Requires-Dist: ewokscore<1.1.0
|
34
33
|
Requires-Dist: sluurp>=0.4.1
|
35
34
|
Requires-Dist: packaging
|
36
35
|
Requires-Dist: pint
|
@@ -39,83 +38,63 @@ Provides-Extra: full-base
|
|
39
38
|
Requires-Dist: orange-canvas-core; extra == "full-base"
|
40
39
|
Requires-Dist: orange-widget-base; extra == "full-base"
|
41
40
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-base"
|
42
|
-
Requires-Dist: ewoksorange
|
41
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-base"
|
43
42
|
Requires-Dist: rsyncmanager; extra == "full-base"
|
44
43
|
Requires-Dist: fabio; extra == "full-base"
|
45
|
-
Requires-Dist: h5py>=3; extra == "full-base"
|
46
|
-
Requires-Dist: lxml; extra == "full-base"
|
47
44
|
Requires-Dist: werkzeug; extra == "full-base"
|
48
45
|
Requires-Dist: json-rpc; extra == "full-base"
|
49
46
|
Requires-Dist: scipy; extra == "full-base"
|
50
47
|
Requires-Dist: Pillow; extra == "full-base"
|
51
|
-
Requires-Dist: glymur<0.14; extra == "full-base"
|
52
48
|
Requires-Dist: resource; extra == "full-base"
|
53
|
-
Requires-Dist: tifffile; extra == "full-base"
|
54
49
|
Requires-Dist: hdf5plugin; extra == "full-base"
|
55
50
|
Requires-Dist: pyicat_plus; extra == "full-base"
|
56
51
|
Requires-Dist: ewoksnotify[full]; extra == "full-base"
|
57
|
-
Requires-Dist: pyicat_plus; extra == "full-base"
|
58
52
|
Provides-Extra: full-no-nabu
|
59
53
|
Requires-Dist: orange-canvas-core; extra == "full-no-nabu"
|
60
54
|
Requires-Dist: orange-widget-base; extra == "full-no-nabu"
|
61
55
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-nabu"
|
62
|
-
Requires-Dist: ewoksorange
|
56
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-no-nabu"
|
63
57
|
Requires-Dist: rsyncmanager; extra == "full-no-nabu"
|
64
58
|
Requires-Dist: fabio; extra == "full-no-nabu"
|
65
|
-
Requires-Dist: h5py>=3; extra == "full-no-nabu"
|
66
|
-
Requires-Dist: lxml; extra == "full-no-nabu"
|
67
59
|
Requires-Dist: werkzeug; extra == "full-no-nabu"
|
68
60
|
Requires-Dist: json-rpc; extra == "full-no-nabu"
|
69
61
|
Requires-Dist: scipy; extra == "full-no-nabu"
|
70
62
|
Requires-Dist: Pillow; extra == "full-no-nabu"
|
71
|
-
Requires-Dist: glymur<0.14; extra == "full-no-nabu"
|
72
63
|
Requires-Dist: resource; extra == "full-no-nabu"
|
73
|
-
Requires-Dist: tifffile; extra == "full-no-nabu"
|
74
64
|
Requires-Dist: hdf5plugin; extra == "full-no-nabu"
|
75
65
|
Requires-Dist: pyicat_plus; extra == "full-no-nabu"
|
76
66
|
Requires-Dist: ewoksnotify[full]; extra == "full-no-nabu"
|
77
|
-
Requires-Dist: pyicat_plus; extra == "full-no-nabu"
|
78
67
|
Provides-Extra: full-no-cuda
|
79
68
|
Requires-Dist: orange-canvas-core; extra == "full-no-cuda"
|
80
69
|
Requires-Dist: orange-widget-base; extra == "full-no-cuda"
|
81
70
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-cuda"
|
82
|
-
Requires-Dist: ewoksorange
|
71
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-no-cuda"
|
83
72
|
Requires-Dist: rsyncmanager; extra == "full-no-cuda"
|
84
73
|
Requires-Dist: fabio; extra == "full-no-cuda"
|
85
|
-
Requires-Dist: h5py>=3; extra == "full-no-cuda"
|
86
|
-
Requires-Dist: lxml; extra == "full-no-cuda"
|
87
74
|
Requires-Dist: werkzeug; extra == "full-no-cuda"
|
88
75
|
Requires-Dist: json-rpc; extra == "full-no-cuda"
|
89
76
|
Requires-Dist: scipy; extra == "full-no-cuda"
|
90
77
|
Requires-Dist: Pillow; extra == "full-no-cuda"
|
91
|
-
Requires-Dist: glymur<0.14; extra == "full-no-cuda"
|
92
78
|
Requires-Dist: resource; extra == "full-no-cuda"
|
93
|
-
Requires-Dist: tifffile; extra == "full-no-cuda"
|
94
79
|
Requires-Dist: hdf5plugin; extra == "full-no-cuda"
|
95
80
|
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
96
81
|
Requires-Dist: ewoksnotify[full]; extra == "full-no-cuda"
|
97
|
-
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
98
82
|
Requires-Dist: nabu>=2023.3.1dev; extra == "full-no-cuda"
|
99
83
|
Provides-Extra: full
|
100
84
|
Requires-Dist: orange-canvas-core; extra == "full"
|
101
85
|
Requires-Dist: orange-widget-base; extra == "full"
|
102
86
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full"
|
103
|
-
Requires-Dist: ewoksorange
|
87
|
+
Requires-Dist: ewoksorange==1.1; extra == "full"
|
104
88
|
Requires-Dist: rsyncmanager; extra == "full"
|
105
89
|
Requires-Dist: fabio; extra == "full"
|
106
|
-
Requires-Dist: h5py>=3; extra == "full"
|
107
|
-
Requires-Dist: lxml; extra == "full"
|
108
90
|
Requires-Dist: werkzeug; extra == "full"
|
109
91
|
Requires-Dist: json-rpc; extra == "full"
|
110
92
|
Requires-Dist: scipy; extra == "full"
|
111
93
|
Requires-Dist: Pillow; extra == "full"
|
112
|
-
Requires-Dist: glymur<0.14; extra == "full"
|
113
94
|
Requires-Dist: resource; extra == "full"
|
114
|
-
Requires-Dist: tifffile; extra == "full"
|
115
95
|
Requires-Dist: hdf5plugin; extra == "full"
|
116
96
|
Requires-Dist: pyicat_plus; extra == "full"
|
117
97
|
Requires-Dist: ewoksnotify[full]; extra == "full"
|
118
|
-
Requires-Dist: pyicat_plus; extra == "full"
|
119
98
|
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "full"
|
120
99
|
Requires-Dist: pycuda<2024.1.1; extra == "full"
|
121
100
|
Requires-Dist: scikit-cuda; extra == "full"
|
@@ -123,22 +102,17 @@ Provides-Extra: doc
|
|
123
102
|
Requires-Dist: orange-canvas-core; extra == "doc"
|
124
103
|
Requires-Dist: orange-widget-base; extra == "doc"
|
125
104
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "doc"
|
126
|
-
Requires-Dist: ewoksorange
|
105
|
+
Requires-Dist: ewoksorange==1.1; extra == "doc"
|
127
106
|
Requires-Dist: rsyncmanager; extra == "doc"
|
128
107
|
Requires-Dist: fabio; extra == "doc"
|
129
|
-
Requires-Dist: h5py>=3; extra == "doc"
|
130
|
-
Requires-Dist: lxml; extra == "doc"
|
131
108
|
Requires-Dist: werkzeug; extra == "doc"
|
132
109
|
Requires-Dist: json-rpc; extra == "doc"
|
133
110
|
Requires-Dist: scipy; extra == "doc"
|
134
111
|
Requires-Dist: Pillow; extra == "doc"
|
135
|
-
Requires-Dist: glymur<0.14; extra == "doc"
|
136
112
|
Requires-Dist: resource; extra == "doc"
|
137
|
-
Requires-Dist: tifffile; extra == "doc"
|
138
113
|
Requires-Dist: hdf5plugin; extra == "doc"
|
139
114
|
Requires-Dist: pyicat_plus; extra == "doc"
|
140
115
|
Requires-Dist: ewoksnotify[full]; extra == "doc"
|
141
|
-
Requires-Dist: pyicat_plus; extra == "doc"
|
142
116
|
Requires-Dist: nabu>=2023.3.1dev; extra == "doc"
|
143
117
|
Requires-Dist: Sphinx>=4.0.0; extra == "doc"
|
144
118
|
Requires-Dist: nbsphinx; extra == "doc"
|
@@ -157,22 +131,17 @@ Provides-Extra: dev
|
|
157
131
|
Requires-Dist: orange-canvas-core; extra == "dev"
|
158
132
|
Requires-Dist: orange-widget-base; extra == "dev"
|
159
133
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "dev"
|
160
|
-
Requires-Dist: ewoksorange
|
134
|
+
Requires-Dist: ewoksorange==1.1; extra == "dev"
|
161
135
|
Requires-Dist: rsyncmanager; extra == "dev"
|
162
136
|
Requires-Dist: fabio; extra == "dev"
|
163
|
-
Requires-Dist: h5py>=3; extra == "dev"
|
164
|
-
Requires-Dist: lxml; extra == "dev"
|
165
137
|
Requires-Dist: werkzeug; extra == "dev"
|
166
138
|
Requires-Dist: json-rpc; extra == "dev"
|
167
139
|
Requires-Dist: scipy; extra == "dev"
|
168
140
|
Requires-Dist: Pillow; extra == "dev"
|
169
|
-
Requires-Dist: glymur<0.14; extra == "dev"
|
170
141
|
Requires-Dist: resource; extra == "dev"
|
171
|
-
Requires-Dist: tifffile; extra == "dev"
|
172
142
|
Requires-Dist: hdf5plugin; extra == "dev"
|
173
143
|
Requires-Dist: pyicat_plus; extra == "dev"
|
174
144
|
Requires-Dist: ewoksnotify[full]; extra == "dev"
|
175
|
-
Requires-Dist: pyicat_plus; extra == "dev"
|
176
145
|
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "dev"
|
177
146
|
Requires-Dist: pycuda<2024.1.1; extra == "dev"
|
178
147
|
Requires-Dist: scikit-cuda; extra == "dev"
|
@@ -184,22 +153,17 @@ Provides-Extra: dev-no-cuda
|
|
184
153
|
Requires-Dist: orange-canvas-core; extra == "dev-no-cuda"
|
185
154
|
Requires-Dist: orange-widget-base; extra == "dev-no-cuda"
|
186
155
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "dev-no-cuda"
|
187
|
-
Requires-Dist: ewoksorange
|
156
|
+
Requires-Dist: ewoksorange==1.1; extra == "dev-no-cuda"
|
188
157
|
Requires-Dist: rsyncmanager; extra == "dev-no-cuda"
|
189
158
|
Requires-Dist: fabio; extra == "dev-no-cuda"
|
190
|
-
Requires-Dist: h5py>=3; extra == "dev-no-cuda"
|
191
|
-
Requires-Dist: lxml; extra == "dev-no-cuda"
|
192
159
|
Requires-Dist: werkzeug; extra == "dev-no-cuda"
|
193
160
|
Requires-Dist: json-rpc; extra == "dev-no-cuda"
|
194
161
|
Requires-Dist: scipy; extra == "dev-no-cuda"
|
195
162
|
Requires-Dist: Pillow; extra == "dev-no-cuda"
|
196
|
-
Requires-Dist: glymur<0.14; extra == "dev-no-cuda"
|
197
163
|
Requires-Dist: resource; extra == "dev-no-cuda"
|
198
|
-
Requires-Dist: tifffile; extra == "dev-no-cuda"
|
199
164
|
Requires-Dist: hdf5plugin; extra == "dev-no-cuda"
|
200
165
|
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
201
166
|
Requires-Dist: ewoksnotify[full]; extra == "dev-no-cuda"
|
202
|
-
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
203
167
|
Requires-Dist: nabu>=2023.3.1dev; extra == "dev-no-cuda"
|
204
168
|
Requires-Dist: black; extra == "dev-no-cuda"
|
205
169
|
Requires-Dist: flake8; extra == "dev-no-cuda"
|
@@ -209,22 +173,17 @@ Provides-Extra: test
|
|
209
173
|
Requires-Dist: orange-canvas-core; extra == "test"
|
210
174
|
Requires-Dist: orange-widget-base; extra == "test"
|
211
175
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "test"
|
212
|
-
Requires-Dist: ewoksorange
|
176
|
+
Requires-Dist: ewoksorange==1.1; extra == "test"
|
213
177
|
Requires-Dist: rsyncmanager; extra == "test"
|
214
178
|
Requires-Dist: fabio; extra == "test"
|
215
|
-
Requires-Dist: h5py>=3; extra == "test"
|
216
|
-
Requires-Dist: lxml; extra == "test"
|
217
179
|
Requires-Dist: werkzeug; extra == "test"
|
218
180
|
Requires-Dist: json-rpc; extra == "test"
|
219
181
|
Requires-Dist: scipy; extra == "test"
|
220
182
|
Requires-Dist: Pillow; extra == "test"
|
221
|
-
Requires-Dist: glymur<0.14; extra == "test"
|
222
183
|
Requires-Dist: resource; extra == "test"
|
223
|
-
Requires-Dist: tifffile; extra == "test"
|
224
184
|
Requires-Dist: hdf5plugin; extra == "test"
|
225
185
|
Requires-Dist: pyicat_plus; extra == "test"
|
226
186
|
Requires-Dist: ewoksnotify[full]; extra == "test"
|
227
|
-
Requires-Dist: pyicat_plus; extra == "test"
|
228
187
|
Requires-Dist: nabu>=2023.3.1dev; extra == "test"
|
229
188
|
Requires-Dist: pytest-asyncio; extra == "test"
|
230
189
|
Requires-Dist: tomoscan[test]>=2.2.0a6; extra == "test"
|
@@ -34,12 +34,11 @@ install_requires =
|
|
34
34
|
setuptools
|
35
35
|
psutil
|
36
36
|
silx[full] >=2.1.1
|
37
|
-
tomoscan>=2.2.0a6
|
37
|
+
tomoscan[full_no_compression_plugins]>=2.2.0a6
|
38
38
|
nxtomo>=2.0.0dev2
|
39
39
|
nxtomomill>=1.2.0dev1
|
40
40
|
processview>=1.5.0
|
41
41
|
ewoks>=0.1.1
|
42
|
-
ewokscore<1.1.0
|
43
42
|
sluurp>=0.4.1
|
44
43
|
packaging
|
45
44
|
pint
|
@@ -99,22 +98,17 @@ full_base =
|
|
99
98
|
orange-canvas-core
|
100
99
|
orange-widget-base
|
101
100
|
ewoks[orange]>=0.1.1
|
102
|
-
ewoksorange
|
101
|
+
ewoksorange == 1.1
|
103
102
|
rsyncmanager
|
104
103
|
fabio
|
105
|
-
h5py>=3
|
106
|
-
lxml
|
107
104
|
werkzeug
|
108
105
|
json-rpc
|
109
106
|
scipy
|
110
107
|
Pillow
|
111
|
-
glymur<0.14 # for python3.9 until https://github.com/quintusdias/glymur/issues/688 is fixed
|
112
108
|
resource
|
113
|
-
tifffile
|
114
109
|
hdf5plugin
|
115
110
|
pyicat_plus
|
116
111
|
ewoksnotify[full]
|
117
|
-
pyicat_plus
|
118
112
|
full_no_nabu =
|
119
113
|
%(full_base)s
|
120
114
|
full_no_cuda =
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<scheme version="2.0" title="" description="">
|
3
|
+
<nodes>
|
4
|
+
<node id="0" name="nabu slice reconstruction" qualified_name="orangecontrib.tomwer.widgets.reconstruction.NabuOW.NabuOW" project_name="tomwer" version="" title="nabu slice reconstruction" position="(234.0, 102.0)" />
|
5
|
+
</nodes>
|
6
|
+
<links />
|
7
|
+
<annotations />
|
8
|
+
<thumbnail />
|
9
|
+
<node_properties>
|
10
|
+
<properties node_id="0" format="literal">{'_ewoks_default_inputs': {'data': None, 'nabu_params': {'preproc': {'flatfield': 1, 'double_flatfield': 0, 'dff_sigma': 0.0, 'ccd_filter_enabled': 0, 'ccd_filter_threshold': 0.04, 'take_logarithm': True, 'log_min_clip': 1e-06, 'log_max_clip': 10.0, 'sino_rings_correction': 'None', 'sino_rings_options': 'sigma=1.0 ; levels=10 ; padding=False', 'tilt_correction': '', 'autotilt_options': '', 'normalize_srcurrent': 1, 'rotate_projections_center': '', 'flat_distortion_correction_enabled': True, 'flat_distortion_params': "tile_size=100; interpolation_kind='linear'; padding_mode='edge'; correction_spike_threshold=None", 'detector_distortion_correction': False, 'detector_distortion_correction_options': {'map_x': '', 'map_z': ''}}, 'reconstruction': {'method': 'FBP', 'slice_plane': 'XY', 'angles_file': '', 'axis_correction_file': '', 'angle_offset': 0.0, 'fbp_filter_type': 'ramlak', 'padding_type': 'edges', 'iterations': 200, 'optim_algorithm': 'chambolle-pock', 'weight_tv': 0.01, 'preconditioning_filter': 1, 'positivity_constraint': 1, 'rotation_axis_position': '', 'translation_movements_file': '', 'clip_outer_circle': 1, 'centered_axis': 1, 'start_x': 0, 'end_x': -1, 'start_y': 0, 'end_y': -1, 'start_z': 0, 'end_z': -1, 'enable_halftomo': 0}, 'dataset': {'binning': 1, 'binning_z': 1, 'projections_subsampling': 1, 'exclude_projections': ''}, 'tomwer_slices': 'middle', 'output': {'file_format': 'hdf5', 'location': '', 'output_dir_mode': 'same folder as scan'}, 'phase': {'method': 'None', 'unsharp_coeff': 0, 'unsharp_sigma': 0, 'ctf_geometry': ' z1_v=None; z1_h=None; detec_pixel_size=None; magnification=True', 'beam_shape': 'parallel', 'ctf_advanced_params': ' length_scale=1e-05; lim1=1e-05; lim2=0.2; normalize_by_mean=True'}, 'gpu_mem_fraction': 0.9, 'cpu_mem_fraction': 0.9, 'configuration_level': 'advanced', 'mode_locked': False, 'cluster_config': None}}, 'controlAreaVisible': True, 'savedWidgetGeometry': b'\x01\xd9\xd0\xcb\x00\x03\x00\x00\x00\x00\t\xb8\x00\x00\x00\xdb\x00\x00\x0c\xb4\x00\x00\x03!\x00\x00\t\xb8\x00\x00\x00\xdb\x00\x00\x0c\xb4\x00\x00\x03!\x00\x00\x00\x01\x00\x00\x00\x00\x07\x80\x00\x00\t\xb8\x00\x00\x00\xdb\x00\x00\x0c\xb4\x00\x00\x03!', '__version__': 1}</properties>
|
11
|
+
</node_properties>
|
12
|
+
<session_state>
|
13
|
+
<window_groups />
|
14
|
+
</session_state>
|
15
|
+
</scheme>
|
{tomwer-1.5.1 → tomwer-1.5.2}/src/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py
RENAMED
@@ -206,6 +206,8 @@ class FutureTomwerObjectObserverWidget(
|
|
206
206
|
return
|
207
207
|
elif future_tomo_obj.status == "error":
|
208
208
|
state = DatasetState.FAILED
|
209
|
+
if future_tomo_obj.job_id is None:
|
210
|
+
details = "Job submission to Slurm has failed. This is likely due to an invalid configuration request, such as requesting a GPU on a partition that does not support GPUs. Please review your configuration and try again."
|
209
211
|
elif future_tomo_obj.status == "pending":
|
210
212
|
details = "\n".join([details, "pending"])
|
211
213
|
state = DatasetState.PENDING
|
@@ -9,7 +9,11 @@ import logging
|
|
9
9
|
import tomwer.version
|
10
10
|
from tomwer.gui import icons
|
11
11
|
|
12
|
-
|
12
|
+
try:
|
13
|
+
from ewoksorange.pkg_meta import entry_points
|
14
|
+
except ImportError:
|
15
|
+
# ewoksorange < 2.0
|
16
|
+
from ewoksorange.pkg_meta import iter_entry_points as entry_points
|
13
17
|
from . import environ
|
14
18
|
from .splash import getIcon, splash_screen
|
15
19
|
from .widgetsscheme import WidgetsScheme
|
@@ -82,7 +86,7 @@ class TomwerConfig(config.Config):
|
|
82
86
|
return entry.name.lower() not in ("ewoks demo",)
|
83
87
|
|
84
88
|
try:
|
85
|
-
all_eps = filter(accept_extension,
|
89
|
+
all_eps = filter(accept_extension, entry_points(group=WIDGETS_ENTRY))
|
86
90
|
except Exception as e:
|
87
91
|
_logger.error(f"fail to find add-ons. Error is {e}")
|
88
92
|
return iter(all_eps)
|
@@ -9,8 +9,6 @@ from tomwer.gui.reconstruction.nabu.nabuconfig import base
|
|
9
9
|
from tomwer.gui.utils.illustrations import _IllustrationWidget
|
10
10
|
from tomwer.gui.utils.scrollarea import QComboBoxIgnoreWheel
|
11
11
|
|
12
|
-
from .reconstruction import AnglesFileWidget as Filewidget
|
13
|
-
|
14
12
|
|
15
13
|
def nabu_param_ligne_to_dict(str_ligne: str) -> dict:
|
16
14
|
ddict = {}
|
@@ -324,10 +322,6 @@ class CTFConfig(qt.QGroupBox, base._NabuStageConfigBase):
|
|
324
322
|
self._geometryWidget = CTFGeometry(parent=self, title="geometry")
|
325
323
|
self.layout().addRow(self._geometryWidget)
|
326
324
|
self.registerWidget(self._geometryWidget, "optional")
|
327
|
-
# translation file
|
328
|
-
self._translationFile = Filewidget(self)
|
329
|
-
self.layout().addRow("translation file", self._translationFile)
|
330
|
-
self.registerWidget(self._translationFile, "optional")
|
331
325
|
# advanced parameters
|
332
326
|
self._advancedParamsWidget = CTFAdvancedParams(
|
333
327
|
parent=self, title="advanced parameters"
|
@@ -338,7 +332,6 @@ class CTFConfig(qt.QGroupBox, base._NabuStageConfigBase):
|
|
338
332
|
# connect signal / slot
|
339
333
|
self._geometryWidget.sigConfChanged.connect(self._confChanged)
|
340
334
|
self._advancedParamsWidget.sigConfChanged.connect(self._confChanged)
|
341
|
-
self._translationFile._qle.textEdited.connect(self._confChanged)
|
342
335
|
|
343
336
|
def _confChanged(self, *args, **kwargs):
|
344
337
|
self.sigConfChanged.emit("phase")
|
@@ -346,11 +339,8 @@ class CTFConfig(qt.QGroupBox, base._NabuStageConfigBase):
|
|
346
339
|
def getConfiguration(self) -> dict:
|
347
340
|
ddict = self._geometryWidget.getConfiguration()
|
348
341
|
ddict.update(self._advancedParamsWidget.getConfiguration())
|
349
|
-
ddict["ctf_translations_file"] = self._translationFile.getFile()
|
350
342
|
return ddict
|
351
343
|
|
352
344
|
def setConfiguration(self, ddict):
|
353
345
|
self._geometryWidget.setConfiguration(ddict=ddict)
|
354
346
|
self._advancedParamsWidget.setConfiguration(ddict=ddict)
|
355
|
-
if "ctf_translations_file" in ddict:
|
356
|
-
self._translationFile.setFile(ddict["ctf_translations_file"])
|
@@ -0,0 +1,42 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
3
|
+
from tomwer.tests.conftest import qtapp # noqa F401
|
4
|
+
from tomwer.gui.reconstruction.nabu.nabuconfig.nabuconfig import (
|
5
|
+
NabuConfiguration,
|
6
|
+
)
|
7
|
+
from nabu.pipeline.config import _extract_nabuconfig_keyvals
|
8
|
+
from nabu.pipeline.fullfield.nabu_config import (
|
9
|
+
nabu_config as nabu_fullfield_default_config,
|
10
|
+
)
|
11
|
+
|
12
|
+
|
13
|
+
def test_NabuConfiguration(
|
14
|
+
qtapp, # noqa F811
|
15
|
+
):
|
16
|
+
"""Test that the 'NabuConfiguration' produce only keys understandable by nabu"""
|
17
|
+
widget = NabuConfiguration(parent=None)
|
18
|
+
|
19
|
+
tomwer_config = widget.getConfiguration()
|
20
|
+
nabu_config = _extract_nabuconfig_keyvals(nabu_fullfield_default_config)
|
21
|
+
|
22
|
+
tomwer_section_keys = set(tomwer_config.keys())
|
23
|
+
nabu_section_keys = set(nabu_config.keys())
|
24
|
+
tomwer_section_keys.remove("tomwer_slices")
|
25
|
+
assert tomwer_section_keys.issubset(
|
26
|
+
nabu_section_keys
|
27
|
+
), f"tomwer provide sections undefined by nabu: {tomwer_section_keys - nabu_section_keys}"
|
28
|
+
|
29
|
+
for section_key in nabu_config.keys():
|
30
|
+
if section_key in tomwer_config:
|
31
|
+
nabu_sub_section_keys = set(nabu_config[section_key].keys())
|
32
|
+
tomwer_sub_section_keys = set(tomwer_config[section_key].keys())
|
33
|
+
if section_key == "phase":
|
34
|
+
# this key is pop by tomwer before calling nabu. It is used internally only
|
35
|
+
tomwer_sub_section_keys.remove("beam_shape")
|
36
|
+
elif section_key == "reconstruction":
|
37
|
+
tomwer_sub_section_keys.remove("slice_plane")
|
38
|
+
elif section_key == "output":
|
39
|
+
tomwer_sub_section_keys.remove("output_dir_mode")
|
40
|
+
assert tomwer_sub_section_keys.issubset(
|
41
|
+
nabu_sub_section_keys
|
42
|
+
), f"tomwer provides keys undefined by nabu: {tomwer_sub_section_keys - nabu_sub_section_keys}"
|
@@ -29,12 +29,10 @@ class TestFutureSupervisorOW(TestCaseQt):
|
|
29
29
|
assert config == {
|
30
30
|
"ctf_geometry": " z1_v=None; z1_h=None; detec_pixel_size=None; magnification=True",
|
31
31
|
"ctf_advanced_params": " length_scale=1e-05; lim1=1e-05; lim2=0.2; normalize_by_mean=True",
|
32
|
-
"ctf_translations_file": "",
|
33
32
|
"beam_shape": "parallel",
|
34
33
|
}
|
35
34
|
|
36
35
|
config["beam_shape"] = "cone"
|
37
|
-
config["ctf_translations_file"] = "my_file.txt"
|
38
36
|
config["ctf_geometry"] = (
|
39
37
|
" z1_v=10.2; z1_h=3.6; detec_pixel_size=1e-05; magnification=False"
|
40
38
|
)
|
@@ -150,7 +150,6 @@ class TestNabuPhaseConfig(TestCaseQt):
|
|
150
150
|
"beam_shape": "parallel",
|
151
151
|
"ctf_advanced_params": " length_scale=1e-05; lim1=1e-05; lim2=0.2; normalize_by_mean=True",
|
152
152
|
"ctf_geometry": " z1_v=None; z1_h=None; detec_pixel_size=None; magnification=True",
|
153
|
-
"ctf_translations_file": "",
|
154
153
|
}
|
155
154
|
self.assertEqual(self.nabuWidget.getConfiguration(), ini_conf)
|
156
155
|
|
@@ -165,7 +164,6 @@ class TestNabuPhaseConfig(TestCaseQt):
|
|
165
164
|
"beam_shape": "cone",
|
166
165
|
"ctf_advanced_params": " length_scale=1e-05; lim1=1e-05; lim2=0.2; normalize_by_mean=True",
|
167
166
|
"ctf_geometry": " z1_v=0.0; z1_h=0.0; detec_pixel_size=None; magnification=True",
|
168
|
-
"ctf_translations_file": "",
|
169
167
|
}
|
170
168
|
self.nabuWidget.setConfiguration(conf)
|
171
169
|
self.nabuWidget.show()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.2
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
|
@@ -25,12 +25,11 @@ Requires-Dist: numpy
|
|
25
25
|
Requires-Dist: setuptools
|
26
26
|
Requires-Dist: psutil
|
27
27
|
Requires-Dist: silx[full]>=2.1.1
|
28
|
-
Requires-Dist: tomoscan>=2.2.0a6
|
28
|
+
Requires-Dist: tomoscan[full_no_compression_plugins]>=2.2.0a6
|
29
29
|
Requires-Dist: nxtomo>=2.0.0dev2
|
30
30
|
Requires-Dist: nxtomomill>=1.2.0dev1
|
31
31
|
Requires-Dist: processview>=1.5.0
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
|
-
Requires-Dist: ewokscore<1.1.0
|
34
33
|
Requires-Dist: sluurp>=0.4.1
|
35
34
|
Requires-Dist: packaging
|
36
35
|
Requires-Dist: pint
|
@@ -39,83 +38,63 @@ Provides-Extra: full-base
|
|
39
38
|
Requires-Dist: orange-canvas-core; extra == "full-base"
|
40
39
|
Requires-Dist: orange-widget-base; extra == "full-base"
|
41
40
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-base"
|
42
|
-
Requires-Dist: ewoksorange
|
41
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-base"
|
43
42
|
Requires-Dist: rsyncmanager; extra == "full-base"
|
44
43
|
Requires-Dist: fabio; extra == "full-base"
|
45
|
-
Requires-Dist: h5py>=3; extra == "full-base"
|
46
|
-
Requires-Dist: lxml; extra == "full-base"
|
47
44
|
Requires-Dist: werkzeug; extra == "full-base"
|
48
45
|
Requires-Dist: json-rpc; extra == "full-base"
|
49
46
|
Requires-Dist: scipy; extra == "full-base"
|
50
47
|
Requires-Dist: Pillow; extra == "full-base"
|
51
|
-
Requires-Dist: glymur<0.14; extra == "full-base"
|
52
48
|
Requires-Dist: resource; extra == "full-base"
|
53
|
-
Requires-Dist: tifffile; extra == "full-base"
|
54
49
|
Requires-Dist: hdf5plugin; extra == "full-base"
|
55
50
|
Requires-Dist: pyicat_plus; extra == "full-base"
|
56
51
|
Requires-Dist: ewoksnotify[full]; extra == "full-base"
|
57
|
-
Requires-Dist: pyicat_plus; extra == "full-base"
|
58
52
|
Provides-Extra: full-no-nabu
|
59
53
|
Requires-Dist: orange-canvas-core; extra == "full-no-nabu"
|
60
54
|
Requires-Dist: orange-widget-base; extra == "full-no-nabu"
|
61
55
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-nabu"
|
62
|
-
Requires-Dist: ewoksorange
|
56
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-no-nabu"
|
63
57
|
Requires-Dist: rsyncmanager; extra == "full-no-nabu"
|
64
58
|
Requires-Dist: fabio; extra == "full-no-nabu"
|
65
|
-
Requires-Dist: h5py>=3; extra == "full-no-nabu"
|
66
|
-
Requires-Dist: lxml; extra == "full-no-nabu"
|
67
59
|
Requires-Dist: werkzeug; extra == "full-no-nabu"
|
68
60
|
Requires-Dist: json-rpc; extra == "full-no-nabu"
|
69
61
|
Requires-Dist: scipy; extra == "full-no-nabu"
|
70
62
|
Requires-Dist: Pillow; extra == "full-no-nabu"
|
71
|
-
Requires-Dist: glymur<0.14; extra == "full-no-nabu"
|
72
63
|
Requires-Dist: resource; extra == "full-no-nabu"
|
73
|
-
Requires-Dist: tifffile; extra == "full-no-nabu"
|
74
64
|
Requires-Dist: hdf5plugin; extra == "full-no-nabu"
|
75
65
|
Requires-Dist: pyicat_plus; extra == "full-no-nabu"
|
76
66
|
Requires-Dist: ewoksnotify[full]; extra == "full-no-nabu"
|
77
|
-
Requires-Dist: pyicat_plus; extra == "full-no-nabu"
|
78
67
|
Provides-Extra: full-no-cuda
|
79
68
|
Requires-Dist: orange-canvas-core; extra == "full-no-cuda"
|
80
69
|
Requires-Dist: orange-widget-base; extra == "full-no-cuda"
|
81
70
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-cuda"
|
82
|
-
Requires-Dist: ewoksorange
|
71
|
+
Requires-Dist: ewoksorange==1.1; extra == "full-no-cuda"
|
83
72
|
Requires-Dist: rsyncmanager; extra == "full-no-cuda"
|
84
73
|
Requires-Dist: fabio; extra == "full-no-cuda"
|
85
|
-
Requires-Dist: h5py>=3; extra == "full-no-cuda"
|
86
|
-
Requires-Dist: lxml; extra == "full-no-cuda"
|
87
74
|
Requires-Dist: werkzeug; extra == "full-no-cuda"
|
88
75
|
Requires-Dist: json-rpc; extra == "full-no-cuda"
|
89
76
|
Requires-Dist: scipy; extra == "full-no-cuda"
|
90
77
|
Requires-Dist: Pillow; extra == "full-no-cuda"
|
91
|
-
Requires-Dist: glymur<0.14; extra == "full-no-cuda"
|
92
78
|
Requires-Dist: resource; extra == "full-no-cuda"
|
93
|
-
Requires-Dist: tifffile; extra == "full-no-cuda"
|
94
79
|
Requires-Dist: hdf5plugin; extra == "full-no-cuda"
|
95
80
|
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
96
81
|
Requires-Dist: ewoksnotify[full]; extra == "full-no-cuda"
|
97
|
-
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
98
82
|
Requires-Dist: nabu>=2023.3.1dev; extra == "full-no-cuda"
|
99
83
|
Provides-Extra: full
|
100
84
|
Requires-Dist: orange-canvas-core; extra == "full"
|
101
85
|
Requires-Dist: orange-widget-base; extra == "full"
|
102
86
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "full"
|
103
|
-
Requires-Dist: ewoksorange
|
87
|
+
Requires-Dist: ewoksorange==1.1; extra == "full"
|
104
88
|
Requires-Dist: rsyncmanager; extra == "full"
|
105
89
|
Requires-Dist: fabio; extra == "full"
|
106
|
-
Requires-Dist: h5py>=3; extra == "full"
|
107
|
-
Requires-Dist: lxml; extra == "full"
|
108
90
|
Requires-Dist: werkzeug; extra == "full"
|
109
91
|
Requires-Dist: json-rpc; extra == "full"
|
110
92
|
Requires-Dist: scipy; extra == "full"
|
111
93
|
Requires-Dist: Pillow; extra == "full"
|
112
|
-
Requires-Dist: glymur<0.14; extra == "full"
|
113
94
|
Requires-Dist: resource; extra == "full"
|
114
|
-
Requires-Dist: tifffile; extra == "full"
|
115
95
|
Requires-Dist: hdf5plugin; extra == "full"
|
116
96
|
Requires-Dist: pyicat_plus; extra == "full"
|
117
97
|
Requires-Dist: ewoksnotify[full]; extra == "full"
|
118
|
-
Requires-Dist: pyicat_plus; extra == "full"
|
119
98
|
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "full"
|
120
99
|
Requires-Dist: pycuda<2024.1.1; extra == "full"
|
121
100
|
Requires-Dist: scikit-cuda; extra == "full"
|
@@ -123,22 +102,17 @@ Provides-Extra: doc
|
|
123
102
|
Requires-Dist: orange-canvas-core; extra == "doc"
|
124
103
|
Requires-Dist: orange-widget-base; extra == "doc"
|
125
104
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "doc"
|
126
|
-
Requires-Dist: ewoksorange
|
105
|
+
Requires-Dist: ewoksorange==1.1; extra == "doc"
|
127
106
|
Requires-Dist: rsyncmanager; extra == "doc"
|
128
107
|
Requires-Dist: fabio; extra == "doc"
|
129
|
-
Requires-Dist: h5py>=3; extra == "doc"
|
130
|
-
Requires-Dist: lxml; extra == "doc"
|
131
108
|
Requires-Dist: werkzeug; extra == "doc"
|
132
109
|
Requires-Dist: json-rpc; extra == "doc"
|
133
110
|
Requires-Dist: scipy; extra == "doc"
|
134
111
|
Requires-Dist: Pillow; extra == "doc"
|
135
|
-
Requires-Dist: glymur<0.14; extra == "doc"
|
136
112
|
Requires-Dist: resource; extra == "doc"
|
137
|
-
Requires-Dist: tifffile; extra == "doc"
|
138
113
|
Requires-Dist: hdf5plugin; extra == "doc"
|
139
114
|
Requires-Dist: pyicat_plus; extra == "doc"
|
140
115
|
Requires-Dist: ewoksnotify[full]; extra == "doc"
|
141
|
-
Requires-Dist: pyicat_plus; extra == "doc"
|
142
116
|
Requires-Dist: nabu>=2023.3.1dev; extra == "doc"
|
143
117
|
Requires-Dist: Sphinx>=4.0.0; extra == "doc"
|
144
118
|
Requires-Dist: nbsphinx; extra == "doc"
|
@@ -157,22 +131,17 @@ Provides-Extra: dev
|
|
157
131
|
Requires-Dist: orange-canvas-core; extra == "dev"
|
158
132
|
Requires-Dist: orange-widget-base; extra == "dev"
|
159
133
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "dev"
|
160
|
-
Requires-Dist: ewoksorange
|
134
|
+
Requires-Dist: ewoksorange==1.1; extra == "dev"
|
161
135
|
Requires-Dist: rsyncmanager; extra == "dev"
|
162
136
|
Requires-Dist: fabio; extra == "dev"
|
163
|
-
Requires-Dist: h5py>=3; extra == "dev"
|
164
|
-
Requires-Dist: lxml; extra == "dev"
|
165
137
|
Requires-Dist: werkzeug; extra == "dev"
|
166
138
|
Requires-Dist: json-rpc; extra == "dev"
|
167
139
|
Requires-Dist: scipy; extra == "dev"
|
168
140
|
Requires-Dist: Pillow; extra == "dev"
|
169
|
-
Requires-Dist: glymur<0.14; extra == "dev"
|
170
141
|
Requires-Dist: resource; extra == "dev"
|
171
|
-
Requires-Dist: tifffile; extra == "dev"
|
172
142
|
Requires-Dist: hdf5plugin; extra == "dev"
|
173
143
|
Requires-Dist: pyicat_plus; extra == "dev"
|
174
144
|
Requires-Dist: ewoksnotify[full]; extra == "dev"
|
175
|
-
Requires-Dist: pyicat_plus; extra == "dev"
|
176
145
|
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "dev"
|
177
146
|
Requires-Dist: pycuda<2024.1.1; extra == "dev"
|
178
147
|
Requires-Dist: scikit-cuda; extra == "dev"
|
@@ -184,22 +153,17 @@ Provides-Extra: dev-no-cuda
|
|
184
153
|
Requires-Dist: orange-canvas-core; extra == "dev-no-cuda"
|
185
154
|
Requires-Dist: orange-widget-base; extra == "dev-no-cuda"
|
186
155
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "dev-no-cuda"
|
187
|
-
Requires-Dist: ewoksorange
|
156
|
+
Requires-Dist: ewoksorange==1.1; extra == "dev-no-cuda"
|
188
157
|
Requires-Dist: rsyncmanager; extra == "dev-no-cuda"
|
189
158
|
Requires-Dist: fabio; extra == "dev-no-cuda"
|
190
|
-
Requires-Dist: h5py>=3; extra == "dev-no-cuda"
|
191
|
-
Requires-Dist: lxml; extra == "dev-no-cuda"
|
192
159
|
Requires-Dist: werkzeug; extra == "dev-no-cuda"
|
193
160
|
Requires-Dist: json-rpc; extra == "dev-no-cuda"
|
194
161
|
Requires-Dist: scipy; extra == "dev-no-cuda"
|
195
162
|
Requires-Dist: Pillow; extra == "dev-no-cuda"
|
196
|
-
Requires-Dist: glymur<0.14; extra == "dev-no-cuda"
|
197
163
|
Requires-Dist: resource; extra == "dev-no-cuda"
|
198
|
-
Requires-Dist: tifffile; extra == "dev-no-cuda"
|
199
164
|
Requires-Dist: hdf5plugin; extra == "dev-no-cuda"
|
200
165
|
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
201
166
|
Requires-Dist: ewoksnotify[full]; extra == "dev-no-cuda"
|
202
|
-
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
203
167
|
Requires-Dist: nabu>=2023.3.1dev; extra == "dev-no-cuda"
|
204
168
|
Requires-Dist: black; extra == "dev-no-cuda"
|
205
169
|
Requires-Dist: flake8; extra == "dev-no-cuda"
|
@@ -209,22 +173,17 @@ Provides-Extra: test
|
|
209
173
|
Requires-Dist: orange-canvas-core; extra == "test"
|
210
174
|
Requires-Dist: orange-widget-base; extra == "test"
|
211
175
|
Requires-Dist: ewoks[orange]>=0.1.1; extra == "test"
|
212
|
-
Requires-Dist: ewoksorange
|
176
|
+
Requires-Dist: ewoksorange==1.1; extra == "test"
|
213
177
|
Requires-Dist: rsyncmanager; extra == "test"
|
214
178
|
Requires-Dist: fabio; extra == "test"
|
215
|
-
Requires-Dist: h5py>=3; extra == "test"
|
216
|
-
Requires-Dist: lxml; extra == "test"
|
217
179
|
Requires-Dist: werkzeug; extra == "test"
|
218
180
|
Requires-Dist: json-rpc; extra == "test"
|
219
181
|
Requires-Dist: scipy; extra == "test"
|
220
182
|
Requires-Dist: Pillow; extra == "test"
|
221
|
-
Requires-Dist: glymur<0.14; extra == "test"
|
222
183
|
Requires-Dist: resource; extra == "test"
|
223
|
-
Requires-Dist: tifffile; extra == "test"
|
224
184
|
Requires-Dist: hdf5plugin; extra == "test"
|
225
185
|
Requires-Dist: pyicat_plus; extra == "test"
|
226
186
|
Requires-Dist: ewoksnotify[full]; extra == "test"
|
227
|
-
Requires-Dist: pyicat_plus; extra == "test"
|
228
187
|
Requires-Dist: nabu>=2023.3.1dev; extra == "test"
|
229
188
|
Requires-Dist: pytest-asyncio; extra == "test"
|
230
189
|
Requires-Dist: tomoscan[test]>=2.2.0a6; extra == "test"
|