tomwer 1.3.0rc9__tar.gz → 1.3.0rc10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tomwer-1.3.0rc9/tomwer.egg-info → tomwer-1.3.0rc10}/PKG-INFO +8 -8
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/__init__.py +5 -8
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +5 -5
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/setup.cfg +4 -4
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datalistener/datalistener.py +15 -10
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/nxtomomill.py +1 -1
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/edit/imagekeyeditor.py +1 -1
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/axis.py +199 -31
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/params.py +8 -5
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/nabucommon.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/nabuslices.py +4 -4
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/nabuvolume.py +4 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/task.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_axis.py +3 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_data_transfer.py +3 -3
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/blissscan.py +3 -3
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/nxtomoscan.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/scanbase.py +6 -4
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/test_process_registration.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/settings.py +3 -3
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/slurm.py +14 -9
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/test/test_cluster.py +1 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datawatcher/controlwidget.py +2 -4
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/reducedarkflatselector.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/dkrfpatch.py +4 -4
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/nxtomowarmer.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/imagefromfile.py +2 -2
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/darkref/darkrefwidget.py +2 -1
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/test/test_axis_gui.py +4 -10
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/volumeviewer.py +16 -14
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/utils/h5pyutils.py +3 -3
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/utils/utils.py +3 -3
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/version.py +1 -1
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10/tomwer.egg-info}/PKG-INFO +8 -8
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/requires.txt +7 -7
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/LICENSE +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/MANIFEST.in +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/README.rst +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/icat_publication.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataListOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/TomoObjSerieOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/VolumeSymLinkOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/test/test_dark_flat_patch.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/test/test_image_key_upgrader.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/edit/test/test_nxtomo_editor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/PublishProcessedDataOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/setup.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/__main__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/axis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/darkref.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/diffframe.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/multicor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/multipag.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/radiostack.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/rsync.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/slicestack.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/app/zstitching.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/futureobject.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/log/logger.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/test/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/test/test_email.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/test/test_h52nx_process.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/test/test_volume_link.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/tomoobjserie.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/volumesymlink.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/createscreenshots.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/gallery.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/icatbase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/publish.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/icat/screenshots.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/output.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/mode.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/nabuscores.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/nabu/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/scores/params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_axis_params.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_darkref.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_darkref_copy.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_paramsbase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/test/test_utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/stitching/nabustitcher.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_conditions.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_dark_and_flat.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_data_listener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_data_watcher.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_nabu.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_normalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/test/test_timer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/liveslice.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/progress.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/test_edf.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/test_future_scan.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/test_h5.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/scan/test/test_scan.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/signal.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/test/test_scanutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/test/test_utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/Singleton.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/char.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/image.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/locker.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/time.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/cluster/test/test_supervisor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datalist.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/emailnotifier.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/history.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/selectorwidgetbase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/serie/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/serie/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/serie/seriecreator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/serie/seriewaiter.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_datadiscovery.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_datalist.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_datalistener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_datavalidator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_email.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_inputwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_process_manager.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_scanselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_scanvalidator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_single_tomo_obj.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_volume_dialog.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/test/test_volumeselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/nxtomoeditor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/test/test_dkrf_patch.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/edit/test/test_nx_editor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/icat/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/icat/createscreenshots.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/icat/gallery.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/icat/publish.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/icons.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/qfolderdialog.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/axis/axis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/axis/radioaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/slices.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/normalization/intensity.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/saaxis/corrangeselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/saaxis/saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/test/test_axis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/test/test_nabu.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/settings.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stacks.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/stitching.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/test/test_qfolder_dialog.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/axis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/edit/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/edit/darkflatpatch.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/test/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/test/test_darkRefs.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/test/test_foldertransfer.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/conftest.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/datasets.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/tests/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/third_part/WaitingOverlay.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/third_part/__init__.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/utils.py +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/SOURCES.txt +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/namespace_packages.txt +0 -0
- {tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0rc10
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: data analysis unit
|
@@ -26,7 +26,7 @@ Requires-Dist: setuptools
|
|
26
26
|
Requires-Dist: psutil
|
27
27
|
Requires-Dist: silx[full]>=2.0
|
28
28
|
Requires-Dist: tomoscan>=2.0.0a11
|
29
|
-
Requires-Dist: nxtomo>=1.
|
29
|
+
Requires-Dist: nxtomo>=1.2.3rc1
|
30
30
|
Requires-Dist: nxtomomill>=1.0dev
|
31
31
|
Requires-Dist: processview>=1.3
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
@@ -88,7 +88,7 @@ Requires-Dist: resource; extra == "full-no-cuda"
|
|
88
88
|
Requires-Dist: tifffile; extra == "full-no-cuda"
|
89
89
|
Requires-Dist: hdf5plugin; extra == "full-no-cuda"
|
90
90
|
Requires-Dist: pyicat_plus; extra == "full-no-cuda"
|
91
|
-
Requires-Dist: nabu>=2023.3.
|
91
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "full-no-cuda"
|
92
92
|
Provides-Extra: full
|
93
93
|
Requires-Dist: orange-canvas-core; extra == "full"
|
94
94
|
Requires-Dist: orange-widget-base; extra == "full"
|
@@ -107,7 +107,7 @@ Requires-Dist: resource; extra == "full"
|
|
107
107
|
Requires-Dist: tifffile; extra == "full"
|
108
108
|
Requires-Dist: hdf5plugin; extra == "full"
|
109
109
|
Requires-Dist: pyicat_plus; extra == "full"
|
110
|
-
Requires-Dist: nabu[full]>=2023.3.
|
110
|
+
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "full"
|
111
111
|
Requires-Dist: pycuda; extra == "full"
|
112
112
|
Requires-Dist: scikit-cuda; extra == "full"
|
113
113
|
Provides-Extra: doc
|
@@ -128,7 +128,7 @@ Requires-Dist: resource; extra == "doc"
|
|
128
128
|
Requires-Dist: tifffile; extra == "doc"
|
129
129
|
Requires-Dist: hdf5plugin; extra == "doc"
|
130
130
|
Requires-Dist: pyicat_plus; extra == "doc"
|
131
|
-
Requires-Dist: nabu>=2023.3.
|
131
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "doc"
|
132
132
|
Requires-Dist: Sphinx>=4.0.0; extra == "doc"
|
133
133
|
Requires-Dist: nbsphinx; extra == "doc"
|
134
134
|
Requires-Dist: pandoc; extra == "doc"
|
@@ -159,7 +159,7 @@ Requires-Dist: resource; extra == "dev"
|
|
159
159
|
Requires-Dist: tifffile; extra == "dev"
|
160
160
|
Requires-Dist: hdf5plugin; extra == "dev"
|
161
161
|
Requires-Dist: pyicat_plus; extra == "dev"
|
162
|
-
Requires-Dist: nabu[full]>=2023.3.
|
162
|
+
Requires-Dist: nabu[full]>=2023.3.1dev; extra == "dev"
|
163
163
|
Requires-Dist: pycuda; extra == "dev"
|
164
164
|
Requires-Dist: scikit-cuda; extra == "dev"
|
165
165
|
Requires-Dist: black; extra == "dev"
|
@@ -184,14 +184,14 @@ Requires-Dist: resource; extra == "dev-no-cuda"
|
|
184
184
|
Requires-Dist: tifffile; extra == "dev-no-cuda"
|
185
185
|
Requires-Dist: hdf5plugin; extra == "dev-no-cuda"
|
186
186
|
Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
|
187
|
-
Requires-Dist: nabu>=2023.3.
|
187
|
+
Requires-Dist: nabu>=2023.3.1dev; extra == "dev-no-cuda"
|
188
188
|
Requires-Dist: black; extra == "dev-no-cuda"
|
189
189
|
Requires-Dist: flake8; extra == "dev-no-cuda"
|
190
190
|
Requires-Dist: timeout-decorator; extra == "dev-no-cuda"
|
191
191
|
Requires-Dist: pyopencl; extra == "dev-no-cuda"
|
192
192
|
Provides-Extra: test
|
193
193
|
Requires-Dist: pytest-asyncio; extra == "test"
|
194
|
-
Requires-Dist: tomoscan[test]>=2.0.
|
194
|
+
Requires-Dist: tomoscan[test]>=2.0.2rc17; extra == "test"
|
195
195
|
Provides-Extra: setup-requires
|
196
196
|
Requires-Dist: setuptools; extra == "setup-requires"
|
197
197
|
Requires-Dist: numpy>=1.12; extra == "setup-requires"
|
@@ -22,8 +22,6 @@
|
|
22
22
|
#
|
23
23
|
#############################################################################
|
24
24
|
|
25
|
-
import sysconfig
|
26
|
-
|
27
25
|
try:
|
28
26
|
from orangecanvas.utils.pkgmeta import get_distribution
|
29
27
|
except ImportError:
|
@@ -57,10 +55,9 @@ WIDGET_HELP_PATH = (
|
|
57
55
|
# You still need to build help pages using
|
58
56
|
# make htmlhelp
|
59
57
|
# inside doc folder
|
60
|
-
(
|
61
|
-
|
62
|
-
|
63
|
-
),
|
64
|
-
(
|
65
|
-
("https://readthedocs.org/projects/tomwer/1.3/", None),
|
58
|
+
# (
|
59
|
+
# "/home/payno/Documents/dev/tomography/tomwer/build/html/canvas/widgets/widgets.html",
|
60
|
+
# None,
|
61
|
+
# ),
|
62
|
+
("https://tomwer.readthedocs.io/en/latest/canvas/widgets/widgets.html", None),
|
66
63
|
)
|
@@ -163,11 +163,11 @@ class NXTomomillOW(
|
|
163
163
|
"""
|
164
164
|
# for now we want to avoid propagation any processing.
|
165
165
|
# task will be executed only when the user validates the dialog
|
166
|
-
|
167
|
-
if
|
168
|
-
if not isinstance(
|
169
|
-
raise TypeError("
|
170
|
-
self.add(
|
166
|
+
bliss_scan = super().get_task_inputs().get("bliss_scan", None)
|
167
|
+
if bliss_scan is not None:
|
168
|
+
if not isinstance(bliss_scan, BlissScan):
|
169
|
+
raise TypeError("bliss_scan is expected to be an instance of BlissScan")
|
170
|
+
self.add(bliss_scan.master_file)
|
171
171
|
|
172
172
|
def _convertAndSend(self, bliss_url: str):
|
173
173
|
"""
|
@@ -33,7 +33,7 @@ install_requires =
|
|
33
33
|
psutil
|
34
34
|
silx[full] >= 2.0
|
35
35
|
tomoscan>=2.0.0a11
|
36
|
-
nxtomo>=1.
|
36
|
+
nxtomo>=1.2.3rc1
|
37
37
|
nxtomomill>=1.0dev
|
38
38
|
processview>=1.3
|
39
39
|
ewoks>=0.1.1
|
@@ -111,10 +111,10 @@ full_no_nabu =
|
|
111
111
|
%(_full_base)s
|
112
112
|
full_no_cuda =
|
113
113
|
%(_full_base)s
|
114
|
-
nabu>=2023.3.
|
114
|
+
nabu>=2023.3.1dev
|
115
115
|
full =
|
116
116
|
%(_full_base)s
|
117
|
-
nabu[full]>=2023.3.
|
117
|
+
nabu[full]>=2023.3.1dev
|
118
118
|
pycuda
|
119
119
|
scikit-cuda
|
120
120
|
doc =
|
@@ -139,7 +139,7 @@ dev_no_cuda =
|
|
139
139
|
%(_dev_spec)s
|
140
140
|
test =
|
141
141
|
pytest-asyncio
|
142
|
-
tomoscan[test]>=2.0.
|
142
|
+
tomoscan[test]>=2.0.2rc17
|
143
143
|
setup_requires =
|
144
144
|
setuptools
|
145
145
|
numpy>=1.12
|
{tomwer-1.3.0rc9 → tomwer-1.3.0rc10}/tomwer/core/process/control/datalistener/datalistener.py
RENAMED
@@ -102,6 +102,11 @@ class DataListener(BaseProcessInfo):
|
|
102
102
|
TIMOUT_READ_FILE = 30
|
103
103
|
"When the event 'scan_ended' is received all data might not have been write" " yet"
|
104
104
|
|
105
|
+
SWMR_MODE = None
|
106
|
+
"""The bliss writer is not using the swmr mode. This class has independant behavior regarding the tomoscan / nxotmo get_swmr_mode which is
|
107
|
+
dedicated to the internal tomotools behavior
|
108
|
+
"""
|
109
|
+
|
105
110
|
def __init__(self):
|
106
111
|
super().__init__()
|
107
112
|
self._host = settings.JSON_RPC_HOST
|
@@ -224,7 +229,7 @@ class DataListener(BaseProcessInfo):
|
|
224
229
|
"""Return the list of scans dir for this bliss_file / entry"""
|
225
230
|
|
226
231
|
def get_scan_indexes():
|
227
|
-
with HDF5File(bliss_file, "r", swmr=
|
232
|
+
with HDF5File(bliss_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
228
233
|
entry_node = h5f[entry]
|
229
234
|
if _SCAN_NUMBER_PATH in entry_node:
|
230
235
|
return h5py_read_dataset(entry_node[_SCAN_NUMBER_PATH])
|
@@ -249,7 +254,7 @@ class DataListener(BaseProcessInfo):
|
|
249
254
|
"""Return the proposal file of the experimentation if registred by the
|
250
255
|
data listener"""
|
251
256
|
if entry is None:
|
252
|
-
with HDF5File(process_file, "r", swmr=
|
257
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
253
258
|
entries = BaseProcessInfo._get_process_nodes(
|
254
259
|
root_node=h5f, process=DataListener
|
255
260
|
)
|
@@ -264,7 +269,7 @@ class DataListener(BaseProcessInfo):
|
|
264
269
|
entry = list(entries.keys())[0]
|
265
270
|
_logger.info("take %s as default entry" % entry)
|
266
271
|
|
267
|
-
with HDF5File(process_file, "r", swmr=
|
272
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
268
273
|
dl_nodes = BaseProcessInfo._get_process_nodes(
|
269
274
|
root_node=h5f[entry], process=DataListener
|
270
275
|
)
|
@@ -306,7 +311,7 @@ class DataListener(BaseProcessInfo):
|
|
306
311
|
"""Return the proposal file of the experimentation if registred by the
|
307
312
|
data listener"""
|
308
313
|
if entry is None:
|
309
|
-
with HDF5File(process_file, "r", swmr=
|
314
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
310
315
|
entries = BaseProcessInfo._get_process_nodes(
|
311
316
|
root_node=h5f, process=DataListener
|
312
317
|
)
|
@@ -321,7 +326,7 @@ class DataListener(BaseProcessInfo):
|
|
321
326
|
entry = list(entries.keys())[0]
|
322
327
|
_logger.info("take %s as default entry" % entry)
|
323
328
|
|
324
|
-
with HDF5File(process_file, "r", swmr=
|
329
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
325
330
|
dl_nodes = BaseProcessInfo._get_process_nodes(
|
326
331
|
root_node=h5f[entry], process=DataListener
|
327
332
|
)
|
@@ -355,7 +360,7 @@ class DataListener(BaseProcessInfo):
|
|
355
360
|
"""Return the proposal file of the experimentation if registred by the
|
356
361
|
data listener"""
|
357
362
|
if entry is None:
|
358
|
-
with HDF5File(process_file, "r", swmr=
|
363
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
359
364
|
entries = BaseProcessInfo._get_process_nodes(
|
360
365
|
root_node=h5f, process=DataListener
|
361
366
|
)
|
@@ -370,7 +375,7 @@ class DataListener(BaseProcessInfo):
|
|
370
375
|
entry = list(entries.keys())[0]
|
371
376
|
_logger.info("take %s as default entry" % entry)
|
372
377
|
|
373
|
-
with HDF5File(process_file, "r", swmr=
|
378
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
374
379
|
dl_nodes = BaseProcessInfo._get_process_nodes(
|
375
380
|
root_node=h5f[entry], process=DataListener
|
376
381
|
)
|
@@ -405,7 +410,7 @@ class DataListener(BaseProcessInfo):
|
|
405
410
|
specific sequence data
|
406
411
|
"""
|
407
412
|
if entry is None:
|
408
|
-
with HDF5File(process_file, "r", swmr=
|
413
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
409
414
|
entries = BaseProcessInfo._get_process_nodes(
|
410
415
|
root_node=h5f, process=DataListener
|
411
416
|
)
|
@@ -420,7 +425,7 @@ class DataListener(BaseProcessInfo):
|
|
420
425
|
entry = list(entries.keys())[0]
|
421
426
|
_logger.info("take %s as default entry" % entry)
|
422
427
|
|
423
|
-
with HDF5File(process_file, "r", swmr=
|
428
|
+
with HDF5File(process_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
424
429
|
dl_nodes = BaseProcessInfo._get_process_nodes(
|
425
430
|
root_node=h5f[entry], process=DataListener
|
426
431
|
)
|
@@ -498,7 +503,7 @@ class DataListener(BaseProcessInfo):
|
|
498
503
|
# write
|
499
504
|
def sequence_is_finished():
|
500
505
|
try:
|
501
|
-
with HDF5File(bliss_file, "r", swmr=
|
506
|
+
with HDF5File(bliss_file, "r", swmr=DataListener.SWMR_MODE) as h5f:
|
502
507
|
end_scan_path = "/".join((entry, "end_time"))
|
503
508
|
return end_scan_path in h5f
|
504
509
|
except Exception:
|
@@ -83,7 +83,7 @@ def change_image_key_control(scan: NXtomoScan, config: dict) -> TomwerScanBase:
|
|
83
83
|
filter(lambda item: item[1] is image_key_type, modifications.items())
|
84
84
|
)
|
85
85
|
frame_indexes = tuple(frame_indexes_dict.keys())
|
86
|
-
_logger.
|
86
|
+
_logger.info(f"will modify {frame_indexes} to {image_key_type}")
|
87
87
|
_change_image_key_control(
|
88
88
|
file_path=scan.master_file,
|
89
89
|
entry=scan.entry,
|
@@ -40,7 +40,7 @@ from nabu.estimation.cor import (
|
|
40
40
|
CenterOfRotationSlidingWindow,
|
41
41
|
CenterOfRotationOctaveAccurate,
|
42
42
|
)
|
43
|
-
from nabu.pipeline.estimators import SinoCORFinder
|
43
|
+
from nabu.pipeline.estimators import SinoCORFinder, CORFinder
|
44
44
|
from nabu.resources.nxflatfield import update_dataset_info_flats_darks
|
45
45
|
from processview.core.manager import DatasetState, ProcessManager
|
46
46
|
from processview.core.superviseprocess import SuperviseProcess
|
@@ -76,7 +76,7 @@ else:
|
|
76
76
|
has_composite_cor_finder = True
|
77
77
|
from silx.io.url import DataUrl
|
78
78
|
from silx.io.utils import h5py_read_dataset
|
79
|
-
from tomoscan.io import HDF5File
|
79
|
+
from tomoscan.io import HDF5File, get_swmr_mode
|
80
80
|
|
81
81
|
_logger = logging.getLogger(__name__)
|
82
82
|
if not has_composite_cor_finder:
|
@@ -174,6 +174,50 @@ def compute_cor_nabu_growing_window(
|
|
174
174
|
return res
|
175
175
|
|
176
176
|
|
177
|
+
def compute_cor_nabu_growing_window_radios(
|
178
|
+
scan: TomwerScanBase,
|
179
|
+
):
|
180
|
+
"""
|
181
|
+
Call nabu.preproc.alignement.CenterOfRotationGrowingWindow.find_shift
|
182
|
+
|
183
|
+
:param TomwerScanBase scan:
|
184
|
+
|
185
|
+
:return:
|
186
|
+
"""
|
187
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
188
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
189
|
+
|
190
|
+
projection_angles = scan.get_proj_angle_url()
|
191
|
+
projection_angles_i = {
|
192
|
+
value.path(): key for key, value in projection_angles.items()
|
193
|
+
}
|
194
|
+
url_radio_1, url_radio_2 = AxisTask.get_inputs_urls(scan=scan)
|
195
|
+
angle_radio_1 = float(projection_angles_i[url_radio_1.url.path()])
|
196
|
+
angle_radio_2 = float(projection_angles_i[url_radio_2.url.path()])
|
197
|
+
radio_angles = tuple(numpy.radians((angle_radio_1, angle_radio_2)))
|
198
|
+
|
199
|
+
corfinder = CORFinder(
|
200
|
+
dataset_info=adapt_tomwer_scan_to_nabu(scan),
|
201
|
+
method="growing-window",
|
202
|
+
do_flatfield=has_darks and has_flats,
|
203
|
+
cor_options=scan.axis_params.get_nabu_cor_options_as_dict(),
|
204
|
+
radio_angles=radio_angles,
|
205
|
+
logger=_logger,
|
206
|
+
)
|
207
|
+
res = corfinder.find_cor() # Returns absolute cor
|
208
|
+
if isinstance(res, numpy.ndarray):
|
209
|
+
if len(res) == 1:
|
210
|
+
res = res[0]
|
211
|
+
else:
|
212
|
+
raise ValueError(
|
213
|
+
"nabu rsult is expected to be a scalar, numpy array found. Please upgrade nabu this issue is expected to be solved"
|
214
|
+
)
|
215
|
+
|
216
|
+
return _absolute_pos_to_relative_with_warning(
|
217
|
+
absolute_pos=res, det_width=scan.dim_1
|
218
|
+
)
|
219
|
+
|
220
|
+
|
177
221
|
def compute_cor_nabu_growing_window_sinogram(
|
178
222
|
scan: TomwerScanBase,
|
179
223
|
):
|
@@ -322,13 +366,7 @@ def compute_scan_cor_nabu_growing_window(scan):
|
|
322
366
|
if scan.axis_params.use_sinogram:
|
323
367
|
return compute_cor_nabu_growing_window_sinogram(scan=scan)
|
324
368
|
else:
|
325
|
-
return
|
326
|
-
radio_1=radio_1.copy(),
|
327
|
-
radio_2=radio_2.copy(),
|
328
|
-
side=scan.axis_params.side,
|
329
|
-
padding_mode=scan.axis_params.padding_mode,
|
330
|
-
flip_frame_2_lr=scan.axis_params.flip_lr,
|
331
|
-
)
|
369
|
+
return compute_cor_nabu_growing_window_radios(scan=scan)
|
332
370
|
|
333
371
|
|
334
372
|
def compute_cor_nabu_sliding_window(
|
@@ -367,6 +405,42 @@ def compute_cor_nabu_sliding_window(
|
|
367
405
|
return res
|
368
406
|
|
369
407
|
|
408
|
+
def compute_cor_nabu_sliding_window_radios(
|
409
|
+
scan,
|
410
|
+
):
|
411
|
+
"""
|
412
|
+
Call nabu.preproc.alignement.CenterOfRotationGrowingWindow.find_shift
|
413
|
+
|
414
|
+
:param TomwerScanBase scan:
|
415
|
+
|
416
|
+
:return:
|
417
|
+
"""
|
418
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
419
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
420
|
+
|
421
|
+
projection_angles = scan.get_proj_angle_url()
|
422
|
+
projection_angles_i = {
|
423
|
+
value.path(): key for key, value in projection_angles.items()
|
424
|
+
}
|
425
|
+
url_radio_1, url_radio_2 = AxisTask.get_inputs_urls(scan=scan)
|
426
|
+
angle_radio_1 = float(projection_angles_i[url_radio_1.url.path()])
|
427
|
+
angle_radio_2 = float(projection_angles_i[url_radio_2.url.path()])
|
428
|
+
radio_angles = tuple(numpy.radians((angle_radio_1, angle_radio_2)))
|
429
|
+
|
430
|
+
corfinder = CORFinder(
|
431
|
+
dataset_info=adapt_tomwer_scan_to_nabu(scan),
|
432
|
+
method="sliding-window",
|
433
|
+
do_flatfield=has_darks and has_flats,
|
434
|
+
cor_options=scan.axis_params.get_nabu_cor_options_as_dict(),
|
435
|
+
radio_angles=radio_angles,
|
436
|
+
logger=_logger,
|
437
|
+
)
|
438
|
+
res = corfinder.find_cor() # Returns absolute cor.
|
439
|
+
return _absolute_pos_to_relative_with_warning(
|
440
|
+
absolute_pos=res, det_width=scan.dim_1
|
441
|
+
)
|
442
|
+
|
443
|
+
|
370
444
|
def compute_cor_nabu_sliding_window_sinogram(
|
371
445
|
scan,
|
372
446
|
):
|
@@ -422,13 +496,7 @@ def compute_scan_cor_nabu_sliding_window(scan):
|
|
422
496
|
if scan.axis_params.use_sinogram:
|
423
497
|
return compute_cor_nabu_sliding_window_sinogram(scan=scan)
|
424
498
|
else:
|
425
|
-
return
|
426
|
-
radio_1=radio_1.copy(),
|
427
|
-
radio_2=radio_2.copy(),
|
428
|
-
side=scan.axis_params.side,
|
429
|
-
padding_mode=scan.axis_params.padding_mode,
|
430
|
-
flip_frame_2_lr=scan.axis_params.flip_lr,
|
431
|
-
)
|
499
|
+
return compute_cor_nabu_sliding_window_radios(scan=scan)
|
432
500
|
|
433
501
|
|
434
502
|
def compute_scan_fourier_angles(scan):
|
@@ -453,6 +521,45 @@ def compute_scan_fourier_angles(scan):
|
|
453
521
|
)
|
454
522
|
|
455
523
|
|
524
|
+
def compute_scan_octave_accurate_radios(
|
525
|
+
scan,
|
526
|
+
):
|
527
|
+
"""
|
528
|
+
Call nabu.preproc.alignement.CenterOfRotationGrowingWindow.find_shift
|
529
|
+
|
530
|
+
:param TomwerScanBase scan:
|
531
|
+
|
532
|
+
:return:
|
533
|
+
"""
|
534
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
535
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
536
|
+
|
537
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
538
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
539
|
+
|
540
|
+
projection_angles = scan.get_proj_angle_url()
|
541
|
+
projection_angles_i = {
|
542
|
+
value.path(): key for key, value in projection_angles.items()
|
543
|
+
}
|
544
|
+
url_radio_1, url_radio_2 = AxisTask.get_inputs_urls(scan=scan)
|
545
|
+
angle_radio_1 = float(projection_angles_i[url_radio_1.url.path()])
|
546
|
+
angle_radio_2 = float(projection_angles_i[url_radio_2.url.path()])
|
547
|
+
radio_angles = tuple(numpy.radians((angle_radio_1, angle_radio_2)))
|
548
|
+
|
549
|
+
corfinder = CORFinder(
|
550
|
+
dataset_info=adapt_tomwer_scan_to_nabu(scan),
|
551
|
+
method="octave-accurate",
|
552
|
+
do_flatfield=has_darks and has_flats,
|
553
|
+
cor_options=scan.axis_params.get_nabu_cor_options_as_dict(),
|
554
|
+
radio_angles=radio_angles,
|
555
|
+
logger=_logger,
|
556
|
+
)
|
557
|
+
res = corfinder.find_cor()
|
558
|
+
return _absolute_pos_to_relative_with_warning(
|
559
|
+
absolute_pos=res, det_width=scan.dim_1
|
560
|
+
)
|
561
|
+
|
562
|
+
|
456
563
|
def compute_scan_octave_accurate(scan):
|
457
564
|
"""
|
458
565
|
Compute center of rotation from `octave-accurate` algorithm
|
@@ -478,6 +585,42 @@ def compute_scan_octave_accurate(scan):
|
|
478
585
|
return res
|
479
586
|
|
480
587
|
|
588
|
+
def compute_cor_nabu_centered_radios(
|
589
|
+
scan,
|
590
|
+
):
|
591
|
+
"""
|
592
|
+
Call nabu.preproc.alignement.CenterOfRotationGrowingWindow.find_shift
|
593
|
+
|
594
|
+
:param TomwerScanBase scan:
|
595
|
+
|
596
|
+
:return:
|
597
|
+
"""
|
598
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
599
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
600
|
+
|
601
|
+
projection_angles = scan.get_proj_angle_url()
|
602
|
+
projection_angles_i = {
|
603
|
+
value.path(): key for key, value in projection_angles.items()
|
604
|
+
}
|
605
|
+
url_radio_1, url_radio_2 = AxisTask.get_inputs_urls(scan=scan)
|
606
|
+
angle_radio_1 = float(projection_angles_i[url_radio_1.url.path()])
|
607
|
+
angle_radio_2 = float(projection_angles_i[url_radio_2.url.path()])
|
608
|
+
radio_angles = tuple(numpy.radians((angle_radio_1, angle_radio_2)))
|
609
|
+
|
610
|
+
corfinder = CORFinder(
|
611
|
+
dataset_info=adapt_tomwer_scan_to_nabu(scan),
|
612
|
+
method="centered",
|
613
|
+
do_flatfield=has_darks and has_flats,
|
614
|
+
cor_options=scan.axis_params.get_nabu_cor_options_as_dict(),
|
615
|
+
radio_angles=radio_angles,
|
616
|
+
logger=_logger,
|
617
|
+
)
|
618
|
+
res = corfinder.find_cor()
|
619
|
+
return _absolute_pos_to_relative_with_warning(
|
620
|
+
absolute_pos=res, det_width=scan.dim_1
|
621
|
+
)
|
622
|
+
|
623
|
+
|
481
624
|
def compute_cor_nabu_centered(
|
482
625
|
radio_1: numpy.ndarray,
|
483
626
|
radio_2: numpy.ndarray,
|
@@ -532,12 +675,7 @@ def compute_scan_cor_nabu_centered(scan):
|
|
532
675
|
"mode %s" % scan.axis_params.padding_mode
|
533
676
|
)
|
534
677
|
|
535
|
-
return
|
536
|
-
radio_1=radio_1.copy(),
|
537
|
-
radio_2=radio_2.copy(),
|
538
|
-
padding_mode=scan.axis_params.padding_mode,
|
539
|
-
flip_frame_2_lr=scan.axis_params.flip_lr,
|
540
|
-
)
|
678
|
+
return compute_cor_nabu_centered_radios(scan)
|
541
679
|
|
542
680
|
|
543
681
|
def compute_cor_nabu_global(
|
@@ -567,6 +705,42 @@ def compute_cor_nabu_global(
|
|
567
705
|
)
|
568
706
|
|
569
707
|
|
708
|
+
def compute_cor_nabu_global_radios(
|
709
|
+
scan: TomwerScanBase,
|
710
|
+
):
|
711
|
+
"""
|
712
|
+
Call nabu.preproc.alignement.CenterOfRotationGrowingWindow.find_shift
|
713
|
+
|
714
|
+
:param TomwerScanBase scan:
|
715
|
+
|
716
|
+
:return:
|
717
|
+
"""
|
718
|
+
has_darks = scan.reduced_darks is not None and len(scan.reduced_darks) > 0
|
719
|
+
has_flats = scan.reduced_flats is not None and len(scan.reduced_flats) > 0
|
720
|
+
|
721
|
+
projection_angles = scan.get_proj_angle_url()
|
722
|
+
projection_angles_i = {
|
723
|
+
value.path(): key for key, value in projection_angles.items()
|
724
|
+
}
|
725
|
+
url_radio_1, url_radio_2 = AxisTask.get_inputs_urls(scan=scan)
|
726
|
+
angle_radio_1 = float(projection_angles_i[url_radio_1.url.path()])
|
727
|
+
angle_radio_2 = float(projection_angles_i[url_radio_2.url.path()])
|
728
|
+
radio_angles = tuple(numpy.radians((angle_radio_1, angle_radio_2)))
|
729
|
+
|
730
|
+
corfinder = CORFinder(
|
731
|
+
dataset_info=adapt_tomwer_scan_to_nabu(scan),
|
732
|
+
method="global",
|
733
|
+
do_flatfield=has_darks and has_flats,
|
734
|
+
cor_options=scan.axis_params.get_nabu_cor_options_as_dict(),
|
735
|
+
radio_angles=radio_angles,
|
736
|
+
logger=_logger,
|
737
|
+
)
|
738
|
+
res = corfinder.find_cor()
|
739
|
+
return _absolute_pos_to_relative_with_warning(
|
740
|
+
absolute_pos=res, det_width=scan.dim_1
|
741
|
+
)
|
742
|
+
|
743
|
+
|
570
744
|
def compute_scan_cor_nabu_global(scan):
|
571
745
|
"""
|
572
746
|
Call to nabu.preproc.alignment.CenterOfRotation from the scan axis_params
|
@@ -585,13 +759,7 @@ def compute_scan_cor_nabu_global(scan):
|
|
585
759
|
"compute scan axis from nabu CenterOfRotation with padding "
|
586
760
|
"mode %s" % scan.axis_params.padding_mode
|
587
761
|
)
|
588
|
-
|
589
|
-
return compute_cor_nabu_global(
|
590
|
-
radio_1=radio_1.copy(),
|
591
|
-
radio_2=radio_2.copy(),
|
592
|
-
padding_mode=scan.axis_params.padding_mode,
|
593
|
-
flip_frame_2_lr=scan.axis_params.flip_lr,
|
594
|
-
)
|
762
|
+
return compute_cor_nabu_global_radios(scan)
|
595
763
|
|
596
764
|
|
597
765
|
def get_stdmax_column(x: numpy.ndarray) -> float:
|
@@ -996,7 +1164,7 @@ class AxisTask(
|
|
996
1164
|
:return:
|
997
1165
|
"""
|
998
1166
|
if entry is None:
|
999
|
-
with HDF5File(process_file, "r", swmr=
|
1167
|
+
with HDF5File(process_file, "r", swmr=get_swmr_mode()) as h5f:
|
1000
1168
|
entries = AxisTask._get_process_nodes(root_node=h5f, process=AxisTask)
|
1001
1169
|
if len(entries) == 0:
|
1002
1170
|
_logger.info("unable to find a Axis process in %s" % process_file)
|
@@ -1007,7 +1175,7 @@ class AxisTask(
|
|
1007
1175
|
entry = list(entries.keys())[0]
|
1008
1176
|
_logger.info("take %s as default entry" % entry)
|
1009
1177
|
|
1010
|
-
with HDF5File(process_file, "r", swmr=
|
1178
|
+
with HDF5File(process_file, "r", swmr=get_swmr_mode()) as h5f:
|
1011
1179
|
axis_nodes = AxisTask._get_process_nodes(
|
1012
1180
|
root_node=h5f[entry], process=AxisTask
|
1013
1181
|
)
|
@@ -905,14 +905,17 @@ class AxisRP:
|
|
905
905
|
self.side = "near"
|
906
906
|
request_side = len(AXIS_MODE_METADATAS[self.mode].valid_sides) > 0
|
907
907
|
if request_side:
|
908
|
-
|
908
|
+
|
909
|
+
if self.side == "near":
|
910
|
+
options["side"] = self.composite_options.get(
|
911
|
+
"near_pos", self.estimated_cor
|
912
|
+
)
|
913
|
+
else:
|
914
|
+
options["side"] = self.side
|
915
|
+
|
909
916
|
if self.side == "near":
|
910
|
-
near_pos = self.composite_options.get("near_pos", 0.0)
|
911
917
|
near_width = self.composite_options.get("near_width", 20.0)
|
912
|
-
options["near_pos"] = near_pos
|
913
918
|
options["near_width"] = near_width
|
914
|
-
else:
|
915
|
-
options["near_pos"] = "ignore"
|
916
919
|
|
917
920
|
# append "extra_cor_options" to already handled cor options
|
918
921
|
extra_cor_options = self.extra_cor_options.replace(" ", "")
|
@@ -45,7 +45,7 @@ import numpy
|
|
45
45
|
from silx.io.url import DataUrl
|
46
46
|
from sluurp.executor import submit as submit_to_slurm_cluster
|
47
47
|
from sluurp.job import SBatchScriptJob
|
48
|
-
from tomoscan.io import HDF5File
|
48
|
+
from tomoscan.io import HDF5File, get_swmr_mode
|
49
49
|
from tomoscan.normalization import Method as INormMethod
|
50
50
|
from tomoscan.identifier import VolumeIdentifier
|
51
51
|
|
@@ -582,7 +582,7 @@ class _NabuBaseReconstructor:
|
|
582
582
|
dataset_url = DataUrl(path=dataset_url)
|
583
583
|
if os.path.exists(dataset_url.file_path()):
|
584
584
|
with HDF5File(
|
585
|
-
dataset_url.file_path(), mode="r", swmr=
|
585
|
+
dataset_url.file_path(), mode="r", swmr=get_swmr_mode()
|
586
586
|
) as h5f:
|
587
587
|
if dataset_url.data_path() not in h5f:
|
588
588
|
dataset_url = None
|
@@ -84,7 +84,7 @@ from processview.core.superviseprocess import SuperviseProcess
|
|
84
84
|
from silx.io.dictdump import h5todict
|
85
85
|
from silx.io.utils import h5py_read_dataset
|
86
86
|
from silx.utils.enum import Enum as _Enum
|
87
|
-
from tomoscan.io import HDF5File
|
87
|
+
from tomoscan.io import HDF5File, get_swmr_mode
|
88
88
|
|
89
89
|
from tomwer.core.process.task import Task
|
90
90
|
from tomwer.core.scan.edfscan import EDFTomoScan
|
@@ -494,7 +494,7 @@ class NabuSlicesTask(
|
|
494
494
|
:rtype:dict
|
495
495
|
"""
|
496
496
|
if entry is None:
|
497
|
-
with HDF5File(process_file, "r", swmr=
|
497
|
+
with HDF5File(process_file, "r", swmr=get_swmr_mode()) as h5f:
|
498
498
|
entries = NabuSlicesTask._get_process_nodes(
|
499
499
|
root_node=h5f, process=NabuSlicesTask
|
500
500
|
)
|
@@ -510,7 +510,7 @@ class NabuSlicesTask(
|
|
510
510
|
configuration_path = None
|
511
511
|
res = {}
|
512
512
|
|
513
|
-
with HDF5File(process_file, "r", swmr=
|
513
|
+
with HDF5File(process_file, "r", swmr=get_swmr_mode()) as h5f:
|
514
514
|
nabu_nodes = NabuSlicesTask._get_process_nodes(
|
515
515
|
root_node=h5f[entry], process=NabuSlicesTask
|
516
516
|
)
|
@@ -845,7 +845,7 @@ class SingleSliceRunner(_NabuBaseReconstructor):
|
|
845
845
|
basename, _ = os.path.splitext(scan.master_file)
|
846
846
|
basename = os.path.basename(basename)
|
847
847
|
try:
|
848
|
-
with HDF5File(scan.master_file, mode="r", swmr=
|
848
|
+
with HDF5File(scan.master_file, mode="r", swmr=get_swmr_mode()) as h5f:
|
849
849
|
if len(h5f.keys()) > 1:
|
850
850
|
# if there is more than one entry in the file append the entry name to the file basename
|
851
851
|
basename = "_".join((basename, scan.entry.lstrip("/")))
|
@@ -45,7 +45,7 @@ from processview.core.superviseprocess import SuperviseProcess
|
|
45
45
|
from silx.io.utils import h5py_read_dataset
|
46
46
|
from tomwer.core.utils.deprecation import deprecated_warning
|
47
47
|
|
48
|
-
from tomoscan.io import HDF5File
|
48
|
+
from tomoscan.io import HDF5File, get_swmr_mode
|
49
49
|
|
50
50
|
from tomwer.core.cluster.cluster import SlurmClusterConfiguration
|
51
51
|
from tomwer.core.futureobject import FutureTomwerObject
|
@@ -352,7 +352,9 @@ class VolumeRunner(_NabuBaseReconstructor):
|
|
352
352
|
basename = os.path.basename(basename)
|
353
353
|
try:
|
354
354
|
# if there is more than one entry in the file append the entry name to the file basename
|
355
|
-
with HDF5File(
|
355
|
+
with HDF5File(
|
356
|
+
self.scan.master_file, mode="r", swmr=get_swmr_mode()
|
357
|
+
) as h5f:
|
356
358
|
if len(h5f.keys()) > 1:
|
357
359
|
basename = "_".join((basename, self.scan.entry.strip("/")))
|
358
360
|
except Exception:
|