tomwer 0.2.0a1__tar.gz → 0.4.0__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.
- users/payno/.local/share/virtualenvs/tomwer_venc/bin/tomwer +3 -3
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/__init__.py +0 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/__pycache__/setup.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/orange/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/orange/__pycache__/settings.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/orange/settings.py +48 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/setup.py +2 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/TestAcquisition.py +5 -5
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__init__.py +10 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/TestAcquisition.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_axis_ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_dark_flat_field.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_dump_widget_canvas.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_folder_transfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_owidgets.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_scanlist_ftserie.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_scanlist_samplemoved.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_axis_ftseries.py +253 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_dark_flat_field.py +79 -38
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/{widgets/utils.py → test/test_dump_widget_canvas.py} +36 -33
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_folder_transfert.py +188 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_lamino.py +119 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_owidgets.py +83 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_scanlist_ftserie.py +112 -20
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_scanlist_samplemoved.py +14 -14
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/{OrangeWorkflowTest.py → utils.py} +106 -73
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__init__.py +20 -6
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/setup.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/DataListOW.py +110 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{ScanSelectorOW.py → control/DataSelectorOW.py} +32 -13
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{FolderTransfertWidget.py → control/DataTransfertOW.py} +60 -10
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{ScanValidatorWidget.py → control/DataValidatorOW.py} +109 -66
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{TomoDirWidget.py → control/DataWatcherOW.py} +50 -15
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/FilterOW.py +83 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/TimerOW.py +111 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__init__.py +37 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataListOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataSelectorOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataTransfertOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataValidatorOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/DataWatcherOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/FilterOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/TimerOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +50 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +24 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +45 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/progress.svg +31 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +44 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +33 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +289 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +241 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +290 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +284 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{DarkRefAndCopyWidget.py → reconstruction/DarkRefAndCopyOW.py} +63 -22
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/FtseriesOW.py +191 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/TofuOW.py +178 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__init__.py +37 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/AxisOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/DarkRefAndCopyOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/FtseriesOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/TofuOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/XY_lamino.svg +168 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/XZ_lamino.svg +275 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/YZ_lamino.svg +182 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +148 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +29 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +24 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/setup.py +46 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__init__.py +12 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_darkref.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_foldertransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_reconstruction.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_scanvalidator.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_viewer.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_axis.py +250 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_darkref.py +118 -84
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/{test_tomodir.py → test_datawatcher.py} +89 -85
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_foldertransfert.py +30 -45
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_ftseries.py +339 -478
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_reconstruction.py +216 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_scanvalidator.py +29 -28
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/test_viewer.py +33 -28
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{ImageStackViewerWidget.py → visualization/ImageStackViewerOW.py} +15 -28
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +83 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +87 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{OWSampleMovedWidget.py → visualization/SampleMovedOW.py} +23 -26
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{SliceStackOW.py → visualization/SliceStackOW.py} +14 -11
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__init__.py +38 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/ImageStackViewerOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/LivesliceOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/RadioStackOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/SampleMovedOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/SliceStackOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/liveslice.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/liveslice.svg +110 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +34 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +21 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +41 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__main__.py +37 -18
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__pycache__/__main__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__pycache__/setup.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__pycache__/utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/__pycache__/{_version.cpython-37.pyc → version.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/canvas.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/darkref.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/lbsramtransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/radiostack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/rsync.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/samplemoved.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/slicestack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/test_.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/axis.py +156 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas.py +10 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/launcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/__pycache__/splash.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/launcher.py +95 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/canvas_launcher/splash.py +25 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/darkref.py +28 -6
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/ftseries.py +74 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/lamino.py +129 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/lbsramtransfert.py +2 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/radiostack.py +73 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/rsync.py +114 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/samplemoved.py +24 -16
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/slicestack.py +25 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/test_.py +176 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/{OctaveH5Editor.cpython-37.pyc → octaveh5editor.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/progress.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/settings.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/signal.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/waiterthread.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/log/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/log/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/log/__pycache__/{colorlogger.cpython-37.pyc → logger.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/log/__pycache__/processlog.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/log/{colorlogger.py → logger.py} +8 -6
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/oar/__init__.py +1 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/oar/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{OctaveH5Editor.py → octaveh5editor.py} +1 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/baseprocess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/datatransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{__pycache__ → process/__pycache__}/processlog.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/scanlist.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/scanvalidator.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/timer.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/__pycache__/utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/baseprocess.py +322 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/conditions/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/conditions/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/conditions/__pycache__/filters.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/conditions/filters.py +183 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{FolderTransfert.py → process/datatransfert.py} +113 -65
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcherobserver.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/datawatcherprocess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/edfdwprocess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/hdf5dwprocess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/__pycache__/status.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{tomodir/TomoDir.py → process/datawatcher/datawatcher.py} +176 -129
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/datawatcherobserver.py +550 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/datawatcherprocess.py +249 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/edfdwprocess.py +316 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/datawatcher/hdf5dwprocess.py +59 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{tomodir/__init__.py → process/datawatcher/status.py} +15 -13
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/__init__.py +30 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/__pycache__/pyhstcaller.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__init__.py +2 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/anglemode.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/mode.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/params.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/__pycache__/projectiontype.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/anglemode.py +52 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/axis.py +596 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/mode.py +41 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/params.py +625 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/axis/projectiontype.py +40 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/darkrefs.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/darkrefscopy.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/params.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/__pycache__/settings.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{darkref/DarkRefs.py → process/reconstruction/darkref/darkrefs.py} +231 -229
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{darkref/DarkRefCopy.py → process/reconstruction/darkref/darkrefscopy.py} +39 -47
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/params.py +265 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/darkref/settings.py +5 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/__pycache__/ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{ftseries/Ftseries.py → process/reconstruction/ftseries/ftseries.py} +241 -156
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__init__.py +8 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/base.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/beamgeo.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/fastsetupdefineglobals.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/ft.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/paganin.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/pyhst.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/__pycache__/reconsparams.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/axis.py +122 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/base.py +198 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/beamgeo.py +143 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/fastsetupdefineglobals.py +126 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/ft.py +499 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/paganin.py +296 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/pyhst.py +184 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/ftseries/params/reconsparams.py +313 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/__pycache__/tofu.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/lamino/tofu.py +801 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/reconstruction/pyhstcaller.py +1489 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{ScanList.py → process/scanlist.py} +48 -27
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{ScanValidator.py → process/scanvalidator.py} +81 -75
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__init__.py +56 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_conditions.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_darkref.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_datatransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_pyhstcaller.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_recons_params.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_scanlist.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/__pycache__/test_timer.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_axis.py +412 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_conditions.py +95 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_darkref.py +115 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_datatransfert.py +94 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_datawatcher.py +97 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_ftseries.py +175 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_lamino.py +81 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_pyhstcaller.py +615 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_recons_params.py +180 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_scanlist.py +73 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/test/test_timer.py +79 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/process/timer.py +71 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{BaseProcess.py → process/utils.py} +28 -21
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/progress.py +97 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{ftseries → scan}/__init__.py +5 -3
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/edfscan.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/hdf5scan.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/scanbase.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/__pycache__/scanfactory.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/edfscan.py +673 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/hdf5scan.py +371 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/scanbase.py +522 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/scanfactory.py +126 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{simpleworkflow → core/scan}/test/__init__.py +10 -6
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/test_h5.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/test/__pycache__/test_scan.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/test/test_h5.py +157 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/scan/test/test_scan.py +452 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/settings.py +23 -4
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/signal.py +148 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__init__.py +12 -17
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_scanutils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_tomo_workflow.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_lamino.py +99 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_scanutils.py +60 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_tomo_workflow.py +211 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_utils.py +97 -232
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__init__.py +218 -123
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/Singleton.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/char.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/deprecation.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/device.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/ftseriesutils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/gpu.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/image.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/laminoutils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/logconfig.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/normalization.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/pyhstutils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/scanutils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/__pycache__/threads.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/char.py +41 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/deprecation.py +117 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/device.py +106 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/ftseriesutils.py +23 -310
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/gpu.py +44 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/image.py +137 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/laminoutils.py +74 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/normalization.py +4 -4
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/scanutils.py +390 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/utils/threads.py +84 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/waiterthread.py +51 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/UrlSelectionTable.py +274 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/UrlSelectionTable.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/datalist.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/datatransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/icons.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/illustrations.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/imagefromfile.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/{LinksQObject.cpython-37.pyc → linksqobject.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/qfolderdialog.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/qtapplicationmanager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/scanselectorwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/settings.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/stackplot.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/stacks.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/{viewerQWidget.cpython-37.pyc → viewerqwidget.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/conditions/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/conditions/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/conditions/__pycache__/filter.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/conditions/filter.py +142 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datalist.py +238 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datatransfert.py +145 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__init__.py +1 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/actions.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/configuration.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/datawatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/datawatcherobserver.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/history.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/observations.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/actions.py +12 -51
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/configuration.py +16 -15
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/{DataWatcher.py → datawatcher.py} +232 -71
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/datawatcherobserver.py +228 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/history.py +16 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/observations.py +13 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/icons.py +5 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{orangecontrib/tomwer/widgets/icons/__init__.py → tomwer/gui/illustrations.py} +61 -22
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/imagefromfile.py +153 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{LinksQObject.py → linksqobject.py} +14 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{QFolderDialog.py → qfolderdialog.py} +8 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/qtApplicationManager.py → gui/qtapplicationmanager.py} +8 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/deviceselector.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/__pycache__/recpyhstwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/CompareImages.py +571 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__init__.py +3 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/CompareImages.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/radioaxis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/__pycache__/sinogramaxis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/axis.py +257 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/radioaxis.py +1567 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/axis/sinogramaxis.py +403 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/darkrefcopywidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/__pycache__/darkrefwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{darkref/DarkRefCopyWidget.py → reconstruction/darkref/darkrefcopywidget.py} +47 -35
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/darkref/darkrefwidget.py +405 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/deviceselector.py +118 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{FtseriesMixIn.py → reconstruction/ftserie/__init__.py} +84 -61
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__init__.py +2 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{__pycache__/H5FileDialog.cpython-37.pyc → reconstruction/ftserie/h5editor/__pycache__/h5filedialog.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/h5structeditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/h5structseditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{__pycache__/OctaveVersionGetter.cpython-37.pyc → reconstruction/ftserie/h5editor/__pycache__/octaveversiongetter.cpython-37.pyc} +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/h5editor/__pycache__/rawh5parameditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{H5StructEditor.py → reconstruction/ftserie/h5editor/h5structeditor.py} +18 -3
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{H5StructsEditor.py → reconstruction/ftserie/h5editor/h5structseditor.py} +75 -40
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{RawH5ParamEditor.py → reconstruction/ftserie/h5editor/rawh5parameditor.py} +14 -10
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor → reconstruction/ftserie/reconsparamseditor}/__init__.py +116 -78
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/beamgeowidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/displaywidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/dkrfwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/expertwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/ftaxiswidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/ftwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/paganinwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/__pycache__/pyhstwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/BeamGeoWidget.py → reconstruction/ftserie/reconsparamseditor/beamgeowidget.py} +33 -17
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/DisplayWidget.py → reconstruction/ftserie/reconsparamseditor/displaywidget.py} +43 -18
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/DKRFWidget.py → reconstruction/ftserie/reconsparamseditor/dkrfwidget.py} +58 -49
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/ExpertWidget.py → reconstruction/ftserie/reconsparamseditor/expertwidget.py} +45 -20
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/ftserie/reconsparamseditor/ftaxiswidget.py +173 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/FTWidget.py → reconstruction/ftserie/reconsparamseditor/ftwidget.py} +125 -58
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/PaganinWidget.py → reconstruction/ftserie/reconsparamseditor/paganinwidget.py} +101 -69
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{reconsParamsEditor/PyHSTWidget.py → reconstruction/ftserie/reconsparamseditor/pyhstwidget.py} +56 -24
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{simpleworkflow → gui/reconstruction/lamino}/__init__.py +6 -11
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/TofuOptionLoader.py +107 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/TofuOptionLoader.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/misc.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/projections.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/settings.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofu.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofuexpert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/__pycache__/tofuoutput.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/misc.py +143 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/projections.py +863 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/settings.py +75 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/tofu.py +389 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/tofuexpert.py +524 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconstruction/lamino/tofu/tofuoutput.py +731 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{RecPyHSTWidget.py → reconstruction/recpyhstwidget.py} +31 -38
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/__init__.py +61 -75
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/__pycache__/selectiontable.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/selectiontable.py +260 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{ScanSelectorWidget.py → scanselectorwidget.py} +34 -49
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/settings.py +31 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/stackplot.py +472 -279
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{SlicesStack.py → stacks.py} +72 -22
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__init__.py +22 -7
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_datalist.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_datawatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_h5editor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_inputwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_reconsparamset_editor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_recpyhstwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_scanselector.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_scanvalidator.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_stacks.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_syncreconsparam.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_axis.py +164 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_datalist.py +83 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/test/test_tomodir.py → gui/test/test_datawatcher.py} +147 -134
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_h5editor.py +379 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_inputwidget.py +81 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_lamino.py +193 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_reconsparamset_editor.py +90 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/{test_recPyHSTWidget.py → test_recpyhstwidget.py} +39 -47
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_scanselector.py +12 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → gui}/test/test_scanvalidator.py +26 -23
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_stacks.py +193 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/{test_syncReconsParam.py → test_syncreconsparam.py} +27 -18
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__init__.py +64 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/buttons.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/illustrations.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/inputwidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/sandboxes.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/scandescription.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/splashscreen.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/unitsystem.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/__pycache__/waiterthread.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/buttons.py +56 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/illustrations.py +124 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/inputwidget.py +229 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__init__.py +1 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/lineselection.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/__pycache__/lineselector.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/lineselection.py +78 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/lineselector/lineselector.py +227 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/sandboxes.py +174 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/scandescription.py +63 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/splashscreen.py +47 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/utils/unitsystem.py +145 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/WaiterThread.py → gui/utils/waiterthread.py} +3 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{viewerQWidget.py → viewerqwidget.py} +27 -61
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/__init__.py +2 -3
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +84 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/health.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/health.svg +69 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/high_speed.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/high_speed.svg +33 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/information.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/information.svg +78 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/input.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/input.svg +93 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/lamino_parameters.svg +70 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/lineselection.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/lineselection.svg +60 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/list_selection.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/list_selection.svg +16 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/locked.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/locked.svg +80 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/low_speed.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/low_speed.svg +33 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/medium_low_speed.svg +33 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/output.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/output.svg +96 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/parameters.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/parameters.svg +70 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/plot-xleft.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/plot-xleft.svg +54 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/plot-xright.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/plot-xright.svg +54 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/range_selection.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/range_selection.svg +17 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/single_selection.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/single_selection.svg +16 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/switch.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/tomwer.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/unlocked.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/icons/unlocked.svg +55 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_angle.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_angle.svg +509 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_beta_angle.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_beta_angle.svg +97 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_theta_angle.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/lamino_theta_angle.svg +368 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/manual_slice.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/manual_slice.svg +221 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/no_rot.svg +334 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/psi_angle.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/psi_angle.svg +479 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/rotation_center.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/rotation_center.svg +276 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/slice_stack.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/slice_stack.svg +266 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/xy_slice.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/xy_slice.svg +269 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/xz_slice.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/xz_slice.svg +270 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/yz_slice.png +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/resources/gui/illustrations/yz_slice.svg +270 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/setup.py +3 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__init__.py +4 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/darkrefs.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/datatransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/imageloaderthread.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/__pycache__/rsyncmanager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/axis.py +53 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/darkrefs.py +47 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/datatransfert.py +40 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/ftseries.py +187 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/ImageLoaderThread.py → synctools/imageloaderthread.py} +37 -25
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/RSyncManager.py → synctools/rsyncmanager.py} +63 -11
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/__init__.py +4 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/__pycache__/processingstack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/processingstack.py +113 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/axis.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/__pycache__/lamino.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/axis.py +150 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core/ftseries/ReconstructionStack.py → synctools/stacks/reconstruction/ftseries.py} +73 -102
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/stacks/reconstruction/lamino.py +188 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{simpleworkflow/scheme.py → synctools/test/__init__.py} +15 -25
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_darkRefs.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_foldertransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_refcopy.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_rsyncmanager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/__pycache__/test_scanstages.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → synctools}/test/test_darkRefs.py +142 -78
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/test_foldertransfert.py +223 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → synctools}/test/test_refcopy.py +62 -61
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → synctools}/test/test_rsyncmanager.py +8 -4
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/test/test_scanstages.py +134 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/utils/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → synctools}/utils/__pycache__/benchmark.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/utils/__pycache__/scanstages.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{core → synctools}/utils/benchmark.py +11 -10
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/synctools/utils/scanstages.py +189 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/__init__.py +11 -31
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/__pycache__/test_scripts.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/test_scripts.py +17 -8
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/utils/__init__.py +78 -62
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/utils/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/utils/__pycache__/utilstest.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/test/utils/utilstest.py +0 -18
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/__pycache__/enum.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/enum.py +79 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/__pycache__/utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/__init__.py +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/__pycache__/phase.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/preproc/phase.py +384 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/third_party/nabu/utils.py +207 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/__init__.py +29 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/metricsystem.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/__pycache__/setup.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/metricsystem.py +61 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/unitsystem/setup.py +42 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/utils.py +37 -23
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/{_version.py → version.py} +2 -2
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/__pycache__/client.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/__pycache__/config.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/client.py +14 -9
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/test/__pycache__/test_graylog_connection.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/test/{test_grayLogConnection.py → test_graylog_connection.py} +2 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/PKG-INFO +15 -4
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer-0.4.0-py3.7.egg-info/SOURCES.txt +402 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/requires.txt +1 -1
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/OrangeWorkflowTest.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/__pycache__/test_workflows.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/test/test_workflows.py +0 -542
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/FtseriesWidget.py +0 -103
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/ScanListWidget.py +0 -194
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/TomoGUIprojectWidget.py +0 -110
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/TomoGUIreconsWidget.py +0 -130
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/DarkRefAndCopyWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/FolderTransfertWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/FtseriesWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/ImageStackViewerWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/OWSampleMovedWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/ScanListWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/ScanSelectorOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/ScanValidatorWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/SliceStackOW.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/TomoDirWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/TomoGUIprojectWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/TomoGUIreconsWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/__pycache__/utils.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/darkref.svg +0 -172
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/folder-transfert.svg +0 -118
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/progress.svg +0 -157
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/refCopy.svg +0 -254
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/sampleMoved.svg +0 -98
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/scanlist.svg +0 -250
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/scanselector.svg +0 -269
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/slicesstack.svg +0 -234
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/icons/tomodir.svg +0 -258
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/test/__pycache__/test_tomodir.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/ftserie.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/__pycache__/recpyhst.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/ftserie.py +0 -46
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/app/recpyhst.py +0 -56
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/PyHSTCaller.py +0 -1004
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ReconsParams.py +0 -138
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/BaseProcess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/FolderTransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/ImageLoaderThread.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/PyHSTCaller.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/RSyncManager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/ReconsParams.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/ScanList.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/ScanValidator.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/WaiterThread.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/__pycache__/qtApplicationManager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/darkref/__pycache__/DarkRefCopy.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/darkref/__pycache__/DarkRefs.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/FastSetupDefineGlobals.py +0 -251
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/FtserieReconstruction.py +0 -183
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/__pycache__/FastSetupDefineGlobals.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/__pycache__/FtserieReconstruction.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/__pycache__/Ftseries.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/__pycache__/ReconstructionStack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/ftseries/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_darkRefs.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_foldertransfert.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_ftseriereconstruction.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_pyhstcaller.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_refcopy.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_rsyncmanager.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_scanvalidator.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/__pycache__/test_tomodir.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_foldertransfert.py +0 -189
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_ftseriereconstruction.py +0 -105
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/test/test_pyhstcaller.py +0 -145
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/TomoDirObserver.py +0 -428
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/_TomoDirProcess.py +0 -486
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/__pycache__/TomoDir.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/__pycache__/TomoDirObserver.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/__pycache__/_TomoDirProcess.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/tomodir/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/FTSerie.py +0 -67
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/FTSerie.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/FtseriesMixIn.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/H5StructEditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/H5StructsEditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/QFolderDialog.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/RawH5ParamEditor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/RecPyHSTWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/ScanSelectorWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/__pycache__/SlicesStack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/darkref/DarkRefWidget.py +0 -357
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/darkref/__pycache__/DarkRefCopyWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/darkref/__pycache__/DarkRefWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/darkref/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/datawatcher/__pycache__/DataWatcher.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/FTAxisWidget.py +0 -362
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/BeamGeoWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/DKRFWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/DisplayWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/ExpertWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/FTAxisWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/FTWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/PaganinWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/PyHSTWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/reconsParamsEditor/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/SelectionTable.py +0 -187
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/samplemoved/__pycache__/SelectionTable.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_h5Editor.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_recPyHSTWidget.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_slicestack.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/__pycache__/test_syncReconsParam.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_h5Editor.py +0 -455
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/test/test_slicestack.py +0 -90
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/__pycache__/parser.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/__pycache__/scheme.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/parser.py +0 -341
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/test/__pycache__/__init__.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/test/__pycache__/test_core_process_loading.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/simpleworkflow/test/test_core_process_loading.py +0 -256
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/web/test/__pycache__/test_grayLogConnection.cpython-37.pyc +0 -0
- users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer-0.2.0a1-py3.7.egg-info/SOURCES.txt +0 -185
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer/core/darkref → orangecontrib/tomwer/orange}/__init__.py +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → control/icons}/esrf.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → control/icons}/scanselector.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → control/icons}/validator.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → reconstruction/icons}/bricks.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → reconstruction/icons}/darkref.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → reconstruction/icons}/refCopy.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → reconstruction/icons}/tomogui.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → visualization/icons}/eye.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → visualization/icons}/sampleMoved.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/orangecontrib/tomwer/widgets/{icons → visualization/icons}/slicesstack.png +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/core/{processlog.py → process/processlog.py} +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{darkref → reconstruction/darkref}/__init__.py +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{H5FileDialog.py → reconstruction/ftserie/h5editor/h5filedialog.py} +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/tomwer/gui/{OctaveVersionGetter.py → reconstruction/ftserie/h5editor/octaveversiongetter.py} +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{orangecontrib/tomwer/widgets → tomwer/resources/gui}/icons/hourglass.npy +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{orangecontrib/tomwer/widgets → tomwer/resources/gui}/icons/imageNotFound.npy +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7-nspkg.pth → tomwer-0.4.0-py3.7-nspkg.pth} +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/dependency_links.txt +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/entry_points.txt +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/namespace_packages.txt +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/not-zip-safe +0 -0
- /users/payno/.local/share/virtualenvs/tomwer_venc/lib/python3.7/site-packages/{tomwer-0.2.0a1-py3.7.egg-info → tomwer-0.4.0-py3.7.egg-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/users/payno/.local/share/virtualenvs/tomwer_venc/bin/python
|
2
|
-
# EASY-INSTALL-ENTRY-SCRIPT: 'tomwer==0.
|
3
|
-
__requires__ = 'tomwer==0.
|
2
|
+
# EASY-INSTALL-ENTRY-SCRIPT: 'tomwer==0.4.0','console_scripts','tomwer'
|
3
|
+
__requires__ = 'tomwer==0.4.0'
|
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.
|
11
|
+
load_entry_point('tomwer==0.4.0', 'console_scripts', 'tomwer')()
|
12
12
|
)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,48 @@
|
|
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__ = "26/10/2018"
|
29
|
+
|
30
|
+
from Orange.widgets import settings
|
31
|
+
|
32
|
+
|
33
|
+
class CallbackSettingsHandler(settings.SettingsHandler):
|
34
|
+
"""
|
35
|
+
Settings handler used to call some callback before packing data (so before)
|
36
|
+
saving orange :class:`Setting`
|
37
|
+
"""
|
38
|
+
def __init__(self):
|
39
|
+
super(CallbackSettingsHandler, self).__init__()
|
40
|
+
self.__callbacks = []
|
41
|
+
|
42
|
+
def addCallback(self, _callback):
|
43
|
+
self.__callbacks.append(_callback)
|
44
|
+
|
45
|
+
def pack_data(self, widget):
|
46
|
+
for callback in self.__callbacks:
|
47
|
+
callback()
|
48
|
+
return super(CallbackSettingsHandler, self).pack_data(widget)
|
@@ -32,8 +32,9 @@ from numpy.distutils.misc_util import Configuration
|
|
32
32
|
|
33
33
|
|
34
34
|
def configuration(parent_package='', top_path=None):
|
35
|
-
config = Configuration('
|
35
|
+
config = Configuration('tomwer', parent_package, top_path)
|
36
36
|
config.add_subpackage('widgets')
|
37
|
+
config.add_subpackage('test')
|
37
38
|
|
38
39
|
return config
|
39
40
|
|
@@ -34,7 +34,7 @@ import logging
|
|
34
34
|
import os
|
35
35
|
import shutil
|
36
36
|
|
37
|
-
from tomwer.core.
|
37
|
+
from tomwer.core.scan.edfscan import EDFTomoScan
|
38
38
|
from silx.gui import qt
|
39
39
|
|
40
40
|
from tomwer.test.utils import UtilsTest
|
@@ -72,7 +72,7 @@ class Simulation(qt.QThread):
|
|
72
72
|
super(Simulation, self).__init__()
|
73
73
|
|
74
74
|
self.targetdir = targetdir
|
75
|
-
self.outputFolder = targetdir
|
75
|
+
self.outputFolder = os.path.sep.join((targetdir, manipulationId))
|
76
76
|
self.finalState = finalState
|
77
77
|
self.currentState = 'not started'
|
78
78
|
self._createFinalXML = False
|
@@ -83,14 +83,14 @@ class Simulation(qt.QThread):
|
|
83
83
|
self.destPattern = None
|
84
84
|
|
85
85
|
def __getOriginalDataSet(self, dataSetID):
|
86
|
-
"""Return paths to the requested
|
86
|
+
"""Return paths to the requested scan
|
87
87
|
"""
|
88
88
|
assert(dataSetID in self.__definedDataset)
|
89
89
|
dataDir = UtilsTest.getDataset(dataSetID)
|
90
90
|
|
91
91
|
assert(os.path.isdir(dataDir))
|
92
92
|
assert(os.path.isfile(os.path.join(dataDir, dataSetID + ".info")))
|
93
|
-
slices =
|
93
|
+
slices = EDFTomoScan.getRadioPaths(dataDir)
|
94
94
|
nbSlices = len(slices)
|
95
95
|
manipulationID = dataSetID
|
96
96
|
|
@@ -114,7 +114,7 @@ class Simulation(qt.QThread):
|
|
114
114
|
if srcPattern is not None or destPattern is not None:
|
115
115
|
assert(os.path.isdir(srcPattern))
|
116
116
|
assert(os.path.isdir(destPattern))
|
117
|
-
targettedFolder =
|
117
|
+
targettedFolder = self.outputFolder.replace(self.srcPattern, self.destPattern, 1)
|
118
118
|
if not os.path.isdir(targettedFolder):
|
119
119
|
os.mkdir(targettedFolder)
|
120
120
|
|
@@ -28,20 +28,28 @@ __license__ = "MIT"
|
|
28
28
|
__date__ = "15/05/2017"
|
29
29
|
|
30
30
|
import unittest
|
31
|
+
from . import test_axis_ftseries
|
31
32
|
from . import test_scanlist_samplemoved
|
32
33
|
from . import test_scanlist_ftserie
|
33
|
-
from . import test_workflows
|
34
34
|
from . import test_dark_flat_field
|
35
|
+
from . import test_lamino
|
36
|
+
from . import test_owidgets
|
37
|
+
from . import test_dump_widget_canvas
|
38
|
+
from . import test_folder_transfert
|
35
39
|
from ..widgets import test as test_widgets
|
36
40
|
|
37
41
|
|
38
42
|
def suite(loader=None, pattern='test*.py'):
|
39
43
|
test_suite = unittest.TestSuite()
|
44
|
+
test_suite.addTest(test_axis_ftseries.suite())
|
40
45
|
test_suite.addTest(test_widgets.suite())
|
41
46
|
test_suite.addTest(test_scanlist_ftserie.suite())
|
42
|
-
test_suite.addTests(test_workflows.suite())
|
43
47
|
test_suite.addTest(test_dark_flat_field.suite())
|
48
|
+
test_suite.addTest(test_lamino.suite())
|
44
49
|
test_suite.addTest(test_scanlist_samplemoved.suite())
|
50
|
+
test_suite.addTest(test_owidgets.suite())
|
51
|
+
test_suite.addTest(test_dump_widget_canvas.suite())
|
52
|
+
test_suite.addTests(test_folder_transfert.suite())
|
45
53
|
return test_suite
|
46
54
|
|
47
55
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,253 @@
|
|
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
|
+
"""contains test for relation between axis and ftseries"""
|
26
|
+
|
27
|
+
|
28
|
+
__authors__ = ["H. Payno"]
|
29
|
+
__license__ = "MIT"
|
30
|
+
__date__ = "23/10/2019"
|
31
|
+
|
32
|
+
|
33
|
+
import unittest
|
34
|
+
from orangecontrib.tomwer.test.utils import OrangeWorflowTest
|
35
|
+
from tomwer.test.utils import skip_gui_test
|
36
|
+
from tomwer.core.utils.scanutils import MockEDF
|
37
|
+
from silx.gui.utils.testutils import SignalListener
|
38
|
+
import tempfile
|
39
|
+
import shutil
|
40
|
+
import time
|
41
|
+
import os
|
42
|
+
|
43
|
+
|
44
|
+
TIMEOUT_TEST = 10
|
45
|
+
|
46
|
+
@unittest.skipIf(skip_gui_test(), reason='skip gui test')
|
47
|
+
@unittest.skip('Fail on CI...')
|
48
|
+
class TestAxisFtseries(OrangeWorflowTest):
|
49
|
+
"""
|
50
|
+
Create the following workflow:
|
51
|
+
datawatcherOW -> axisOW -> ftseriesOW
|
52
|
+
"""
|
53
|
+
@classmethod
|
54
|
+
def setUpClass(cls):
|
55
|
+
super().setUpClass()
|
56
|
+
cls.nodeDataWatcher = cls.addWidget(cls,
|
57
|
+
'orangecontrib.tomwer.widgets.control.DataWatcherOW.DataWatcherOW')
|
58
|
+
cls.nodeAxis = cls.addWidget(cls,
|
59
|
+
'orangecontrib.tomwer.widgets.reconstruction.AxisOW.AxisOW')
|
60
|
+
cls.nodeFTSerie = cls.addWidget(cls,
|
61
|
+
'orangecontrib.tomwer.widgets.reconstruction.FtseriesOW.FtseriesOW')
|
62
|
+
|
63
|
+
# Let Orange process events (node creations)
|
64
|
+
cls.processOrangeEvents(cls)
|
65
|
+
|
66
|
+
# linking the workflow
|
67
|
+
cls.link(cls,
|
68
|
+
cls.nodeDataWatcher, "data",
|
69
|
+
cls.nodeAxis, "data")
|
70
|
+
cls.link(cls,
|
71
|
+
cls.nodeAxis, "data",
|
72
|
+
cls.nodeFTSerie, "data")
|
73
|
+
|
74
|
+
# Let Orange process events (node creations)
|
75
|
+
cls.processOrangeEvents(cls)
|
76
|
+
|
77
|
+
# getting the widgets
|
78
|
+
cls.datawatcherWidget = cls.getWidgetForNode(cls, cls.nodeDataWatcher)
|
79
|
+
cls.axisWidget = cls.getWidgetForNode(cls, cls.nodeAxis)
|
80
|
+
cls.ftserieWidget = cls.getWidgetForNode(cls, cls.nodeFTSerie)
|
81
|
+
|
82
|
+
@classmethod
|
83
|
+
def tearDownClass(cls):
|
84
|
+
for node in (cls.nodeAxis, cls.nodeFTSerie, cls.nodeDataWatcher):
|
85
|
+
cls.removeNode(cls, node)
|
86
|
+
cls.app.processEvents()
|
87
|
+
del cls.nodeFTSerie
|
88
|
+
del cls.nodeAxis
|
89
|
+
del cls.nodeDataWatcher
|
90
|
+
super().tearDownClass()
|
91
|
+
|
92
|
+
def setUp(self) -> None:
|
93
|
+
super().setUp()
|
94
|
+
self.root_dir = tempfile.mkdtemp()
|
95
|
+
self.scan_1_path = tempfile.mkdtemp(dir=self.root_dir)
|
96
|
+
self.scan_2_path = tempfile.mkdtemp(dir=self.root_dir)
|
97
|
+
self.scan_3_path = tempfile.mkdtemp(dir=self.root_dir)
|
98
|
+
self.scan_dirs = [
|
99
|
+
self.scan_1_path,
|
100
|
+
self.scan_2_path,
|
101
|
+
self.scan_3_path,
|
102
|
+
]
|
103
|
+
|
104
|
+
self.mocks = []
|
105
|
+
for scan_dir in self.scan_dirs:
|
106
|
+
mock = MockEDF(scan_path=scan_dir, n_radio=20, n_ini_radio=20)
|
107
|
+
assert os.path.exists(scan_dir)
|
108
|
+
self.mocks.append(mock)
|
109
|
+
|
110
|
+
# set up axis, ftseries and data watcher
|
111
|
+
self.datawatcherWidget.setFolderObserved(self.root_dir)
|
112
|
+
assert os.path.exists(self.root_dir)
|
113
|
+
self.axisWidget._axis_params.mode = 'manual'
|
114
|
+
self.ftserieWidget._ftserie.dry_run = True
|
115
|
+
# self.ftserieWidget._ftserie.reconsStack.dry_run = True
|
116
|
+
self.ftserieWidget.recons_params.axis.do_axis_correction = True
|
117
|
+
self.ftserieWidget.recons_params.axis.use_tomwer_axis = True
|
118
|
+
self.ftserieWidget.recons_params.axis.use_old_tomwer_axis = False
|
119
|
+
|
120
|
+
self.axisWidget._skip_exec(True)
|
121
|
+
|
122
|
+
# create listeners
|
123
|
+
self.axisListener = SignalListener()
|
124
|
+
self.ftseriesListener = SignalListener()
|
125
|
+
|
126
|
+
# signal / slot connection
|
127
|
+
self.axisWidget.sigScanReady.connect(self.axisListener)
|
128
|
+
self.ftserieWidget.sigScanReady.connect(self.ftseriesListener)
|
129
|
+
|
130
|
+
def tearDown(self) -> None:
|
131
|
+
shutil.rmtree(self.root_dir)
|
132
|
+
super().tearDown()
|
133
|
+
|
134
|
+
def testAxisConsequence(self):
|
135
|
+
"""
|
136
|
+
scenario:
|
137
|
+
1. scan1 is detected, axis should wait for an answer, then the axis is
|
138
|
+
computed but not locked, ftseries should use the axis value computed.
|
139
|
+
2. scan2 is detected, axis should wait for an answer, then axis is
|
140
|
+
computed and lock this time, ftseries should use the axis value
|
141
|
+
computed.
|
142
|
+
3. scan3 is detected, it should pass directly through axis and the
|
143
|
+
cor value set and used by ftseries
|
144
|
+
"""
|
145
|
+
assert os.path.exists(self.scan_1_path)
|
146
|
+
assert os.path.exists(self.scan_2_path)
|
147
|
+
assert os.path.exists(self.scan_3_path)
|
148
|
+
|
149
|
+
def _wait(timeout):
|
150
|
+
timeout = timeout - 0.1
|
151
|
+
self.app.processEvents()
|
152
|
+
self.processOrangeEventsStack()
|
153
|
+
time.sleep(0.1)
|
154
|
+
return timeout
|
155
|
+
|
156
|
+
def getCORFrmFile(file_path):
|
157
|
+
assert os.path.exists(file_path)
|
158
|
+
with open(file_path) as fd:
|
159
|
+
v = fd.readline()
|
160
|
+
try:
|
161
|
+
v = float(v)
|
162
|
+
except:
|
163
|
+
v = None
|
164
|
+
finally:
|
165
|
+
return v
|
166
|
+
|
167
|
+
# 1.
|
168
|
+
self.datawatcherWidget.startObservation()
|
169
|
+
self.axisWidget._axis_params.value = 12.0
|
170
|
+
self.mocks[0].end_acquisition()
|
171
|
+
|
172
|
+
# wait until we can validate
|
173
|
+
timeout = TIMEOUT_TEST
|
174
|
+
while timeout > 0 and self.axisWidget._n_skip == 0:
|
175
|
+
timeout = _wait(timeout)
|
176
|
+
if timeout < 0:
|
177
|
+
raise TimeoutError('axis never ended calculation')
|
178
|
+
validate_btn = self.axisWidget._widget._radioAxis._applyBut
|
179
|
+
validate_btn.click()
|
180
|
+
|
181
|
+
# wait until the axis windows expose (so scan should have been received)
|
182
|
+
timeout = TIMEOUT_TEST
|
183
|
+
while timeout > 0 and self.axisListener.callCount() < 1:
|
184
|
+
timeout = _wait(timeout)
|
185
|
+
if timeout < 0:
|
186
|
+
raise TimeoutError('axis was never validated')
|
187
|
+
|
188
|
+
timeout = TIMEOUT_TEST
|
189
|
+
while timeout > 0 and self.ftseriesListener.callCount() < 1:
|
190
|
+
timeout = _wait(timeout)
|
191
|
+
if timeout < 0:
|
192
|
+
raise TimeoutError('ftserie never ended recosntruction')
|
193
|
+
|
194
|
+
scan_1_correct_file = os.path.join(self.scan_1_path, 'correct.txt')
|
195
|
+
self.assertTrue(os.path.exists(scan_1_correct_file))
|
196
|
+
self.assertEqual(getCORFrmFile(scan_1_correct_file), 12.0)
|
197
|
+
|
198
|
+
# 2.
|
199
|
+
self.axisWidget._axis_params.value = -6.369
|
200
|
+
self.mocks[1].end_acquisition()
|
201
|
+
|
202
|
+
# wait until we can validate
|
203
|
+
timeout = TIMEOUT_TEST
|
204
|
+
while timeout > 0 and self.axisWidget._n_skip == 1:
|
205
|
+
timeout = _wait(timeout)
|
206
|
+
if timeout < 0:
|
207
|
+
raise TimeoutError('axis never ended calculation')
|
208
|
+
validate_btn = self.axisWidget._widget._radioAxis._applyBut
|
209
|
+
validate_btn.click()
|
210
|
+
|
211
|
+
# wait until the axis windows expose (so scan should have been received)
|
212
|
+
timeout = TIMEOUT_TEST
|
213
|
+
while timeout > 0 and self.axisListener.callCount() < 2:
|
214
|
+
timeout = _wait(timeout)
|
215
|
+
if timeout < 0:
|
216
|
+
raise TimeoutError('axis was never validated')
|
217
|
+
|
218
|
+
timeout = TIMEOUT_TEST
|
219
|
+
while timeout > 0 and self.ftseriesListener.callCount() < 2:
|
220
|
+
timeout = _wait(timeout)
|
221
|
+
if timeout < 0:
|
222
|
+
raise TimeoutError('ftserie never ended recosntruction')
|
223
|
+
scan_2_correct_file = os.path.join(self.scan_2_path, 'correct.txt')
|
224
|
+
self.assertTrue(os.path.exists(scan_2_correct_file))
|
225
|
+
self.assertEqual(getCORFrmFile(scan_2_correct_file), -6.369)
|
226
|
+
|
227
|
+
# 3.
|
228
|
+
# lock the result
|
229
|
+
self.axisWidget._lock_axis_controls(True)
|
230
|
+
self.mocks[2].end_acquisition()
|
231
|
+
|
232
|
+
# wait until the axis windows expose (so scan should have been received)
|
233
|
+
timeout = TIMEOUT_TEST
|
234
|
+
while timeout > 0 and self.axisListener.callCount() < 3:
|
235
|
+
timeout = _wait(timeout)
|
236
|
+
if timeout < 0:
|
237
|
+
raise TimeoutError('axis was never validated')
|
238
|
+
|
239
|
+
timeout = TIMEOUT_TEST
|
240
|
+
while timeout > 0 and self.ftseriesListener.callCount() < 3:
|
241
|
+
timeout = _wait(timeout)
|
242
|
+
if timeout < 0:
|
243
|
+
raise TimeoutError('ftserie never ended recosntruction')
|
244
|
+
scan_3_correct_file = os.path.join(self.scan_3_path, 'correct.txt')
|
245
|
+
self.assertTrue(os.path.exists(scan_3_correct_file))
|
246
|
+
self.assertEqual(getCORFrmFile(scan_3_correct_file), -6.369)
|
247
|
+
|
248
|
+
|
249
|
+
def suite():
|
250
|
+
test_suite = unittest.TestSuite()
|
251
|
+
for ui in (TestAxisFtseries, ):
|
252
|
+
test_suite.addTest(unittest.defaultTestLoader.loadTestsFromTestCase(ui))
|
253
|
+
return test_suite
|
@@ -27,78 +27,89 @@ __license__ = "MIT"
|
|
27
27
|
__date__ = "09/02/2018"
|
28
28
|
|
29
29
|
import logging
|
30
|
-
import time
|
31
30
|
import os
|
32
31
|
import shutil
|
33
32
|
import tempfile
|
33
|
+
import time
|
34
34
|
import unittest
|
35
|
+
from glob import glob
|
36
|
+
|
37
|
+
from orangecontrib.tomwer.test.utils import OrangeWorflowTest
|
35
38
|
from tomwer.core import utils
|
36
|
-
from tomwer.core.
|
39
|
+
from tomwer.core.process.reconstruction.darkref.darkrefs import DarkRefs
|
37
40
|
from tomwer.core.settings import mock_lsbram
|
38
|
-
from tomwer.core.darkref.DarkRefs import DarkRefs
|
39
|
-
from orangecontrib.tomwer.test.OrangeWorkflowTest import OrangeWorflowTest
|
40
41
|
from tomwer.test.utils import UtilsTest
|
42
|
+
from tomwer.test.utils import skip_gui_test
|
43
|
+
from silx.gui.utils.testutils import SignalListener
|
41
44
|
|
42
45
|
logging.disable(logging.INFO)
|
43
46
|
|
44
|
-
app = QApplicationManager()
|
45
|
-
|
46
47
|
|
48
|
+
@unittest.skipIf(skip_gui_test(), reason='skip gui test')
|
49
|
+
@unittest.skip('Fail on CI')
|
47
50
|
class TestConstructionDarkAndFlatField(OrangeWorflowTest):
|
48
51
|
"""
|
49
52
|
test the workflow composed of the following widgets :
|
50
|
-
-
|
51
|
-
-
|
52
|
-
- DarkRefs : Make sure dark and flat field are skipped if already
|
53
|
-
existing
|
53
|
+
- DataWatcherOW
|
54
|
+
- DarkRefsCopy : Make sure the refCopy is correctly make
|
54
55
|
"""
|
55
56
|
|
57
|
+
TIMEOUT = 20
|
58
|
+
|
56
59
|
@classmethod
|
57
60
|
def setUpClass(cls):
|
58
61
|
OrangeWorflowTest.setUpClass()
|
59
62
|
# create widgets
|
60
|
-
|
61
|
-
|
62
|
-
nodeDarkRefs = cls.addWidget(cls,
|
63
|
-
|
64
|
-
|
63
|
+
cls.nodeDataWatcher = cls.addWidget(cls,
|
64
|
+
'orangecontrib.tomwer.widgets.control.DataWatcherOW.DataWatcherOW')
|
65
|
+
cls.nodeDarkRefs = cls.addWidget(cls,
|
66
|
+
'orangecontrib.tomwer.widgets.reconstruction.DarkRefAndCopyOW.DarkRefAndCopyOW')
|
67
|
+
cls.darkRefListener = SignalListener()
|
68
|
+
cls.datawatcherListener = SignalListener()
|
65
69
|
# Let Orange process events (node creations)
|
66
70
|
cls.processOrangeEvents(cls)
|
67
71
|
|
68
72
|
# linking the workflow
|
69
|
-
cls.link(cls,
|
70
|
-
nodeTomodir, "data",
|
71
|
-
nodeDarkRefs, "data")
|
73
|
+
cls.link(cls, cls.nodeDataWatcher, "data", cls.nodeDarkRefs, "data")
|
72
74
|
|
73
75
|
# Let Orange process events (node creations)
|
74
76
|
cls.processOrangeEvents(cls)
|
75
77
|
|
76
78
|
# getting the widgets
|
77
|
-
cls.
|
78
|
-
cls.darkRefsWidget = cls.getWidgetForNode(cls, nodeDarkRefs)
|
79
|
+
cls.datawatcherWidget = cls.getWidgetForNode(cls, cls.nodeDataWatcher)
|
80
|
+
cls.darkRefsWidget = cls.getWidgetForNode(cls, cls.nodeDarkRefs)
|
79
81
|
|
80
82
|
# set mock mode for FTSerieWidget
|
81
|
-
# set
|
82
|
-
cls.
|
83
|
+
# set data watcher ready for observation
|
84
|
+
cls.datawatcherWidget.displayAdvancement = False
|
83
85
|
# force Dark ref to be sync
|
84
86
|
cls.darkRefsWidget.setForceSync(True)
|
87
|
+
cls.darkRefsWidget.widget.sigScanReady.connect(cls.darkRefListener)
|
88
|
+
cls.datawatcherWidget._widget.sigScanReady.connect(cls.datawatcherListener)
|
85
89
|
|
86
90
|
@classmethod
|
87
91
|
def tearDownClass(cls):
|
88
|
-
|
92
|
+
for node in (cls.nodeDataWatcher, cls.nodeDarkRefs):
|
93
|
+
cls.removeNode(cls, node)
|
94
|
+
cls.app.processEvents()
|
95
|
+
del cls.datawatcherWidget
|
89
96
|
del cls.darkRefsWidget
|
90
97
|
OrangeWorflowTest.tearDownClass()
|
91
98
|
|
92
99
|
def setUp(self):
|
100
|
+
OrangeWorflowTest.setUp(self)
|
101
|
+
|
93
102
|
def prepareRefFolder():
|
94
103
|
datasetID = 'test10'
|
95
104
|
self.inputFolder = tempfile.mkdtemp()
|
96
105
|
self.scanFolder = os.path.join(self.inputFolder, datasetID)
|
97
|
-
|
98
|
-
|
106
|
+
self.copytree = shutil.copytree(
|
107
|
+
src=UtilsTest().getDataset(datasetID), dst=self.scanFolder)
|
108
|
+
|
109
|
+
[os.remove(f) for f in DarkRefs.getRefHSTFiles(self.scanFolder, prefix='refHST')]
|
110
|
+
[os.remove(f) for f in DarkRefs.getDarkHSTFiles(self.scanFolder, prefix='darkHST')]
|
99
111
|
|
100
|
-
|
101
|
-
[os.remove(f) for f in DarkRefs.getDarkHSTFiles(self.scanFolder)]
|
112
|
+
prepareRefFolder()
|
102
113
|
|
103
114
|
def prepareScanToProcess():
|
104
115
|
self._refParentFolder = tempfile.mkdtemp()
|
@@ -111,33 +122,63 @@ class TestConstructionDarkAndFlatField(OrangeWorflowTest):
|
|
111
122
|
src=os.path.join(self._refParentFolder, 'test01',
|
112
123
|
'test01.info'),
|
113
124
|
dst=os.path.join(self.scanFolder, 'test10.info'))
|
125
|
+
assert len(glob(os.path.join(self.refFolder, 'refHST*'))) > 0
|
126
|
+
# dark file should be dark.edf and not darkHST.edf
|
127
|
+
dark_HST = os.path.join(self.refFolder, 'darkHST0000.edf')
|
128
|
+
if os.path.exists(dark_HST):
|
129
|
+
os.rename(dark_HST, os.path.join(self.refFolder, 'dark.edf'))
|
130
|
+
assert len(glob(os.path.join(self.refFolder, 'dark.edf'))) == 1
|
114
131
|
|
115
|
-
OrangeWorflowTest.setUp(self)
|
116
|
-
prepareRefFolder()
|
117
132
|
prepareScanToProcess()
|
118
133
|
|
119
|
-
self.
|
120
|
-
self.darkRefsWidget.
|
134
|
+
self.datawatcherWidget.setFolderObserved(self.inputFolder)
|
135
|
+
self.darkRefsWidget.recons_params._set_skip_if_exist(True)
|
121
136
|
self.darkRefsWidget.setRefsFromScan(self.refFolder)
|
122
137
|
self.darkRefsWidget.setModeAuto(False)
|
123
138
|
utils.mockLowMemory(False)
|
124
139
|
mock_lsbram(True)
|
125
140
|
|
141
|
+
# reset listeners
|
142
|
+
self.darkRefListener.clear()
|
143
|
+
self.datawatcherListener.clear()
|
144
|
+
|
126
145
|
def tearDown(self):
|
146
|
+
self.datawatcherWidget._widget.stop()
|
127
147
|
shutil.rmtree(self._refParentFolder)
|
128
148
|
shutil.rmtree(self.inputFolder)
|
129
149
|
OrangeWorflowTest.tearDown(self)
|
130
150
|
|
131
151
|
def testWorkflow(self):
|
132
|
-
self.
|
152
|
+
assert not self.datawatcherWidget._widget.isObserving
|
153
|
+
self.datawatcherWidget.startObservation()
|
154
|
+
timeout = TestConstructionDarkAndFlatField.TIMEOUT
|
155
|
+
# wait until find the scan
|
156
|
+
while self.datawatcherListener.callCount() < 1 and timeout > 0:
|
157
|
+
self.app.processEvents()
|
158
|
+
timeout -= 0.2
|
159
|
+
time.sleep(0.2)
|
160
|
+
|
161
|
+
if timeout < 0:
|
162
|
+
raise TimeoutError("data watcher can't find any scan")
|
133
163
|
|
134
164
|
# let dark ref process time to end
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
165
|
+
timeout = TestConstructionDarkAndFlatField.TIMEOUT
|
166
|
+
while(timeout > 0 and self.darkRefListener.callCount() < 1):
|
167
|
+
self.app.processEvents()
|
168
|
+
timeout -= 0.2
|
169
|
+
time.sleep(0.2)
|
170
|
+
|
171
|
+
self.app.processEvents()
|
172
|
+
if timeout < 0:
|
173
|
+
raise TimeoutError("darkef didn't process")
|
174
|
+
|
175
|
+
self.assertTrue(len(DarkRefs.getDarkHSTFiles(self.scanFolder, prefix='refHST')) > 0)
|
176
|
+
self.assertTrue(len(DarkRefs.getRefHSTFiles(self.scanFolder, prefix='dark.edf')) > 0)
|
177
|
+
while(self.app.hasPendingEvents()):
|
178
|
+
self.app.processEvents()
|
179
|
+
|
180
|
+
self.assertTrue(self.darkRefListener.callCount() == 1)
|
181
|
+
self.assertTrue(self.datawatcherListener.callCount() == 1)
|
141
182
|
|
142
183
|
|
143
184
|
def suite():
|