tomwer 1.3.10__tar.gz → 1.3.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tomwer-1.3.10/tomwer.egg-info → tomwer-1.3.16}/PKG-INFO +4 -4
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +1 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/setup.cfg +3 -3
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -9
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +34 -6
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuscores.py +1 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuslices.py +2 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/utils.py +2 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/saaxis.py +2 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +2 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/task.py +1 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/selectorwidgetbase.py +3 -1
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/nxtomoeditor.py +28 -20
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/test/test_nx_editor.py +58 -1
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/qfolderdialog.py +4 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/axis.py +16 -13
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/radioaxis.py +3 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +11 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +16 -14
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/saaxis.py +2 -2
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +10 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/version.py +1 -1
- {tomwer-1.3.10 → tomwer-1.3.16/tomwer.egg-info}/PKG-INFO +4 -4
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/requires.txt +1 -1
- {tomwer-1.3.10 → tomwer-1.3.16}/LICENSE +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/MANIFEST.in +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/README.rst +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/orange/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/orange/managedprocess.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/orange/settings.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/state_summary.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/icat_publication.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListenerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TomoObjSerieOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSymLinkOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_dark_flat_patch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_upgrader.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_nxtomo_editor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/PublishProcessedDataOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/setup.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/__main__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/config.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/environ.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/mainwindow.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/splash.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/darkref.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/darkrefpatch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/diffframe.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/imagekeyeditor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/imagekeyupgrader.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/intensitynormalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/multicor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/multipag.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/nabuapp.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/nxtomoeditor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/patchrawdarkflat.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/radiostack.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/reducedarkflat.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/rsync.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/samplemoved.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/scanviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/sinogramviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/slicestack.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/stopdatalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/app/zstitching.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/cluster/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/cluster/cluster.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/futureobject.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/log/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/log/logger.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/log/processlog.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/cluster/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/cluster/supervisor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/conditions/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/conditions/filters.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datadiscovery.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/datalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/status.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/emailnotifier.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/nxtomomill.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/scanlist.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/scanselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/scantransfer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/scanvalidator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/singletomoobj.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/test/test_concatenate_nxtomos.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/test/test_email.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/test/test_h52nx_process.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/test/test_volume_link.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/timer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/tomoobjserie.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/volumeselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/control/volumesymlink.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/edit/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/edit/darkflatpatch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/createscreenshots.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/gallery.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/icatbase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/publish.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/icat/screenshots.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/output.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/mode.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefs.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabucommon.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/plane.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/target.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/output.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/paramsbase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/scores.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_axis_params.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref_copy.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_paramsbase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/cor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/script/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/script/python.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/stitching/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/stitching/metadataholder.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/stitching/nabustitcher.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_conditions.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_dark_and_flat.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_data_listener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_data_transfer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_data_watcher.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_nabu.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_normalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/test/test_timer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/dataviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/diffviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/imagestackviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/liveslice.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/radiostack.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/samplemoved.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/sinogramviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/slicestack.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/process/visualization/volumeviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/progress.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/blissscan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/edfscan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/futurescan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/hdf5scan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/helicalmetadata.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/nxtomoscan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/scanbase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/scanfactory.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/scantype.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/test_edf.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/test_future_scan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/test_h5.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/test_process_registration.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/scan/test/test_scan.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/settings.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/signal.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/test/test_scanutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/test/test_utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/tomwer_object.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/Singleton.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/char.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/deprecation.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/dictutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/ftseriesutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/gpu.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/image.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/lbsram.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/locker.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/logconfig.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/normalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/nxtomoutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/resource.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/scanutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/slurm.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/spec.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/threads.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/time.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/utils/volumeutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/edfvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/hdf5volume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/jp2kvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/rawvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/tiffvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/volumebase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/core/volume/volumefactory.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/slurm.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/supervisor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_cluster.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_supervisor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/conditions/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/conditions/filter.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/configuration/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/configuration/action.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/configuration/level.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/actions.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datadiscovery.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datalist.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datareacheractions.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datatransfert.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datavalidator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/configuration.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/controlwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcher.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/emailnotifier.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/history.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/nxtomomill.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/observations.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/reducedarkflatselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/scanselectorwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/serie/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/serie/nxtomoconcatenate.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/serie/seriecreator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/serie/seriewaiter.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/singletomoobj.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_datadiscovery.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalist.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_datavalidator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_email.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_inputwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_process_manager.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_reducedarkflat_selector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanvalidator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_single_tomo_obj.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_volume_dialog.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/test/test_volumeselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/control/volumeselectorwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/debugtools/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/debugtools/datasetgenerator.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/debugtools/objectinspector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/dkrfpatch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/nxtomowarmer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/test/test_dkrf_patch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/edit/test/test_image_key_editor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/icat/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/icat/createscreenshots.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/icat/gallery.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/icat/publish.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/icons.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/illustrations.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/imagefromfile.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/qconfigfile.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/qlefilesystem.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/CompareImages.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/castvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/check.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/helical.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slices.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/volume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/intensity.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/corrangeselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/control.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/scoreplot.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_nabu.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_saaxis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_sadeltabeta.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/samplemoved/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/samplemoved/selectiontable.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/settings.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stackplot.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stacks.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/action.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/axisorderedlist.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/axisparams.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/output.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/metadataholder.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/normalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/stitchandbackground.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/stitching.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_preview.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_raw.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/test/test_axis_gui.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/test/test_qfolder_dialog.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/buttons.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/completer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/flow.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/illustrations.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/inputwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/lineselector.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/qt_utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/sandboxes.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/scandescription.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/scrollarea.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/slider.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/splashscreen.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/step.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/unitsystem.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/vignettes.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/utils/waiterthread.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/dataviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/fullscreenplot.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/nxtomometadata.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/reconstructionparameters.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/scanoverview.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/sinogramviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_stacks.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_volumeviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/tomoobjoverview.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/volumeoverview.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/gui/visualization/volumeviewer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/utils/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/utils/h5pyutils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/utils/raw_and_processed_data.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/utils/tomoobj.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/io/utils/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/history.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/hourglass.npy +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/loop.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/sinogram.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/switch.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer_large.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.png +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/no_rot.svg +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/darkref.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/datalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/datatransfert.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/imageloaderthread.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/rsyncmanager.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/saaxis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/sadeltabeta.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/control/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/control/datalistener.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/darkflatpatch.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/imagekeyeditor.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/processingstack.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/castvolume.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/test/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/test/test_darkRefs.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/test/test_foldertransfer.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/utils/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/synctools/utils/scanstages.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/conftest.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/datasets.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/test_scripts.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/test_utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/tests/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/third_part/WaitingOverlay.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/third_part/__init__.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer/utils.py +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/SOURCES.txt +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/dependency_links.txt +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/entry_points.txt +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/namespace_packages.txt +0 -0
- {tomwer-1.3.10 → tomwer-1.3.16}/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.16
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: data analysis unit
|
@@ -18,8 +18,8 @@ Classifier: Operating System :: POSIX
|
|
18
18
|
Classifier: Natural Language :: English
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
21
|
-
Requires-Python: >=3.
|
22
|
-
Description-Content-Type: text/
|
21
|
+
Requires-Python: >=3.8
|
22
|
+
Description-Content-Type: text/x-rst
|
23
23
|
License-File: LICENSE
|
24
24
|
Requires-Dist: numpy
|
25
25
|
Requires-Dist: setuptools
|
@@ -30,7 +30,7 @@ Requires-Dist: nxtomo>=1.2.3rc1
|
|
30
30
|
Requires-Dist: nxtomomill>=1.0dev
|
31
31
|
Requires-Dist: processview>=1.3
|
32
32
|
Requires-Dist: ewoks>=0.1.1
|
33
|
-
Requires-Dist: ewoksorange
|
33
|
+
Requires-Dist: ewoksorange<0.7,>=0.6
|
34
34
|
Requires-Dist: sluurp>=0.3.3
|
35
35
|
Requires-Dist: packaging
|
36
36
|
Requires-Dist: flufl-lock
|
{tomwer-1.3.10 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py
RENAMED
@@ -152,6 +152,7 @@ class DarkRefAndCopyOW(SuperviseOW, WidgetLongProcessing):
|
|
152
152
|
self.widget.recons_params.sigChanged.connect(self._updateSettingsVals)
|
153
153
|
self.widget.sigModeAutoChanged.connect(self._updateSettingsVals)
|
154
154
|
self.widget.sigCopyActivationChanged.connect(self._updateSettingsVals)
|
155
|
+
self.widget.sigClearCache.connect(self._processing_stack.clear_cache)
|
155
156
|
self._processing_stack.sigComputationStarted.connect(self._startProcessing)
|
156
157
|
self._processing_stack.sigComputationEnded.connect(self._endProcessing)
|
157
158
|
self._processing_stack.sigRefSetted.connect(self.widget.setRefSetBy)
|
@@ -5,7 +5,7 @@ author = data analysis unit
|
|
5
5
|
author_email = henri.payno@esrf.fr
|
6
6
|
description = "tomography workflow tools"
|
7
7
|
long_description = file: README.rst
|
8
|
-
long_description_content_type = text/
|
8
|
+
long_description_content_type = text/x-rst
|
9
9
|
license = MIT
|
10
10
|
url = https://gitlab.esrf.fr/tomotools/tomwer
|
11
11
|
project_urls =
|
@@ -26,7 +26,7 @@ keywords =
|
|
26
26
|
|
27
27
|
[options]
|
28
28
|
packages = find:
|
29
|
-
python_requires = >=3.
|
29
|
+
python_requires = >=3.8
|
30
30
|
install_requires =
|
31
31
|
numpy
|
32
32
|
setuptools
|
@@ -37,7 +37,7 @@ install_requires =
|
|
37
37
|
nxtomomill>=1.0dev
|
38
38
|
processview>=1.3
|
39
39
|
ewoks>=0.1.1
|
40
|
-
ewoksorange
|
40
|
+
ewoksorange >=0.6, <0.7
|
41
41
|
sluurp>=0.3.3
|
42
42
|
packaging
|
43
43
|
flufl-lock
|
@@ -50,15 +50,6 @@ except ImportError:
|
|
50
50
|
has_rsync = True
|
51
51
|
|
52
52
|
|
53
|
-
def get_info_val(lines, key):
|
54
|
-
r = range(len(lines))
|
55
|
-
key = key + "="
|
56
|
-
for i in r:
|
57
|
-
if key in lines[i]:
|
58
|
-
val = float(lines[i].split("=")[1])
|
59
|
-
return val
|
60
|
-
|
61
|
-
|
62
53
|
class _DataWatcherEDFProcess(_DataWatcherProcess):
|
63
54
|
"""
|
64
55
|
Base class for edf acquisition observation
|
@@ -34,6 +34,7 @@ __date__ = "17/08/2021"
|
|
34
34
|
|
35
35
|
import logging
|
36
36
|
import os
|
37
|
+
import h5py
|
37
38
|
import tempfile
|
38
39
|
from typing import Union
|
39
40
|
|
@@ -198,10 +199,37 @@ class DarkRefsCopy(DarkRefsTask):
|
|
198
199
|
update_mode="replace",
|
199
200
|
)
|
200
201
|
|
202
|
+
def clear_cache(self):
|
203
|
+
"""
|
204
|
+
remove the file used to cache the reduced darks / flats.
|
205
|
+
This can be used in the case it contain unrelevant data. Like frame with another shape...
|
206
|
+
"""
|
207
|
+
cache_file = DarkRefsCopy.get_save_file(self._savedir)
|
208
|
+
if os.path.exists(cache_file):
|
209
|
+
os.remove(cache_file)
|
210
|
+
|
211
|
+
def _clear_cache_data_path(self, file_path: str, data_path: str):
|
212
|
+
if not os.path.exists(file_path):
|
213
|
+
return
|
214
|
+
with h5py.File(file_path, mode="a") as h5f:
|
215
|
+
if data_path in h5f:
|
216
|
+
del h5f[data_path]
|
217
|
+
|
201
218
|
def set_darks_and_flats_from_scan(self, scan: TomwerScanBase) -> bool:
|
202
|
-
|
219
|
+
has_flats = scan.reduced_flats not in (None, {})
|
220
|
+
has_darks = scan.reduced_darks not in (None, {})
|
221
|
+
if has_flats and has_darks:
|
222
|
+
# if the scan has darks and flats remove directly the cache file
|
223
|
+
# else in append mode HDF5 is not removing the dataset and
|
224
|
+
# the cache size will continue to increase
|
225
|
+
self.clear_cache()
|
226
|
+
if not has_flats:
|
203
227
|
logger.warning(f"No flat found for {scan}. Unable to copy them")
|
204
228
|
else:
|
229
|
+
self._clear_cache_data_path(
|
230
|
+
file_path=self._flats_url.file_path(),
|
231
|
+
data_path=self._flats_url.data_path(),
|
232
|
+
)
|
205
233
|
dicttoh5(
|
206
234
|
scan.reduced_flats,
|
207
235
|
h5file=self._flats_url.file_path(),
|
@@ -209,9 +237,13 @@ class DarkRefsCopy(DarkRefsTask):
|
|
209
237
|
mode="a",
|
210
238
|
update_mode="replace",
|
211
239
|
)
|
212
|
-
if
|
240
|
+
if not has_darks:
|
213
241
|
logger.warning(f"No dark found for {scan}. Unable to copy them")
|
214
242
|
else:
|
243
|
+
self._clear_cache_data_path(
|
244
|
+
file_path=self._darks_url.file_path(),
|
245
|
+
data_path=self._darks_url.data_path(),
|
246
|
+
)
|
215
247
|
dicttoh5(
|
216
248
|
scan.reduced_darks,
|
217
249
|
h5file=self._darks_url.file_path(),
|
@@ -247,10 +279,6 @@ class DarkRefsCopy(DarkRefsTask):
|
|
247
279
|
overwrite=True,
|
248
280
|
)
|
249
281
|
|
250
|
-
def clean_save_files(self):
|
251
|
-
if os.path.exists(self._save_file):
|
252
|
-
os.remove(self._save_file)
|
253
|
-
|
254
282
|
def run(self):
|
255
283
|
"""
|
256
284
|
This is function triggered when a new scan / data is received.
|
@@ -962,6 +962,8 @@ class NabuSliceMode(_Enum):
|
|
962
962
|
n_slice = scan.dim_2 or 2048
|
963
963
|
elif axis in (NabuPlane.YZ, NabuPlane.XZ):
|
964
964
|
n_slice = scan.dim_1 or 2048
|
965
|
+
else:
|
966
|
+
raise NotImplementedError(f"unknow axis {axis}")
|
965
967
|
res.append(n_slice // 2)
|
966
968
|
else:
|
967
969
|
raise ValueError(
|
@@ -156,7 +156,9 @@ class _SelectorWidget(qt.QMainWindow):
|
|
156
156
|
|
157
157
|
def removeSelectedDatasets(self):
|
158
158
|
sItem = self.dataList.selectedItems()
|
159
|
-
selection = [
|
159
|
+
selection = [
|
160
|
+
_item.data(qt.Qt.UserRole).get_identifier().to_str() for _item in sItem
|
161
|
+
]
|
160
162
|
|
161
163
|
with block_signals(self):
|
162
164
|
# make sure sigUpdated is called only once.
|
@@ -574,28 +574,36 @@ class NXtomoEditor(qt.QWidget):
|
|
574
574
|
),
|
575
575
|
solve_empty_dependency=True,
|
576
576
|
)
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
577
|
+
if nexus_paths.nx_detector_paths.NX_TRANSFORMATIONS is not None:
|
578
|
+
# old NXtomo are not handling NX_TRANSFORMATIONS
|
579
|
+
detector_transformation_path = "/".join(
|
580
|
+
(
|
581
|
+
nexus_paths.INSTRUMENT_PATH,
|
582
|
+
nexus_paths.nx_instrument_paths.DETECTOR_PATH,
|
583
|
+
nexus_paths.nx_detector_paths.NX_TRANSFORMATIONS,
|
584
|
+
),
|
585
|
+
)
|
586
|
+
if detector_transformation_path in entry:
|
587
|
+
del entry[detector_transformation_path]
|
588
|
+
|
589
|
+
detector_transformation_path = "/".join(
|
590
|
+
(scan.entry, detector_transformation_path)
|
591
|
+
)
|
592
|
+
else:
|
593
|
+
_logger.debug(
|
594
|
+
"Old version of NXtomo found. No information about transformation will be saved"
|
595
|
+
)
|
596
|
+
detector_transformation_path = None
|
597
|
+
|
598
|
+
if detector_transformation_path is not None:
|
599
|
+
dicttonx(
|
600
|
+
nx_dict,
|
601
|
+
h5file=scan.master_file,
|
602
|
+
h5path=detector_transformation_path,
|
603
|
+
update_mode="replace",
|
604
|
+
mode="a",
|
589
605
|
)
|
590
606
|
|
591
|
-
dicttonx(
|
592
|
-
nx_dict,
|
593
|
-
h5file=scan.master_file,
|
594
|
-
h5path=detector_transformation_path,
|
595
|
-
update_mode="replace",
|
596
|
-
mode="a",
|
597
|
-
)
|
598
|
-
|
599
607
|
# clear caches to make sure all modifications will be considered
|
600
608
|
scan.clear_caches()
|
601
609
|
scan.clear_frames_caches()
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import os
|
2
|
+
import h5py
|
2
3
|
|
3
4
|
import numpy
|
4
5
|
import pytest
|
@@ -252,7 +253,7 @@ def test_nx_editor_lock(
|
|
252
253
|
# 3.0 save the nxtomo
|
253
254
|
widget.overwriteNXtomo()
|
254
255
|
|
255
|
-
# 4.0 check save went
|
256
|
+
# 4.0 check save went well
|
256
257
|
overwrite_nx_tomo = NXtomo().load(
|
257
258
|
file_path=file_path,
|
258
259
|
data_path=entry,
|
@@ -305,3 +306,59 @@ def test_nx_editor_lock(
|
|
305
306
|
"instrument.detector.x_flipped": (False, False),
|
306
307
|
"instrument.detector.y_flipped": (True, False),
|
307
308
|
}
|
309
|
+
|
310
|
+
|
311
|
+
def test_nxtomo_editor_with_missing_paths(
|
312
|
+
tmp_path,
|
313
|
+
qtapp, # noqa F811
|
314
|
+
):
|
315
|
+
"""
|
316
|
+
test widget behavior in the case some nxtomo path don't exist
|
317
|
+
"""
|
318
|
+
|
319
|
+
# create nx tomo with raw data
|
320
|
+
nx_tomo = NXtomo()
|
321
|
+
nx_tomo.instrument.detector.image_key_control = [ImageKey.PROJECTION.value] * 12
|
322
|
+
nx_tomo.instrument.detector.data = numpy.empty(shape=(12, 10, 10))
|
323
|
+
nx_tomo.sample.rotation_angle = numpy.linspace(0, 20, num=12)
|
324
|
+
|
325
|
+
file_path = os.path.join(tmp_path, "nxtomo.nx")
|
326
|
+
entry = "entry0000"
|
327
|
+
nx_tomo.save(
|
328
|
+
file_path=file_path,
|
329
|
+
data_path=entry,
|
330
|
+
)
|
331
|
+
# delete some path that can be missing in some case
|
332
|
+
with h5py.File(file_path, mode="a") as h5f:
|
333
|
+
assert "entry0000" in h5f
|
334
|
+
assert "entry0000/beam" not in h5f
|
335
|
+
assert "entry0000/instrument/beam" not in h5f
|
336
|
+
assert "entry0000/instrument/detector/distance" not in h5f
|
337
|
+
assert "entry0000/instrument/detector/x_pixel_size" not in h5f
|
338
|
+
assert "entry0000/instrument/detector/y_pixel_size" not in h5f
|
339
|
+
assert "entry0000/instrument/detector/transformations" not in h5f
|
340
|
+
|
341
|
+
scan = NXtomoScan(file_path, entry)
|
342
|
+
|
343
|
+
# create the widget and do the edition
|
344
|
+
widget = NXtomoEditor()
|
345
|
+
|
346
|
+
widget.setScan(scan=scan)
|
347
|
+
|
348
|
+
widget._distanceMetricEntry.setValue(0.05)
|
349
|
+
widget._energyEntry.setValue(50)
|
350
|
+
widget._xPixelSizeMetricEntry.setValue(0.02)
|
351
|
+
widget._yPixelSizeMetricEntry.setValue(0.03)
|
352
|
+
|
353
|
+
# overwrite the NXtomo
|
354
|
+
widget.overwriteNXtomo()
|
355
|
+
|
356
|
+
# check save went well
|
357
|
+
overwrite_nx_tomo = NXtomo().load(
|
358
|
+
file_path=file_path,
|
359
|
+
data_path=entry,
|
360
|
+
)
|
361
|
+
assert overwrite_nx_tomo.instrument.detector.x_pixel_size.value == 0.02
|
362
|
+
assert overwrite_nx_tomo.instrument.detector.y_pixel_size.value == 0.03
|
363
|
+
assert overwrite_nx_tomo.energy.value == 50
|
364
|
+
assert overwrite_nx_tomo.instrument.detector.distance.value == 0.05
|
@@ -544,6 +544,10 @@ class QVolumeDialog(qt.QDialog):
|
|
544
544
|
constructor = TIFFVolume
|
545
545
|
elif file_extension in self._JP2K_EXTENSIONS:
|
546
546
|
constructor = JP2KVolume
|
547
|
+
else:
|
548
|
+
raise NotImplementedError(
|
549
|
+
f"unhandled file extension ({file_extension})"
|
550
|
+
)
|
547
551
|
volume = constructor(
|
548
552
|
folder=file_path,
|
549
553
|
volume_basename=None if basename in ("", None) else basename,
|
@@ -31,6 +31,7 @@ __license__ = "MIT"
|
|
31
31
|
__date__ = "14/10/2019"
|
32
32
|
|
33
33
|
|
34
|
+
import numpy
|
34
35
|
import logging
|
35
36
|
from typing import Optional
|
36
37
|
|
@@ -272,6 +273,7 @@ class _AxisWidget(qt.QMainWindow):
|
|
272
273
|
self._axis_params.relative_cor_value,
|
273
274
|
self._axis_params.absolute_cor_value,
|
274
275
|
)
|
276
|
+
self._controlWidget._positionInfo.setAxis(self._axis_params)
|
275
277
|
|
276
278
|
# connect signal / slots
|
277
279
|
self._controlWidget.sigComputationRequest.connect(self.sigComputationRequested)
|
@@ -663,7 +665,13 @@ class _PositionInfoWidget(qt.QWidget):
|
|
663
665
|
if self._relativePositionQLE.text().startswith((".", "?")):
|
664
666
|
return
|
665
667
|
else:
|
666
|
-
|
668
|
+
value = float(self._relativePositionQLE.text())
|
669
|
+
# make sure we only emit the signal if the value changed (and when the Qline has been edited).
|
670
|
+
if self._axis.relative_cor_value is None or (
|
671
|
+
self._axis is not None
|
672
|
+
and not numpy.isclose(value, self._axis.relative_cor_value, atol=1e-3)
|
673
|
+
):
|
674
|
+
self.sigRelativeValueSet.emit(value)
|
667
675
|
|
668
676
|
def _userUpdatedAbsolutePosition(self, *args, **kwargs):
|
669
677
|
palette = self.palette()
|
@@ -675,24 +683,19 @@ class _PositionInfoWidget(qt.QWidget):
|
|
675
683
|
if self._absolutePositionQLE.text().startswith((".", "?")):
|
676
684
|
return
|
677
685
|
else:
|
678
|
-
|
686
|
+
value = float(self._absolutePositionQLE.text())
|
687
|
+
# make sure we only emit the signal if the value changed (and when the Qline has been edited).
|
688
|
+
if self._axis.absolute_cor_value is None or (
|
689
|
+
self._axis is not None
|
690
|
+
and not numpy.isclose(value, self._axis.absolute_cor_value, atol=1e-3)
|
691
|
+
):
|
692
|
+
self.sigAbsolueValueSet.emit(value)
|
679
693
|
|
680
694
|
def setAxis(self, axis):
|
681
695
|
assert isinstance(axis, QAxisRP)
|
682
696
|
if axis == self._axis:
|
683
697
|
return
|
684
|
-
if self._axis is not None:
|
685
|
-
self._axis.sigChanged.disconnect(self._updatePosition)
|
686
698
|
self._axis = axis
|
687
|
-
self._axis.sigChanged.connect(self._updatePosition)
|
688
|
-
self._updatePosition()
|
689
|
-
|
690
|
-
def _updatePosition(self):
|
691
|
-
if self._axis:
|
692
|
-
self.setPosition(
|
693
|
-
relative_cor=self._axis.relative_cor_value,
|
694
|
-
abs_cor=self._axis.absolute_cor_value,
|
695
|
-
)
|
696
699
|
|
697
700
|
def getPosition(self):
|
698
701
|
return float(self._relativePositionQLE.text())
|
@@ -1647,6 +1647,9 @@ class _CalculationWidget(qt.QWidget):
|
|
1647
1647
|
def setEstimatedCorValue(self, value):
|
1648
1648
|
if value is not None:
|
1649
1649
|
self._qleNearPosQLE.setText(str(value))
|
1650
|
+
# note: keep self._axis_params up to date.
|
1651
|
+
if self._axis_params:
|
1652
|
+
self._axis_params.estimated_cor = value
|
1650
1653
|
|
1651
1654
|
def getEstimatedCor(self):
|
1652
1655
|
try:
|
@@ -54,6 +54,7 @@ class DarkRefAndCopyWidget(DarkRefWidget):
|
|
54
54
|
"""Signal emitted when the mode auto change"""
|
55
55
|
sigCopyActivationChanged = qt.Signal()
|
56
56
|
"""Signal emitted when the copy is activated or deactivated"""
|
57
|
+
sigClearCache = qt.Signal()
|
57
58
|
|
58
59
|
def __init__(self, save_dir: str, parent=None, reconsparams=None, process_id=None):
|
59
60
|
DarkRefWidget.__init__(
|
@@ -79,6 +80,7 @@ class DarkRefAndCopyWidget(DarkRefWidget):
|
|
79
80
|
self._refCopyWidget.sigCopyActivationChanged.connect(
|
80
81
|
self._triggerCopyActivation
|
81
82
|
)
|
83
|
+
self._refCopyWidget.sigClearCache.connect(self.sigClearCache)
|
82
84
|
|
83
85
|
def setRefSetBy(self, scan_id: str):
|
84
86
|
self._refCopyWidget._statusBar.showMessage(f"ref set from {scan_id}")
|
@@ -155,6 +157,8 @@ class RefCopyWidget(qt.QGroupBox):
|
|
155
157
|
"""Signal emitted when the mode auto change"""
|
156
158
|
sigCopyActivationChanged = qt.Signal()
|
157
159
|
"""Signal emitted when the copy is activated or deactivated"""
|
160
|
+
sigClearCache = qt.Signal()
|
161
|
+
"""Signal when the cache needs to be cleared"""
|
158
162
|
|
159
163
|
_DEFAULT_DIRECTORY = "/lbsram/data/visitor"
|
160
164
|
"""Default directory used when the user need to set path to references"""
|
@@ -190,6 +194,12 @@ class RefCopyWidget(qt.QGroupBox):
|
|
190
194
|
spacer = qt.QWidget(self)
|
191
195
|
spacer.setSizePolicy(qt.QSizePolicy.Minimum, qt.QSizePolicy.Expanding)
|
192
196
|
self.layout().addWidget(spacer)
|
197
|
+
self._removeCacheFile = qt.QPushButton("clear cache")
|
198
|
+
self._removeCacheFile.setToolTip(
|
199
|
+
"Remove the file used for cacheing reduce dark / flat."
|
200
|
+
)
|
201
|
+
self.layout().addWidget(self._removeCacheFile)
|
202
|
+
|
193
203
|
self.layout().addWidget(self.__createStatusBarGUI())
|
194
204
|
|
195
205
|
self.setModeAuto(True)
|
@@ -201,6 +211,7 @@ class RefCopyWidget(qt.QGroupBox):
|
|
201
211
|
# connect signal / slot
|
202
212
|
self.toggled.connect(self._triggerCopyActivated)
|
203
213
|
self._qcbAutoMode.toggled.connect(self._triggerModeAutoChanged)
|
214
|
+
self._removeCacheFile.released.connect(self.sigClearCache)
|
204
215
|
|
205
216
|
def _triggerCopyActivated(self, *args, **kwargs):
|
206
217
|
self.sigCopyActivationChanged.emit()
|
@@ -40,6 +40,7 @@ from tomwer.core.process.reconstruction.nabu.utils import (
|
|
40
40
|
from tomwer.gui.reconstruction.nabu.nabuconfig.base import _NabuStageConfigBase
|
41
41
|
from tomwer.gui.utils.scrollarea import QComboBoxIgnoreWheel as QComboBox
|
42
42
|
from tomwer.gui.utils.scrollarea import QDoubleSpinBoxIgnoreWheel as QDoubleSpinBox
|
43
|
+
from tomwer.gui.utils.scrollarea import QSpinBoxIgnoreWheel as QSpinBox
|
43
44
|
from tomwer.utils import docstring
|
44
45
|
|
45
46
|
_logger = logging.getLogger(__name__)
|
@@ -104,7 +105,7 @@ class _NabuPreProcessingConfig(_NabuStageConfigBase, qt.QWidget):
|
|
104
105
|
self.layout().addWidget(self._sinoRingCorrectionMthd, 2, 2, 1, 1)
|
105
106
|
self.registerWidget(self._sinoRingCorrectionMthd, "required")
|
106
107
|
|
107
|
-
self._sinoRingsOpts = SinoRingsOptions(parent=self)
|
108
|
+
self._sinoRingsOpts = SinoRingsOptions(parent=self, scrollArea=scrollArea)
|
108
109
|
self.layout().addWidget(self._sinoRingsOpts, 3, 1, 1, 3)
|
109
110
|
|
110
111
|
## ccd filter
|
@@ -187,13 +188,14 @@ class _NabuPreProcessingConfig(_NabuStageConfigBase, qt.QWidget):
|
|
187
188
|
|
188
189
|
# option dedicated to Helical
|
189
190
|
## process file
|
190
|
-
self.
|
191
|
+
self._processFileLabel = qt.QLabel("file containing weights maps", self)
|
192
|
+
self.registerWidget(self._processFileLabel, "advanced")
|
193
|
+
self.layout().addWidget(self._processFileLabel, 20, 0, 1, 1)
|
194
|
+
self._processFileQLE = qt.QLineEdit("", self)
|
195
|
+
self.registerWidget(self._processFileQLE, "advanced")
|
191
196
|
self._processFileQLE.setToolTip(
|
192
197
|
"also know as 'process_file'. If you don't have this file it can be created from the 'helical-prepare-weights' widget"
|
193
198
|
)
|
194
|
-
self.layout().addWidget(self._processFileQLE, 20, 0, 1, 1)
|
195
|
-
self._processFileQLE = qt.QLineEdit("", self)
|
196
|
-
self.registerWidget(self._processFileQLE, "advanced")
|
197
199
|
self.layout().addWidget(self._processFileQLE, 20, 1, 1, 3)
|
198
200
|
|
199
201
|
# style
|
@@ -443,7 +445,7 @@ class _NabuPreProcessingConfig(_NabuStageConfigBase, qt.QWidget):
|
|
443
445
|
class SinoRingsOptions(qt.QWidget):
|
444
446
|
_VO_DIMS = ("horizontaly", "horizontaly and vertically")
|
445
447
|
|
446
|
-
def __init__(self, parent=None, *args, **kwargs):
|
448
|
+
def __init__(self, parent=None, scrollArea=None, *args, **kwargs):
|
447
449
|
super().__init__(parent, *args, **kwargs)
|
448
450
|
self._method = None
|
449
451
|
self.setLayout(qt.QFormLayout())
|
@@ -451,12 +453,12 @@ class SinoRingsOptions(qt.QWidget):
|
|
451
453
|
self.layout().setSpacing(0)
|
452
454
|
# munch parameters
|
453
455
|
self._sigmaMunchLabel = qt.QLabel("sigma", self)
|
454
|
-
self._sigmaMunch =
|
456
|
+
self._sigmaMunch = QDoubleSpinBox(self, scrollArea=scrollArea)
|
455
457
|
self._sigmaMunch.setRange(0.0, 2147483647)
|
456
458
|
self.layout().addRow(self._sigmaMunchLabel, self._sigmaMunch)
|
457
459
|
|
458
460
|
self._levelsMunchLabel = qt.QLabel("levels", self)
|
459
|
-
self._levelsMunch =
|
461
|
+
self._levelsMunch = QSpinBox(self, scrollArea=scrollArea)
|
460
462
|
self._levelsMunch.setRange(0, 2147483647)
|
461
463
|
self.layout().addRow(self._levelsMunchLabel, self._levelsMunch)
|
462
464
|
|
@@ -465,7 +467,7 @@ class SinoRingsOptions(qt.QWidget):
|
|
465
467
|
|
466
468
|
# vo parameters
|
467
469
|
self._snrVOLabel = qt.QLabel("snr", self)
|
468
|
-
self._snrVO =
|
470
|
+
self._snrVO = QDoubleSpinBox(self, scrollArea=scrollArea)
|
469
471
|
self._snrVO.setMinimum(0.0)
|
470
472
|
tooltip = "Ratio used to locate large stripes. Greater is less sensitive."
|
471
473
|
self._snrVO.setToolTip(tooltip)
|
@@ -473,7 +475,7 @@ class SinoRingsOptions(qt.QWidget):
|
|
473
475
|
self.layout().addRow(self._snrVOLabel, self._snrVO)
|
474
476
|
|
475
477
|
self._laSizeVOLabel = qt.QLabel("la_size", self)
|
476
|
-
self._laSizeVO =
|
478
|
+
self._laSizeVO = QSpinBox(self, scrollArea=scrollArea)
|
477
479
|
self._laSizeVO.setMinimum(0)
|
478
480
|
tooltip = "Window size of the median filter to remove large stripes."
|
479
481
|
self._laSizeVO.setToolTip(tooltip)
|
@@ -481,7 +483,7 @@ class SinoRingsOptions(qt.QWidget):
|
|
481
483
|
self.layout().addRow(self._laSizeVOLabel, self._laSizeVO)
|
482
484
|
|
483
485
|
self._smSizeVOLabel = qt.QLabel("sm_size", self)
|
484
|
-
self._smSizeVO =
|
486
|
+
self._smSizeVO = QSpinBox(self, scrollArea=scrollArea)
|
485
487
|
self._smSizeVO.setMinimum(0)
|
486
488
|
tooltip = "Window size of the median filter to remove small-to-medium stripes."
|
487
489
|
self._laSizeVO.setToolTip(tooltip)
|
@@ -489,18 +491,18 @@ class SinoRingsOptions(qt.QWidget):
|
|
489
491
|
self.layout().addRow(self._smSizeVOLabel, self._smSizeVO)
|
490
492
|
|
491
493
|
self._dimVOLabel = qt.QLabel("dimension", self)
|
492
|
-
self._dimVO =
|
494
|
+
self._dimVO = QComboBox(self, scrollArea=scrollArea)
|
493
495
|
self._dimVO.addItems(self._VO_DIMS)
|
494
496
|
self.layout().addRow(self._dimVOLabel, self._dimVO)
|
495
497
|
|
496
498
|
# sino mean deringer
|
497
499
|
self._sigmaLowLabel = qt.QLabel("signal low", self)
|
498
|
-
self._sigmaLow =
|
500
|
+
self._sigmaLow = QDoubleSpinBox(self, scrollArea=scrollArea)
|
499
501
|
self._sigmaLow.setMinimum(0.0)
|
500
502
|
self._sigmaHighLabel = qt.QLabel("signal high", self)
|
501
503
|
self.layout().addRow(self._sigmaLowLabel, self._sigmaLow)
|
502
504
|
|
503
|
-
self._sigmaHigh =
|
505
|
+
self._sigmaHigh = QDoubleSpinBox(self, scrollArea=scrollArea)
|
504
506
|
self._sigmaHigh.setMinimum(0.0)
|
505
507
|
tooltip = (
|
506
508
|
"sigma low and sigma high values are defining the standard deviation of "
|
@@ -66,14 +66,14 @@ class ScorePlot(_ScorePlot, constructor=CorSelection):
|
|
66
66
|
|
67
67
|
def _updateScores(self):
|
68
68
|
scan = self.__scan() if self.__scan else None
|
69
|
+
img_width = None
|
69
70
|
if scan is not None:
|
70
71
|
if scan.saaxis_params:
|
71
72
|
scan.saaxis_params.score_method = self.getScoreMethod()
|
72
73
|
img_width = scan.dim_1
|
73
74
|
# update autofocus
|
74
75
|
SAAxisTask.autofocus(scan)
|
75
|
-
|
76
|
-
img_width = None
|
76
|
+
|
77
77
|
self.setVarScores(
|
78
78
|
scores=self._scores,
|
79
79
|
score_method=self.getScoreMethod(),
|
@@ -30,6 +30,7 @@ import functools
|
|
30
30
|
import logging
|
31
31
|
import shutil
|
32
32
|
import tempfile
|
33
|
+
import os
|
33
34
|
|
34
35
|
from processview.core.manager import DatasetState, ProcessManager
|
35
36
|
from processview.core.superviseprocess import SuperviseProcess
|
@@ -132,6 +133,15 @@ class DarkRefCopyProcessStack(FIFO, qt.QObject):
|
|
132
133
|
def _create_processing_thread(self, process_id=None) -> qt.QThread:
|
133
134
|
return _ProcessingThread(process_id=process_id, save_dir=self._save_dir)
|
134
135
|
|
136
|
+
def clear_cache(self):
|
137
|
+
"""
|
138
|
+
remove the file used to cache the reduced darks / flats.
|
139
|
+
This can be used in the case it contain unrelevant data. Like frame with another shape...
|
140
|
+
"""
|
141
|
+
cache_file = DarkRefsCopy.get_save_file(self._save_dir)
|
142
|
+
if os.path.exists(cache_file):
|
143
|
+
os.remove(cache_file)
|
144
|
+
|
135
145
|
|
136
146
|
class _ProcessingThread(ProcessingThread, SuperviseProcess):
|
137
147
|
"""
|