tomwer 0.5.0b1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- home/payno/.local/share/virtualenvs/tomwer_venv/bin/tomwer +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/__pycache__/setup.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/orange/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/orange/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__init__.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/TestAcquisition.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_axis_reconstruction.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_dark_flat_field.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_dump_widget_canvas.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_folder_transfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_owidgets.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_scanlist_ftserie.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_scanlist_samplemoved.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_workflow_volume.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_axis_reconstruction.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_folder_transfert.py +1 -10
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_workflow_volume.py +96 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/test/utils.py +2 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__init__.py +4 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/setup.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/DataListOW.py +4 -13
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/DataListenerOW.py +60 -18
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +2 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +83 -268
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/FilterOW.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +29 -32
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/OldDataValidatorOW.py +366 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataListOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataListenerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataSelectorOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataTransfertOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataValidatorOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataWatcherOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/FilterOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/NXTomomillOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/OldDataValidatorOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/TimerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/test/__pycache__/test_datalistener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/test/test_datalistener.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +114 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +704 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/other/__init__.py +37 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/other/__pycache__/PythonScriptOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/other/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +113 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +83 -27
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +27 -14
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/FtseriesOW.py +4 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +27 -27
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +357 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/TofuOW.py +7 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/AxisOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/DarkRefAndCopyOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/FtseriesOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/NabuOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/NabuVolumeOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/TofuOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +145 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/test/__pycache__/test_nabu_widget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/test/test_axis.py +136 -43
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/test/test_nabu_widget.py +78 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/setup.py +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_conditions.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_control_flow.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_darkref.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_data_listener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_foldertransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_reconstruction.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_scanvalidator.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_viewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_control_flow.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_darkref.py +5 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_data_listener.py +2 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_foldertransfert.py +2 -66
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_ftseries.py +4 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_scanvalidator.py +88 -31
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +100 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/ImageStackViewerOW.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +77 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/DataViewerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/ImageStackViewerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/LivesliceOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/RadioStackOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/SampleMovedOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/SinogramViewerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/SliceStackOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/VolumeViewerOW.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +165 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/ppfaddon/tomwer/__init__.py +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/ppfaddon/tomwer/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/ppfaddon/tomwer/__pycache__/aliases.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/ppfaddon/tomwer/aliases.py +43 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/__main__.py +12 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/__pycache__/__main__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/__pycache__/setup.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/__pycache__/version.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/canvas.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/darkref.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/lbsramtransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/nabuapp.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/ows_to_script.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/process.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/radiostack.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/rsync.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/samplemoved.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/sinogramviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/slicestack.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/test_.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/axis.py +30 -25
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/launcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/splash.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/canvas_launcher/launcher.py +11 -6
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/canvas_launcher/splash.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/darkref.py +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/ftseries.py +7 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/lamino.py +3 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/{nabu.py → nabuapp.py} +111 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/ows_to_script.py +122 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/process.py +100 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/radiostack.py +5 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/samplemoved.py +2 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/sinogramviewer.py +11 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/slicestack.py +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/__init__.py +43 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/__pycache__/test_ows_to_script.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/__pycache__/test_process.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/test_ows_to_script.py +300 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/test/test_process.py +264 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/__pycache__/octaveh5editor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/__pycache__/progress.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/__pycache__/signal.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/__pycache__/waiterthread.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/log/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/log/__pycache__/logger.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/log/__pycache__/processlog.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/oar/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/baseprocess.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/datatransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/nxtomomill.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/processlog.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/scanlist.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/scanvalidator.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/timer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/baseprocess.py +72 -51
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/conditions/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/conditions/__pycache__/filters.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/__pycache__/datalistener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/__pycache__/rpcserver.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/datalistener.py +111 -78
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/rpcserver.py +241 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datatransfert.py +159 -56
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcherobserver.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcherprocess.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/edfdwprocess.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/hdf5dwprocess.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/status.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/datawatcher.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/datawatcherobserver.py +3 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datawatcher/datawatcherprocess.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/nxtomomill.py +108 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/anglemode.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/mode.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/params.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/projectiontype.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/axis.py +74 -112
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/mode.py +1 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/params.py +17 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/darkrefs.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/darkrefscopy.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/params.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/darkrefs.py +144 -34
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +21 -23
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/params.py +1 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/__pycache__/ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/ftseries.py +2 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/base.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/beamgeo.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/fastsetupdefineglobals.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/ft.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/paganin.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/pyhst.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/reconsparams.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/base.py +3 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/ft.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/paganin.py +24 -6
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/__pycache__/tofu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/tofu.py +21 -10
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__pycache__/nabuslices.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__pycache__/nabuvolume.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/nabuslices.py +422 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/nabuvolume.py +277 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/settings.py +35 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu/utils.py +379 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhst/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhst/__pycache__/pyhstcaller.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhst/__pycache__/pyhstnxconverter.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhst/pyhstcaller.py +97 -26
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhst/pyhstnxconverter.py +4 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/scanlist.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/scanvalidator.py +13 -13
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/script/__init__.py +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/script/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/script/__pycache__/python.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/script/python.py +109 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__init__.py +3 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_conditions.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_darkref.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_data_listener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_datatransfer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_pyhstcaller.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_recons_params.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_scanlist.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_timer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_axis.py +19 -65
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_darkref.py +61 -6
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_data_listener.py +135 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_datatransfer.py +188 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_nabu.py +41 -34
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_pyhstcaller.py +6 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/utils.py +11 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/blissscan.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/edfscan.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/hdf5scan.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/scanbase.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/scanfactory.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/blissscan.py +65 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/edfscan.py +8 -7
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/hdf5scan.py +50 -13
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/scanbase.py +132 -37
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/scanfactory.py +29 -6
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/__init__.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/test_h5.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/test_process_registration.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/test_scan.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/test_process_registration.py +144 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/scan/test/test_scan.py +50 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/settings.py +5 -9
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_scanutils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_tomo_workflow.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/Singleton.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/char.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/deprecation.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/device.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/ftseriesutils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/gpu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/image.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/laminoutils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/locker.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/logconfig.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/normalization.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/pyhstutils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/scanutils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/threads.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/ftseriesutils.py +4 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/image.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/pyhstutils.py +11 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/utils/scanutils.py +200 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/UrlSelectionTable.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/icons.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/illustrations.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/imagefromfile.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/linksqobject.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/qfolderdialog.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/qtapplicationmanager.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/scanselectorwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/stackplot.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/stacks.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/__pycache__/viewerqwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/conditions/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/conditions/__pycache__/filter.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/datalist.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/datalistener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/datareacheractions.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/datatransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/datavalidator.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/history.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/__pycache__/observations.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datalist.py +8 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datalistener.py +59 -81
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datavalidator.py +355 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datawatcher/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datawatcher/__pycache__/configuration.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datawatcher/__pycache__/datawatcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/datawatcher/__pycache__/datawatcherobserver.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/observations.py +4 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__init__.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_datalist.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_datalistener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_datavalidator.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_h5editor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_inputwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_reconsparamset_editor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/__pycache__/test_scanvalidator.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/test_datalistener.py +6 -11
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/test_datavalidator.py +64 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/control/test/test_datawatcher.py +2 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/imagefromfile.py +16 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/qfolderdialog.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/deviceselector.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/recpyhstwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/CompareImages.py +0 -37
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/CompareImages.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/radioaxis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/sinogramaxis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/axis.py +369 -118
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/radioaxis.py +102 -154
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/sinogramaxis.py +12 -86
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/utils.py +73 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/darkref2.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/darkrefcopywidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/darkrefwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/darkref2.py +34 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +50 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/deviceselector.py +13 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/h5filedialog.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/h5structeditor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/h5structseditor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/octaveversiongetter.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/rawh5parameditor.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/h5structseditor.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/beamgeowidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/displaywidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/dkrfwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/expertwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/ftaxiswidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/ftwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/paganinwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/pyhstwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/beamgeowidget.py +22 -15
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/pyhstwidget.py +2 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/TofuOptionLoader.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/misc.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/projections.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/settings.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofuexpert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofuoutput.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__init__.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/action.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/nabuflow.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/slices.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/volume.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/action.py +90 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/base.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/nabuconfig.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/output.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/phase.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/preprocessing.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/__pycache__/reconstruction.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +2 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +18 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +27 -8
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +20 -7
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +155 -30
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/nabuflow.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/{nabu.py → slices.py} +47 -57
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/volume.py +340 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/recpyhstwidget.py +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/__pycache__/test_nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/__pycache__/test_recpyhstwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/test_axis.py +39 -30
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/test/test_nabu.py +48 -9
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/samplemoved/__init__.py +28 -20
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/samplemoved/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/samplemoved/__pycache__/selectiontable.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/samplemoved/selectiontable.py +16 -11
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/scanselectorwidget.py +1 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/stackplot.py +15 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/stacks.py +25 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_scanselector.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_stacks.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_syncreconsparam.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__init__.py +4 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/buttons.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/flow.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/illustrations.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/inputwidget.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/sandboxes.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/scandescription.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/splashscreen.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/unitsystem.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/waiterthread.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/inputwidget.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/lineselection.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/lineselector.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/lineselector.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/scandescription.py +1 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/utils/test/__pycache__/test_flow.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/__pycache__/dataviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/__pycache__/sinogramviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/__pycache__/volumeviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/dataviewer.py +464 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/test/__init__.py +2 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/test/__pycache__/test_dataviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/test/__pycache__/test_sinogramviewer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/test/test_dataviewer.py +81 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/visualization/volumeviewer.py +437 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/resources/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/resources/gui/icons/warning.png +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/resources/gui/icons/warning.svg +36 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/darkrefs.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/datalistener.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/datatransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/imageloaderthread.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/__pycache__/rsyncmanager.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/datalistener.py +113 -35
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/imageloaderthread.py +11 -2
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/rsyncmanager.py +19 -487
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/__pycache__/processingstack.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/processingstack.py +14 -9
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/axis.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/ftseries.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/lamino.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/axis.py +17 -10
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/nabu.py +63 -28
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__init__.py +2 -4
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_darkRefs.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_foldertransfer.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_refcopy.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_scanstages.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/test_darkRefs.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/{test_foldertransfert.py → test_foldertransfer.py} +92 -5
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/test_scanstages.py +44 -37
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/utils/__pycache__/benchmark.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/utils/__pycache__/scanstages.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/utils/scanstages.py +22 -9
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/__init__.py +3 -1
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/__pycache__/test_scripts.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/test_scripts.py +3 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/utils/__init__.py +23 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/test/utils/__pycache__/utilstest.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/ImageStack.py +606 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/__pycache__/ImageStack.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/__pycache__/contextlib.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/__pycache__/enum.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/__pycache__/silxsignal.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/nabu/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/nabu/__pycache__/utils.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/__pycache__/phase.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/silxsignal.py +113 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/tango/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/third_party/tango/__pycache__/device.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/metricsystem.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/setup.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/utils.py +34 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/version.py +3 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/web/__pycache__/__init__.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/web/__pycache__/client.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/web/__pycache__/config.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/web/client.py +19 -3
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/web/test/__pycache__/test_graylog_connection.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7-nspkg.pth → tomwer-0.5.2-py3.7-nspkg.pth} +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/PKG-INFO +54 -31
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/SOURCES.txt +54 -9
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/namespace_packages.txt +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer-0.5.2-py3.7.egg-info/requires.txt +25 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/top_level.txt +1 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/app/__pycache__/nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/__pycache__/tangosyncclient.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/datalistener/tangosyncclient.py +0 -256
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/__pycache__/nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/reconstruction/nabu.py +0 -617
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_datatransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/core/process/test/test_datatransfert.py +0 -94
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/gui/reconstruction/nabu/__pycache__/nabu.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_foldertransfert.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_rsyncmanager.cpython-37.pyc +0 -0
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer/synctools/test/test_rsyncmanager.py +0 -99
- home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/tomwer-0.5.0b1-py3.7.egg-info/requires.txt +0 -3
- /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/{nabu.png → nabu_2d.png} +0 -0
- /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/{nabu.svg → nabu_2d.svg} +0 -0
- /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/dependency_links.txt +0 -0
- /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/entry_points.txt +0 -0
- /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{tomwer-0.5.0b1-py3.7.egg-info → tomwer-0.5.2-py3.7.egg-info}/not-zip-safe +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/home/payno/.local/share/virtualenvs/tomwer_venv/bin/python
|
2
|
-
# EASY-INSTALL-ENTRY-SCRIPT: 'tomwer==0.5.
|
3
|
-
__requires__ = 'tomwer==0.5.
|
2
|
+
# EASY-INSTALL-ENTRY-SCRIPT: 'tomwer==0.5.2','console_scripts','tomwer'
|
3
|
+
__requires__ = 'tomwer==0.5.2'
|
4
4
|
import re
|
5
5
|
import sys
|
6
6
|
from pkg_resources import load_entry_point
|
@@ -8,5 +8,5 @@ from pkg_resources import load_entry_point
|
|
8
8
|
if __name__ == '__main__':
|
9
9
|
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
10
10
|
sys.exit(
|
11
|
-
load_entry_point('tomwer==0.5.
|
11
|
+
load_entry_point('tomwer==0.5.2', 'console_scripts', 'tomwer')()
|
12
12
|
)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -37,6 +37,7 @@ from . import test_nabu
|
|
37
37
|
from . import test_owidgets
|
38
38
|
from . import test_dump_widget_canvas
|
39
39
|
from . import test_folder_transfert
|
40
|
+
from . import test_workflow_volume
|
40
41
|
from ..widgets import test as test_widgets
|
41
42
|
|
42
43
|
|
@@ -52,6 +53,7 @@ def suite(loader=None, pattern='test*.py'):
|
|
52
53
|
test_suite.addTest(test_owidgets.suite())
|
53
54
|
test_suite.addTest(test_dump_widget_canvas.suite())
|
54
55
|
test_suite.addTests(test_folder_transfert.suite())
|
56
|
+
test_suite.addTests(test_widgets.suite())
|
55
57
|
return test_suite
|
56
58
|
|
57
59
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -37,7 +37,7 @@ from tomwer.core.utils.scanutils import MockHDF5, MockEDF
|
|
37
37
|
from silx.gui.utils.testutils import SignalListener
|
38
38
|
from tomwer.core.process.reconstruction.darkref.darkrefs import DarkRefs
|
39
39
|
from tomwer.core.process.reconstruction.axis.axis import AxisProcess
|
40
|
-
from tomwer.core.process.reconstruction.nabu import
|
40
|
+
from tomwer.core.process.reconstruction.nabu.nabuslices import NabuSlices
|
41
41
|
import tempfile
|
42
42
|
import shutil
|
43
43
|
import time
|
@@ -440,8 +440,8 @@ class TestAxisFtseriesHDF5(OrangeWorflowTest):
|
|
440
440
|
|
441
441
|
# 4.2 make sure Nabu process has been registered in tomwer_processes.h5
|
442
442
|
for scan in self.scans:
|
443
|
-
nabu_proc_rec =
|
444
|
-
|
443
|
+
nabu_proc_rec = NabuSlices.get_process_frm_process_file(process_file=scan.process_file,
|
444
|
+
entry=scan.entry)
|
445
445
|
self.assertTrue(nabu_proc_rec is not None)
|
446
446
|
|
447
447
|
|
@@ -159,16 +159,7 @@ class TestCopyNFolder(OrangeWorflowTest):
|
|
159
159
|
time.sleep(0.2)
|
160
160
|
|
161
161
|
self.assertTrue(self.dataHasBeenCopied())
|
162
|
-
|
163
|
-
signal_manager = self.canvas_window.current_document().scheme().signal_manager
|
164
|
-
timeout = self.TIMEOUT_TEST
|
165
|
-
while timeout > 0 and self.app.hasPendingEvents():
|
166
|
-
timeout = timeout - 0.2
|
167
|
-
self.app.processEvents()
|
168
|
-
print('blocking_nodes:', signal_manager.pending_nodes())
|
169
|
-
time.sleep(0.2)
|
170
|
-
if timeout <= 0.0:
|
171
|
-
raise TimeoutError('Loop infinitely on some qt event...')
|
162
|
+
self.app.processEvents()
|
172
163
|
|
173
164
|
def outpudirIsEmpty(self):
|
174
165
|
return len(os.listdir(self.outputdir)) == 0
|
@@ -0,0 +1,96 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# /*##########################################################################
|
3
|
+
#
|
4
|
+
# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
|
5
|
+
#
|
6
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
# of this software and associated documentation files (the "Software"), to deal
|
8
|
+
# in the Software without restriction, including without limitation the rights
|
9
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
# copies of the Software, and to permit persons to whom the Software is
|
11
|
+
# furnished to do so, subject to the following conditions:
|
12
|
+
#
|
13
|
+
# The above copyright notice and this permission notice shall be included in
|
14
|
+
# all copies or substantial portions of the Software.
|
15
|
+
#
|
16
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22
|
+
# THE SOFTWARE.
|
23
|
+
#
|
24
|
+
# ###########################################################################*/
|
25
|
+
|
26
|
+
__authors__ = ["H. Payno"]
|
27
|
+
__license__ = "MIT"
|
28
|
+
__date__ = "13/08/2020"
|
29
|
+
|
30
|
+
import logging
|
31
|
+
import unittest
|
32
|
+
from tomwer.test.utils import skip_gui_test
|
33
|
+
from orangecontrib.tomwer.test.utils import OrangeWorflowTest
|
34
|
+
|
35
|
+
logging.disable(logging.INFO)
|
36
|
+
|
37
|
+
|
38
|
+
@unittest.skipIf(skip_gui_test(), reason='skip gui test')
|
39
|
+
class TestVolumeWidget(OrangeWorflowTest):
|
40
|
+
"""Insure connection of the following widgets:
|
41
|
+
|
42
|
+
- NabuOW
|
43
|
+
- NabuVolumeOW
|
44
|
+
- VolumeViewerOW
|
45
|
+
"""
|
46
|
+
|
47
|
+
@classmethod
|
48
|
+
def setUpClass(cls):
|
49
|
+
OrangeWorflowTest.setUpClass()
|
50
|
+
# create widgets
|
51
|
+
cls.nabuSlice = cls.addWidget(cls,
|
52
|
+
'orangecontrib.tomwer.widgets.reconstruction.NabuOW.NabuOW')
|
53
|
+
cls.nabuVolume = cls.addWidget(cls,
|
54
|
+
'orangecontrib.tomwer.widgets.reconstruction.NabuVolumeOW.NabuVolumeOW')
|
55
|
+
cls.volumeViewer = cls.addWidget(cls,
|
56
|
+
'orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW')
|
57
|
+
|
58
|
+
# Let Orange process events (node creations)
|
59
|
+
cls.processOrangeEvents(cls)
|
60
|
+
|
61
|
+
# linking the workflow
|
62
|
+
cls.link(cls, cls.nabuSlice, "data", cls.nabuVolume, "data")
|
63
|
+
cls.link(cls, cls.nabuVolume, "data", cls.volumeViewer, "data")
|
64
|
+
|
65
|
+
# Let Orange process events (node creations)
|
66
|
+
cls.processOrangeEvents(cls)
|
67
|
+
|
68
|
+
# getting the widgets
|
69
|
+
cls.nabuSliceWidget = cls.getWidgetForNode(cls, cls.nabuSlice)
|
70
|
+
cls.nabuVolumeWidget = cls.getWidgetForNode(cls, cls.nabuVolume)
|
71
|
+
cls.volumeViewerWidget = cls.getWidgetForNode(cls, cls.volumeViewer)
|
72
|
+
|
73
|
+
@classmethod
|
74
|
+
def tearDownClass(cls):
|
75
|
+
for node in (cls.nabuSlice, cls.nabuVolume, cls.volumeViewer):
|
76
|
+
cls.removeNode(cls, node)
|
77
|
+
del cls.nabuSlice
|
78
|
+
del cls.nabuVolume
|
79
|
+
del cls.volumeViewer
|
80
|
+
OrangeWorflowTest.tearDownClass()
|
81
|
+
|
82
|
+
def testWorkflow(self):
|
83
|
+
"""Test construction is possible (in fact test is on the setUpClass
|
84
|
+
part for now)"""
|
85
|
+
pass
|
86
|
+
|
87
|
+
|
88
|
+
def suite():
|
89
|
+
test_suite = unittest.TestSuite()
|
90
|
+
for ui in (TestVolumeWidget,):
|
91
|
+
test_suite.addTest(unittest.defaultTestLoader.loadTestsFromTestCase(ui))
|
92
|
+
return test_suite
|
93
|
+
|
94
|
+
|
95
|
+
if __name__ == '__main__':
|
96
|
+
unittest.main(defaultTest="suite")
|
@@ -312,7 +312,8 @@ class OrangeWorkflowMixIn:
|
|
312
312
|
self.canvas_window.closeEvent = self.closeEventMonkeyPatch
|
313
313
|
self.canvas_window.close()
|
314
314
|
self.app.removePostedEvents(signal_manager)
|
315
|
-
|
315
|
+
if hasattr(self, 'canvas_window'):
|
316
|
+
del self.canvas_window
|
316
317
|
gc.collect()
|
317
318
|
self.app.quit()
|
318
319
|
|
@@ -37,6 +37,7 @@ def widget_discovery(discovery):
|
|
37
37
|
"orangecontrib.tomwer.widgets.control",
|
38
38
|
"orangecontrib.tomwer.widgets.reconstruction",
|
39
39
|
"orangecontrib.tomwer.widgets.visualization",
|
40
|
+
"orangecontrib.tomwer.widgets.other",
|
40
41
|
]
|
41
42
|
for pkg in pkgs:
|
42
43
|
discovery.process_category_package(pkg, distribution=dist)
|
@@ -47,21 +48,20 @@ WIDGET_HELP_PATH = (
|
|
47
48
|
# You still need to build help pages using
|
48
49
|
# make htmlhelp
|
49
50
|
# inside doc folder
|
50
|
-
("
|
51
|
+
("/build/sphinx/htmlhelp/index.html", None),
|
51
52
|
#
|
52
53
|
# Documentation included in wheel
|
53
54
|
# Correct DATA_FILES entry is needed in setup.py and documentation has to be built
|
54
55
|
# # before the wheel is created.
|
55
56
|
("{}/help/tomwer/index.html".format(sysconfig.get_path("data")), None),
|
56
57
|
|
57
|
-
("http://www.silx.org/pub/doc/tomwer
|
58
|
+
("http://www.silx.org/pub/doc/tomwer/htmlhelp/0.5/", ""),
|
58
59
|
)
|
59
60
|
|
60
61
|
|
61
|
-
|
62
|
-
|
63
62
|
import unittest
|
64
63
|
|
64
|
+
|
65
65
|
def suite():
|
66
66
|
|
67
67
|
test_suite = unittest.TestSuite()
|
Binary file
|
Binary file
|
Binary file
|
@@ -82,7 +82,7 @@ class DataListOW(widget.OWWidget, OWClient):
|
|
82
82
|
self.widget._sendButton.clicked.connect(self._sendList)
|
83
83
|
|
84
84
|
# expose API
|
85
|
-
self.
|
85
|
+
self.n_scan = self.widget.n_scan
|
86
86
|
|
87
87
|
# alias used for the 'simple workflow' for now
|
88
88
|
self.start = self._sendList
|
@@ -98,19 +98,10 @@ class DataListOW(widget.OWWidget, OWClient):
|
|
98
98
|
self.Outputs.data_out.send(scan_)
|
99
99
|
|
100
100
|
for d in self.widget.datalist.items:
|
101
|
-
if
|
102
|
-
|
101
|
+
if d in self.widget.datalist._scanIDs:
|
102
|
+
send(scan_=self.widget.datalist._scanIDs[d])
|
103
103
|
else:
|
104
|
-
|
105
|
-
scan_file_or_dir = d
|
106
|
-
try:
|
107
|
-
scan = ScanFactory.create_scan_object(scan_file_or_dir,
|
108
|
-
entry=entry)
|
109
|
-
except Exception as e:
|
110
|
-
logger.error("Fail to create an instance of TomoBase from %s." \
|
111
|
-
" Reason is %s" % (d, str(e)))
|
112
|
-
else:
|
113
|
-
send(scan_=scan)
|
104
|
+
logger.error('unable to retrieve scan {}'.format(d))
|
114
105
|
|
115
106
|
@Inputs.data_in
|
116
107
|
def add(self, scan):
|
@@ -29,7 +29,7 @@ __date__ = "06/03/2020"
|
|
29
29
|
|
30
30
|
|
31
31
|
from silx.gui import qt
|
32
|
-
from
|
32
|
+
from orangecontrib.tomwer.widgets.utils import WidgetLongProcessing
|
33
33
|
from Orange.widgets import widget, gui
|
34
34
|
from Orange.widgets.widget import Output
|
35
35
|
from tomwer.core.scan.scanbase import TomwerScanBase
|
@@ -40,7 +40,10 @@ from tomwer.gui.control.datalistener import DataListenerWidget
|
|
40
40
|
from tomwer.synctools.datalistener import MockDataListenerQThread
|
41
41
|
from tomwer.web.client import OWClient
|
42
42
|
from Orange.widgets import settings
|
43
|
+
import functools
|
43
44
|
import logging
|
45
|
+
import signal
|
46
|
+
import sys
|
44
47
|
|
45
48
|
logger = logging.getLogger(__name__)
|
46
49
|
|
@@ -50,13 +53,13 @@ class DataListenerOW(widget.OWWidget, OWClient, WidgetLongProcessing,
|
|
50
53
|
"""
|
51
54
|
This widget is used to listen to a server notifying the widget when an
|
52
55
|
acquisition is finished.
|
53
|
-
Then the
|
56
|
+
Then the bliss file will be converted to .nx file, NXtomo compliant.
|
54
57
|
"""
|
55
58
|
name = "data listener"
|
56
59
|
id = "orangecontrib.widgets.tomwer.control.DataListenerOW.DataListenerOW"
|
57
|
-
description = "The widget will
|
58
|
-
"wait for acquisition to be finished. Once finished it " \
|
59
|
-
"will call nxtomomill to convert from
|
60
|
+
description = "The widget will receive information from bliss acquisition " \
|
61
|
+
"and wait for acquisition to be finished. Once finished it " \
|
62
|
+
"will call nxtomomill to convert from bliss .hdf5 to " \
|
60
63
|
"NXtomo compliant .nx file"
|
61
64
|
icon = "icons/datalistener.svg"
|
62
65
|
priority = 2
|
@@ -92,18 +95,27 @@ class DataListenerOW(widget.OWWidget, OWClient, WidgetLongProcessing,
|
|
92
95
|
# signal / slot connection
|
93
96
|
self._widget.sigActivate.connect(self._activated)
|
94
97
|
self._widget.sigDeactivate.connect(self._deactivated)
|
95
|
-
self._widget.sigConfigurationChanged.connect(self.
|
98
|
+
self._widget.sigConfigurationChanged.connect(self._jsonRPCConfigChanged)
|
96
99
|
self._widget.sigAcquisitionEnded.connect(self._process_bliss_file_frm_tuple)
|
97
100
|
|
101
|
+
# manange server stop when delete directly the widget or stop by Ctr+C
|
102
|
+
signal.signal(signal.SIGINT, self.handleSigTerm)
|
103
|
+
onDestroy = functools.partial(self._stopServerBeforeclosing)
|
104
|
+
self.destroyed.connect(onDestroy)
|
105
|
+
|
98
106
|
# set up
|
99
107
|
if self._blissConfiguration != {}:
|
100
108
|
self._widget.setBlissServerConfiguation(self._blissConfiguration)
|
101
109
|
|
102
110
|
def _process_bliss_file_frm_tuple(self, t):
|
103
|
-
master_file, entry, proposal_file = t
|
104
|
-
|
105
|
-
|
106
|
-
|
111
|
+
master_file, entry, proposal_file, saving_file = t
|
112
|
+
try:
|
113
|
+
self.process_sample_file(sample_file=master_file,
|
114
|
+
entry=str(entry) + '.1',
|
115
|
+
proposal_file=proposal_file,
|
116
|
+
master_sample_file=saving_file)
|
117
|
+
except Exception as e:
|
118
|
+
logger.error(e)
|
107
119
|
|
108
120
|
def _activated(self):
|
109
121
|
self.activate(True)
|
@@ -134,7 +146,7 @@ class DataListenerOW(widget.OWWidget, OWClient, WidgetLongProcessing,
|
|
134
146
|
msg.setText(text)
|
135
147
|
return msg.exec_() == qt.QMessageBox.Ok
|
136
148
|
|
137
|
-
def
|
149
|
+
def _jsonRPCConfigChanged(self):
|
138
150
|
self._blissConfiguration = self._widget.getBlissServerConfiguration()
|
139
151
|
if self.is_active():
|
140
152
|
self.activate(False)
|
@@ -144,18 +156,32 @@ class DataListenerOW(widget.OWWidget, OWClient, WidgetLongProcessing,
|
|
144
156
|
self._mock = mock
|
145
157
|
self._mock_acquisitions = acquisitions
|
146
158
|
|
159
|
+
@docstring(DataListenerWidget.getHost)
|
160
|
+
def getHost(self):
|
161
|
+
return self._widget.getHost()
|
162
|
+
|
163
|
+
@docstring(DataListenerWidget.getPort)
|
164
|
+
def getPort(self):
|
165
|
+
return self._widget.getPort()
|
166
|
+
|
147
167
|
@docstring(DataListener.create_listening_thread)
|
148
168
|
def create_listening_thread(self):
|
149
169
|
if self._mock is True:
|
150
|
-
thread = MockDataListenerQThread(
|
170
|
+
thread = MockDataListenerQThread(host=self.getHost(),
|
171
|
+
port=self.getPort(),
|
172
|
+
acquisitions=None,
|
151
173
|
mock_acquisitions=self._mock_acquisitions)
|
152
174
|
else:
|
153
|
-
thread = DataListenerQThread(
|
175
|
+
thread = DataListenerQThread(host=self.getHost(),
|
176
|
+
port=self.getPort(),
|
154
177
|
acquisitions=None)
|
155
178
|
# connect thread
|
156
|
-
thread.sigAcquisitionStarted.connect(self._widget._acquisitionStarted
|
157
|
-
|
158
|
-
thread.
|
179
|
+
thread.sigAcquisitionStarted.connect(self._widget._acquisitionStarted,
|
180
|
+
qt.Qt.DirectConnection)
|
181
|
+
thread.sigAcquisitionEnded.connect(self._widget._acquisitionEnded,
|
182
|
+
qt.Qt.DirectConnection)
|
183
|
+
thread.sigScanAdded.connect(self._widget._acquisitionUpdated,
|
184
|
+
qt.Qt.DirectConnection)
|
159
185
|
return thread
|
160
186
|
|
161
187
|
@docstring(DataListener.delete_listening_thread)
|
@@ -165,12 +191,28 @@ class DataListenerOW(widget.OWWidget, OWClient, WidgetLongProcessing,
|
|
165
191
|
self._listening_thread.sigScanAdded.disconnect(self._widget._acquisitionUpdated)
|
166
192
|
DataListener.delete_listening_thread(self)
|
167
193
|
|
168
|
-
def
|
194
|
+
def _stopServerBeforeclosing(self):
|
169
195
|
self.activate(False)
|
170
|
-
|
196
|
+
|
197
|
+
def handleSigTerm(self, signo, *args, **kwargs):
|
198
|
+
if signo == signal.SIGINT:
|
199
|
+
self._stopServerBeforeclosing()
|
200
|
+
sys.exit()
|
171
201
|
|
172
202
|
def _get_n_scan_observe(self):
|
173
203
|
return self._widget._observationWidget.observationTable.model().rowCount()
|
174
204
|
|
175
205
|
def _get_n_scan_finished(self):
|
176
206
|
return self._widget._historyWindow.scanHistory.model().rowCount()
|
207
|
+
def start_app():
|
208
|
+
listener = DataListenerOW()
|
209
|
+
listener.activate()
|
210
|
+
listener.show()
|
211
|
+
|
212
|
+
|
213
|
+
if __name__ == '__main__':
|
214
|
+
app = qt.QApplication([])
|
215
|
+
|
216
|
+
start_app()
|
217
|
+
|
218
|
+
exit(app.exec_())
|
@@ -95,7 +95,6 @@ class DataTransfertOW(widget.OWWidget, FolderTransfert, OWClient):
|
|
95
95
|
self._layout.addWidget(self._widget)
|
96
96
|
|
97
97
|
# signal / SLOT connection
|
98
|
-
# self._widget.sigSelectionChanged.connect(self.setDestDir)
|
99
98
|
self.settingsHandler.addCallback(self._updateSettingsVals)
|
100
99
|
|
101
100
|
# setting configuration
|
@@ -128,5 +127,7 @@ class DataTransfertOW(widget.OWWidget, FolderTransfert, OWClient):
|
|
128
127
|
|
129
128
|
@Inputs.data_in
|
130
129
|
def process(self, scan, move=False, force=True, noRsync=False):
|
130
|
+
if scan is None:
|
131
|
+
return
|
131
132
|
FolderTransfert.process(self, scan=scan, move=move, force=force,
|
132
133
|
noRsync=noRsync)
|