tomwer 1.3.0a1__tar.gz → 1.3.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (836) hide show
  1. {tomwer-1.3.0a1/tomwer.egg-info → tomwer-1.3.16}/PKG-INFO +31 -11
  2. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/__init__.py +11 -12
  3. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListenerOW.py +6 -6
  4. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataValidatorOW.py +6 -6
  5. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +13 -2
  6. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +3 -3
  7. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXTomomillOW.py +23 -10
  8. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +6 -1
  9. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +6 -6
  10. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +1 -1
  11. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +6 -1
  12. tomwer-1.3.16/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +98 -0
  13. tomwer-1.3.16/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +129 -0
  14. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +13 -12
  15. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +1 -0
  16. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +6 -1
  17. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +11 -9
  18. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +11 -9
  19. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +12 -15
  20. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +9 -9
  21. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +1 -1
  22. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -1
  23. {tomwer-1.3.0a1 → tomwer-1.3.16}/setup.cfg +11 -7
  24. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/__main__.py +0 -10
  25. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/axis.py +3 -3
  26. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/config.py +3 -3
  27. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/environ.py +1 -0
  28. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/mainwindow.py +4 -1
  29. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/diffframe.py +3 -3
  30. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/intensitynormalization.py +12 -11
  31. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/multicor.py +3 -3
  32. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/multipag.py +3 -3
  33. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/nabuapp.py +0 -11
  34. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/radiostack.py +4 -2
  35. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/samplemoved.py +3 -2
  36. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/scanviewer.py +4 -2
  37. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/sinogramviewer.py +3 -2
  38. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/slicestack.py +3 -2
  39. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/zstitching.py +14 -3
  40. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/datalistener.py +16 -11
  41. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -9
  42. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/nxtomomill.py +2 -2
  43. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scantransfer.py +9 -33
  44. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/volumesymlink.py +2 -2
  45. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/darkflatpatch.py +8 -9
  46. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/imagekeyeditor.py +25 -22
  47. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/publish.py +1 -1
  48. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/screenshots.py +1 -0
  49. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/axis.py +263 -59
  50. tomwer-1.3.16/tomwer/core/process/reconstruction/axis/mode.py +210 -0
  51. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/params.py +23 -20
  52. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefs.py +12 -13
  53. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/darkrefscopy.py +37 -8
  54. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/castvolume.py +3 -3
  55. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabucommon.py +43 -20
  56. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuscores.py +35 -7
  57. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuslices.py +83 -74
  58. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/nabuvolume.py +32 -28
  59. tomwer-1.3.16/tomwer/core/process/reconstruction/nabu/plane.py +9 -0
  60. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/utils.py +39 -9
  61. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/saaxis.py +6 -2
  62. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +11 -1
  63. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/params.py +3 -3
  64. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref_copy.py +4 -4
  65. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/nabustitcher.py +11 -10
  66. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/task.py +34 -26
  67. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_axis.py +7 -6
  68. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_transfer.py +3 -2
  69. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_nabu.py +10 -2
  70. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_normalization.py +2 -2
  71. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/blissscan.py +3 -3
  72. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/edfscan.py +9 -9
  73. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/nxtomoscan.py +14 -12
  74. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scanbase.py +30 -24
  75. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_edf.py +2 -2
  76. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_future_scan.py +1 -1
  77. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_h5.py +6 -6
  78. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_process_registration.py +2 -2
  79. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/test_scan.py +1 -75
  80. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/settings.py +3 -3
  81. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/test_utils.py +2 -2
  82. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/tomwer_object.py +1 -1
  83. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/edfvolume.py +6 -6
  84. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/hdf5volume.py +6 -6
  85. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/jp2kvolume.py +6 -6
  86. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/rawvolume.py +6 -6
  87. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/tiffvolume.py +12 -12
  88. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/slurm.py +19 -10
  89. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/supervisor.py +12 -0
  90. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_cluster.py +2 -3
  91. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/test_supervisor.py +1 -1
  92. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datalist.py +5 -0
  93. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/controlwidget.py +2 -4
  94. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcher.py +1 -24
  95. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/reducedarkflatselector.py +8 -8
  96. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/selectorwidgetbase.py +3 -1
  97. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_single_tomo_obj.py +1 -1
  98. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/dkrfpatch.py +4 -4
  99. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/imagekeyeditor.py +3 -1
  100. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/nxtomoeditor.py +28 -20
  101. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/nxtomowarmer.py +3 -2
  102. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_dkrf_patch.py +6 -6
  103. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_nx_editor.py +58 -1
  104. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/imagefromfile.py +2 -2
  105. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qfolderdialog.py +24 -1
  106. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/CompareImages.py +88 -168
  107. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/axis.py +16 -13
  108. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/radioaxis.py +61 -182
  109. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +11 -0
  110. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/darkrefwidget.py +2 -1
  111. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/castvolume.py +13 -2
  112. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/output.py +16 -1
  113. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +16 -14
  114. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +54 -21
  115. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slices.py +4 -4
  116. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/intensity.py +3 -25
  117. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/corrangeselector.py +1 -1
  118. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/saaxis.py +3 -13
  119. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +0 -10
  120. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/scoreplot.py +3 -7
  121. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_axis.py +18 -4
  122. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_nabu.py +3 -0
  123. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching.py +2 -2
  124. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_preview.py +8 -58
  125. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitching_raw.py +3 -3
  126. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/inputwidget.py +12 -2
  127. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/lineselector.py +1 -1
  128. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/dataviewer.py +47 -17
  129. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/sinogramviewer.py +19 -26
  130. tomwer-1.3.16/tomwer/gui/visualization/test/test_volumeviewer.py +82 -0
  131. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/volumeviewer.py +114 -113
  132. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/h5pyutils.py +3 -3
  133. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/utils.py +7 -7
  134. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.svg +1 -1
  135. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/no_rot.svg +1 -1
  136. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/darkflatpatch.py +17 -12
  137. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/castvolume.py +20 -5
  138. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/dkrefcopy.py +10 -0
  139. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/test_scripts.py +0 -3
  140. tomwer-1.3.16/tomwer/third_part/WaitingOverlay.py +110 -0
  141. tomwer-1.3.16/tomwer/third_part/__init__.py +0 -0
  142. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/version.py +3 -3
  143. {tomwer-1.3.0a1 → tomwer-1.3.16/tomwer.egg-info}/PKG-INFO +31 -11
  144. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/SOURCES.txt +4 -42
  145. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/requires.txt +29 -8
  146. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +0 -98
  147. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +0 -129
  148. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/TofuOW.py +0 -197
  149. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/XY_lamino.svg +0 -168
  150. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/XZ_lamino.svg +0 -275
  151. tomwer-1.3.0a1/orangecontrib/tomwer/widgets/reconstruction/icons/YZ_lamino.svg +0 -182
  152. tomwer-1.3.0a1/tomwer/app/lamino.py +0 -143
  153. tomwer-1.3.0a1/tomwer/core/process/reconstruction/axis/mode.py +0 -99
  154. tomwer-1.3.0a1/tomwer/core/process/reconstruction/lamino/__init__.py +0 -1
  155. tomwer-1.3.0a1/tomwer/core/process/reconstruction/lamino/tofu.py +0 -1000
  156. tomwer-1.3.0a1/tomwer/core/process/test/test_lamino.py +0 -76
  157. tomwer-1.3.0a1/tomwer/core/test/test_lamino.py +0 -92
  158. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/__init__.py +0 -31
  159. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/TofuOptionLoader.py +0 -107
  160. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/__init__.py +0 -1
  161. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/misc.py +0 -148
  162. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/projections.py +0 -896
  163. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/settings.py +0 -75
  164. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofu.py +0 -432
  165. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofuexpert.py +0 -567
  166. tomwer-1.3.0a1/tomwer/gui/reconstruction/lamino/tofu/tofuoutput.py +0 -757
  167. tomwer-1.3.0a1/tomwer/gui/reconstruction/test/test_lamino.py +0 -194
  168. tomwer-1.3.0a1/tomwer/gui/visualization/test/test_volumeviewer.py +0 -84
  169. tomwer-1.3.0a1/tomwer/resources/gui/icons/lamino_parameters.svg +0 -70
  170. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_angle.png +0 -0
  171. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_angle.svg +0 -509
  172. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_beta_angle.png +0 -0
  173. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_beta_angle.svg +0 -97
  174. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_theta_angle.png +0 -0
  175. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/lamino_theta_angle.svg +0 -368
  176. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/manual_slice.png +0 -0
  177. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/manual_slice.svg +0 -221
  178. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/psi_angle.png +0 -0
  179. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/psi_angle.svg +0 -479
  180. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/rotation_center.png +0 -0
  181. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/rotation_center.svg +0 -276
  182. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/slice_stack.png +0 -0
  183. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/slice_stack.svg +0 -266
  184. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xy_slice.png +0 -0
  185. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xy_slice.svg +0 -269
  186. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xz_slice.png +0 -0
  187. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/xz_slice.svg +0 -270
  188. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/yz_slice.png +0 -0
  189. tomwer-1.3.0a1/tomwer/resources/gui/illustrations/yz_slice.svg +0 -270
  190. tomwer-1.3.0a1/tomwer/synctools/stacks/reconstruction/lamino.py +0 -233
  191. {tomwer-1.3.0a1 → tomwer-1.3.16}/LICENSE +0 -0
  192. {tomwer-1.3.0a1 → tomwer-1.3.16}/MANIFEST.in +0 -0
  193. {tomwer-1.3.0a1 → tomwer-1.3.16}/README.rst +0 -0
  194. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/__init__.py +0 -0
  195. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/__init__.py +0 -0
  196. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/__init__.py +0 -0
  197. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/managedprocess.py +0 -0
  198. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/orange/settings.py +0 -0
  199. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/state_summary.py +0 -0
  200. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/EBS_tomo_listener.ows +0 -0
  201. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/__init__.py +0 -0
  202. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/append_raw_darks_and_flats_frames_to_NXtomos.ows +0 -0
  203. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/cast_volume.ows +0 -0
  204. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth1.ows +0 -0
  205. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/copy_reduced_darks_and_flats_meth2.ows +0 -0
  206. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/default_cor_search.ows +0 -0
  207. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/hello_world_python_script.ows +0 -0
  208. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/icat_publication.ows +0 -0
  209. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows +0 -0
  210. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows +0 -0
  211. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows +0 -0
  212. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows +0 -0
  213. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows +0 -0
  214. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/FutureSupervisorOW.py +0 -0
  215. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/SlurmClusterOW.py +0 -0
  216. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/__init__.py +0 -0
  217. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.png +0 -0
  218. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurm.svg +0 -0
  219. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.png +0 -0
  220. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/cluster/icons/slurmobserver.svg +0 -0
  221. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/AdvancementOW.py +0 -0
  222. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +0 -0
  223. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataListOW.py +0 -0
  224. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataSelectorOW.py +0 -0
  225. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataTransfertOW.py +0 -0
  226. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/DataWatcherOW.py +0 -0
  227. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/EmailOW.py +0 -0
  228. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/FilterOW.py +0 -0
  229. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/NotifierOW.py +0 -0
  230. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/ReduceDarkFlatSelectorOW.py +0 -0
  231. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TimerOW.py +0 -0
  232. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/TomoObjSerieOW.py +0 -0
  233. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSelector.py +0 -0
  234. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/VolumeSymLinkOW.py +0 -0
  235. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/__init__.py +0 -0
  236. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.png +0 -0
  237. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/advancement.svg +0 -0
  238. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.png +0 -0
  239. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/concatenate_nxtomos.svg +0 -0
  240. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.png +0 -0
  241. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datadiscover.svg +0 -0
  242. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.png +0 -0
  243. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datalistener.svg +0 -0
  244. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/datawatcher.svg +0 -0
  245. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.png +0 -0
  246. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/edf2nx.svg +0 -0
  247. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.png +0 -0
  248. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/email.svg +0 -0
  249. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/esrf.png +0 -0
  250. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/folder-transfert.svg +0 -0
  251. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/image_key_upgrader.png +0 -0
  252. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.png +0 -0
  253. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/namefilter.svg +0 -0
  254. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.png +0 -0
  255. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/notification.svg +0 -0
  256. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.png +0 -0
  257. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/nxtomomill.svg +0 -0
  258. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/progress.svg +0 -0
  259. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.png +0 -0
  260. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/reduced_darkflat_selector.svg +0 -0
  261. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanlist.svg +0 -0
  262. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.png +0 -0
  263. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/scanselector.svg +0 -0
  264. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.png +0 -0
  265. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/single_tomo_obj.svg +0 -0
  266. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/time.png +0 -0
  267. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.png +0 -0
  268. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomoobjserie.svg +0 -0
  269. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/tomwer.png +0 -0
  270. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validator.png +0 -0
  271. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/validatorcrack.png +0 -0
  272. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.png +0 -0
  273. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumeselector.svg +0 -0
  274. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.png +0 -0
  275. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/control/icons/volumesymlink.svg +0 -0
  276. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/ObjectInspectorOW.py +0 -0
  277. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/__init__.py +0 -0
  278. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.png +0 -0
  279. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/hammer.svg +0 -0
  280. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.png +0 -0
  281. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/debugtools/icons/inspector.svg +0 -0
  282. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +0 -0
  283. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +0 -0
  284. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +0 -0
  285. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/__init__.py +0 -0
  286. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.png +0 -0
  287. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_editor.svg +0 -0
  288. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.png +0 -0
  289. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/image_key_upgrader.svg +0 -0
  290. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.png +0 -0
  291. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/nx_tomo_editor.svg +0 -0
  292. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.png +0 -0
  293. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/icons/patch_dark_flat.svg +0 -0
  294. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/__init__.py +0 -0
  295. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_dark_flat_patch.py +0 -0
  296. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_editor.py +0 -0
  297. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_image_key_upgrader.py +0 -0
  298. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/edit/test/test_nxtomo_editor.py +0 -0
  299. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/PublishProcessedDataOW.py +0 -0
  300. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/__init__.py +0 -0
  301. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.png +0 -0
  302. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/add_gallery.svg +0 -0
  303. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.png +0 -0
  304. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.svg +0 -0
  305. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.png +0 -0
  306. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.svg +0 -0
  307. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer.png +0 -0
  308. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.png +0 -0
  309. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_build.svg +0 -0
  310. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.png +0 -0
  311. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_cluster.svg +0 -0
  312. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.png +0 -0
  313. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_control.svg +0 -0
  314. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
  315. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +0 -0
  316. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.png +0 -0
  317. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_debug_tools.svg +0 -0
  318. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.png +0 -0
  319. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_edit.svg +0 -0
  320. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.png +0 -0
  321. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_other.svg +0 -0
  322. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.png +0 -0
  323. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_stitching.svg +0 -0
  324. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.png +0 -0
  325. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/icons/tomwer_visu.svg +0 -0
  326. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/PythonScriptOW.py +0 -0
  327. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/TomoObjsHub.py +0 -0
  328. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/__init__.py +0 -0
  329. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/PythonScript.svg +0 -0
  330. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.png +0 -0
  331. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/other/icons/hub.svg +0 -0
  332. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +0 -0
  333. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +0 -0
  334. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +0 -0
  335. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/__init__.py +0 -0
  336. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.png +0 -0
  337. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/axis.svg +0 -0
  338. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/bricks.png +0 -0
  339. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.png +0 -0
  340. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/darkref.svg +0 -0
  341. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.png +0 -0
  342. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/delta_beta_range.svg +0 -0
  343. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/esrf.png +0 -0
  344. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.png +0 -0
  345. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_2d.svg +0 -0
  346. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.png +0 -0
  347. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_3d.svg +0 -0
  348. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.png +0 -0
  349. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_cast.svg +0 -0
  350. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.png +0 -0
  351. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/nabu_prepare_weights_double.svg +0 -0
  352. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.png +0 -0
  353. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/norm_I.svg +0 -0
  354. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.png +0 -0
  355. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/refCopy.svg +0 -0
  356. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.png +0 -0
  357. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/saaxis.svg +0 -0
  358. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.png +0 -0
  359. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/sadeltabeta.svg +0 -0
  360. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomogui.png +0 -0
  361. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/reconstruction/icons/tomwer.png +0 -0
  362. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/StitcherOW.py +0 -0
  363. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/ZStitchingConfigOW.py +0 -0
  364. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/stitching/__init__.py +0 -0
  365. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/utils.py +0 -0
  366. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +0 -0
  367. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +0 -0
  368. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/RadioStackOW.py +0 -0
  369. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SampleMovedOW.py +0 -0
  370. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/SliceStackOW.py +0 -0
  371. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +0 -0
  372. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/__init__.py +0 -0
  373. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.png +0 -0
  374. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/diff.svg +0 -0
  375. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/esrf.png +0 -0
  376. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eye.png +0 -0
  377. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/eyecrack.png +0 -0
  378. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.png +0 -0
  379. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/liveslice.svg +0 -0
  380. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.png +0 -0
  381. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/nx_tomo_metadata_viewer.svg +0 -0
  382. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.png +0 -0
  383. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/radiosstack.svg +0 -0
  384. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.png +0 -0
  385. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sampleMoved.svg +0 -0
  386. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/sinogramviewer.png +0 -0
  387. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.png +0 -0
  388. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/slicesstack.svg +0 -0
  389. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/tomwer.png +0 -0
  390. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png +0 -0
  391. {tomwer-1.3.0a1 → tomwer-1.3.16}/orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg +0 -0
  392. {tomwer-1.3.0a1 → tomwer-1.3.16}/setup.py +0 -0
  393. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/__init__.py +0 -0
  394. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/__init__.py +0 -0
  395. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas.py +0 -0
  396. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/__init__.py +0 -0
  397. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/splash.py +0 -0
  398. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/canvas_launcher/widgetsscheme.py +0 -0
  399. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/darkref.py +0 -0
  400. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/darkrefpatch.py +0 -0
  401. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/imagekeyeditor.py +0 -0
  402. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/imagekeyupgrader.py +0 -0
  403. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/nxtomoeditor.py +0 -0
  404. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/patchrawdarkflat.py +0 -0
  405. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/reducedarkflat.py +0 -0
  406. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/rsync.py +0 -0
  407. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/app/stopdatalistener.py +0 -0
  408. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/__init__.py +0 -0
  409. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/cluster/__init__.py +0 -0
  410. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/cluster/cluster.py +0 -0
  411. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/futureobject.py +0 -0
  412. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/__init__.py +0 -0
  413. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/logger.py +0 -0
  414. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/log/processlog.py +0 -0
  415. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/__init__.py +0 -0
  416. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/cluster/__init__.py +0 -0
  417. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/cluster/supervisor.py +0 -0
  418. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/conditions/__init__.py +0 -0
  419. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/conditions/filters.py +0 -0
  420. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/__init__.py +0 -0
  421. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datadiscovery.py +0 -0
  422. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/__init__.py +0 -0
  423. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datalistener/rpcserver.py +0 -0
  424. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/__init__.py +0 -0
  425. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcher.py +0 -0
  426. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherobserver.py +0 -0
  427. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/datawatcherprocess.py +0 -0
  428. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/hdf5dwprocess.py +0 -0
  429. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/datawatcher/status.py +0 -0
  430. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/emailnotifier.py +0 -0
  431. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/nxtomoconcatenate.py +0 -0
  432. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanlist.py +0 -0
  433. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanselector.py +0 -0
  434. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/scanvalidator.py +0 -0
  435. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/singletomoobj.py +0 -0
  436. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/__init__.py +0 -0
  437. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_concatenate_nxtomos.py +0 -0
  438. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_email.py +0 -0
  439. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_h52nx_process.py +0 -0
  440. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/test/test_volume_link.py +0 -0
  441. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/timer.py +0 -0
  442. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/tomoobjserie.py +0 -0
  443. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/control/volumeselector.py +0 -0
  444. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/edit/__init__.py +0 -0
  445. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/__init__.py +0 -0
  446. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/createscreenshots.py +0 -0
  447. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/gallery.py +0 -0
  448. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/icat/icatbase.py +0 -0
  449. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/output.py +0 -0
  450. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/__init__.py +0 -0
  451. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/__init__.py +0 -0
  452. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/anglemode.py +0 -0
  453. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/axis/projectiontype.py +0 -0
  454. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/__init__.py +0 -0
  455. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/params.py +0 -0
  456. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/darkref/settings.py +0 -0
  457. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/__init__.py +0 -0
  458. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/helical.py +0 -0
  459. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/settings.py +0 -0
  460. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/nabu/target.py +0 -0
  461. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/__init__.py +0 -0
  462. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/normalization.py +0 -0
  463. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/normalization/params.py +0 -0
  464. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/output.py +0 -0
  465. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/paramsbase.py +0 -0
  466. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/__init__.py +0 -0
  467. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/saaxis/params.py +0 -0
  468. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/__init__.py +0 -0
  469. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/sadeltabeta/params.py +0 -0
  470. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/__init__.py +0 -0
  471. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/scores/scores.py +0 -0
  472. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/__init__.py +0 -0
  473. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_axis_params.py +0 -0
  474. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_darkref.py +0 -0
  475. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_paramsbase.py +0 -0
  476. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_saaxis.py +0 -0
  477. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_sadeltabeta.py +0 -0
  478. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/test/test_utils.py +0 -0
  479. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/__init__.py +0 -0
  480. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/reconstruction/utils/cor.py +0 -0
  481. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/script/__init__.py +0 -0
  482. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/script/python.py +0 -0
  483. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/__init__.py +0 -0
  484. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/stitching/metadataholder.py +0 -0
  485. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/__init__.py +0 -0
  486. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_conditions.py +0 -0
  487. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_dark_and_flat.py +0 -0
  488. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_listener.py +0 -0
  489. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_data_watcher.py +0 -0
  490. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/test/test_timer.py +0 -0
  491. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/utils.py +0 -0
  492. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/__init__.py +0 -0
  493. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/dataviewer.py +0 -0
  494. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/diffviewer.py +0 -0
  495. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/imagestackviewer.py +0 -0
  496. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/liveslice.py +0 -0
  497. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/radiostack.py +0 -0
  498. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/samplemoved.py +0 -0
  499. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/sinogramviewer.py +0 -0
  500. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/slicestack.py +0 -0
  501. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/process/visualization/volumeviewer.py +0 -0
  502. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/progress.py +0 -0
  503. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/__init__.py +0 -0
  504. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/futurescan.py +0 -0
  505. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/hdf5scan.py +0 -0
  506. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/helicalmetadata.py +0 -0
  507. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scanfactory.py +0 -0
  508. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/scantype.py +0 -0
  509. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/scan/test/__init__.py +0 -0
  510. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/signal.py +0 -0
  511. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/__init__.py +0 -0
  512. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/test/test_scanutils.py +0 -0
  513. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/Singleton.py +0 -0
  514. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/__init__.py +0 -0
  515. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/char.py +0 -0
  516. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/deprecation.py +0 -0
  517. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/dictutils.py +0 -0
  518. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/ftseriesutils.py +0 -0
  519. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/gpu.py +0 -0
  520. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/image.py +0 -0
  521. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/lbsram.py +0 -0
  522. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/locker.py +0 -0
  523. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/logconfig.py +0 -0
  524. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/normalization.py +0 -0
  525. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/nxtomoutils.py +0 -0
  526. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/resource.py +0 -0
  527. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/scanutils.py +0 -0
  528. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/slurm.py +0 -0
  529. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/spec.py +0 -0
  530. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/threads.py +0 -0
  531. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/time.py +0 -0
  532. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/utils/volumeutils.py +0 -0
  533. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/__init__.py +0 -0
  534. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/volumebase.py +0 -0
  535. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/core/volume/volumefactory.py +0 -0
  536. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/__init__.py +0 -0
  537. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/__init__.py +0 -0
  538. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/cluster/test/__init__.py +0 -0
  539. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/conditions/__init__.py +0 -0
  540. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/conditions/filter.py +0 -0
  541. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/__init__.py +0 -0
  542. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/action.py +0 -0
  543. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/configuration/level.py +0 -0
  544. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/__init__.py +0 -0
  545. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/actions.py +0 -0
  546. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datadiscovery.py +0 -0
  547. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datalistener.py +0 -0
  548. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datareacheractions.py +0 -0
  549. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datatransfert.py +0 -0
  550. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datavalidator.py +0 -0
  551. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/__init__.py +0 -0
  552. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/configuration.py +0 -0
  553. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/datawatcher/datawatcherobserver.py +0 -0
  554. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/emailnotifier.py +0 -0
  555. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/history.py +0 -0
  556. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/nxtomomill.py +0 -0
  557. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/observations.py +0 -0
  558. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/scanselectorwidget.py +0 -0
  559. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/__init__.py +0 -0
  560. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/nxtomoconcatenate.py +0 -0
  561. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/seriecreator.py +0 -0
  562. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/serie/seriewaiter.py +0 -0
  563. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/singletomoobj.py +0 -0
  564. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/__init__.py +0 -0
  565. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datadiscovery.py +0 -0
  566. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalist.py +0 -0
  567. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datalistener.py +0 -0
  568. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_datavalidator.py +0 -0
  569. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_email.py +0 -0
  570. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_inputwidget.py +0 -0
  571. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_process_manager.py +0 -0
  572. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_reducedarkflat_selector.py +0 -0
  573. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanselector.py +0 -0
  574. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_scanvalidator.py +0 -0
  575. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_volume_dialog.py +0 -0
  576. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/test/test_volumeselector.py +0 -0
  577. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/tomoobjdisplaymode.py +0 -0
  578. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/control/volumeselectorwidget.py +0 -0
  579. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/__init__.py +0 -0
  580. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/datasetgenerator.py +0 -0
  581. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/debugtools/objectinspector.py +0 -0
  582. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/__init__.py +0 -0
  583. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/__init__.py +0 -0
  584. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/edit/test/test_image_key_editor.py +0 -0
  585. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/__init__.py +0 -0
  586. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/createscreenshots.py +0 -0
  587. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/gallery.py +0 -0
  588. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icat/publish.py +0 -0
  589. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/icons.py +0 -0
  590. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/illustrations.py +0 -0
  591. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qconfigfile.py +0 -0
  592. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/qlefilesystem.py +0 -0
  593. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/__init__.py +0 -0
  594. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/axis/__init__.py +0 -0
  595. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/darkref/__init__.py +0 -0
  596. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/__init__.py +0 -0
  597. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/check.py +0 -0
  598. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/helical.py +0 -0
  599. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py +0 -0
  600. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/base.py +0 -0
  601. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +0 -0
  602. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +0 -0
  603. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +0 -0
  604. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/nabuflow.py +0 -0
  605. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/slurm.py +0 -0
  606. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/nabu/volume.py +0 -0
  607. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/normalization/__init__.py +0 -0
  608. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/__init__.py +0 -0
  609. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/dimensionwidget.py +0 -0
  610. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/saaxis/sliceselector.py +0 -0
  611. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/sadeltabeta/__init__.py +0 -0
  612. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/__init__.py +0 -0
  613. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/scores/control.py +0 -0
  614. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/__init__.py +0 -0
  615. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_saaxis.py +0 -0
  616. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/reconstruction/test/test_sadeltabeta.py +0 -0
  617. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/samplemoved/__init__.py +0 -0
  618. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/samplemoved/selectiontable.py +0 -0
  619. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/settings.py +0 -0
  620. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stackplot.py +0 -0
  621. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stacks.py +0 -0
  622. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/__init__.py +0 -0
  623. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/action.py +0 -0
  624. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/axisorderedlist.py +0 -0
  625. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/__init__.py +0 -0
  626. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/axisparams.py +0 -0
  627. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/output.py +0 -0
  628. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/positionoveraxis.py +0 -0
  629. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/stitchingstrategies.py +0 -0
  630. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/config/tomoobjdetails.py +0 -0
  631. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/metadataholder.py +0 -0
  632. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/normalization.py +0 -0
  633. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/stitchandbackground.py +0 -0
  634. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/__init__.py +0 -0
  635. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/stitching/z_stitching/fineestimation.py +0 -0
  636. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/__init__.py +0 -0
  637. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/test_axis_gui.py +0 -0
  638. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/test/test_qfolder_dialog.py +0 -0
  639. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/__init__.py +0 -0
  640. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/buttons.py +0 -0
  641. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/completer.py +0 -0
  642. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/flow.py +0 -0
  643. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/illustrations.py +0 -0
  644. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/lineselector/__init__.py +0 -0
  645. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/qt_utils.py +0 -0
  646. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/sandboxes.py +0 -0
  647. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/scandescription.py +0 -0
  648. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/scrollarea.py +0 -0
  649. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/slider.py +0 -0
  650. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/splashscreen.py +0 -0
  651. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/step.py +0 -0
  652. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/unitsystem.py +0 -0
  653. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/utils.py +0 -0
  654. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/vignettes.py +0 -0
  655. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/utils/waiterthread.py +0 -0
  656. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/__init__.py +0 -0
  657. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/__init__.py +0 -0
  658. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/diffviewer.py +0 -0
  659. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/diffviewer/shiftwidget.py +0 -0
  660. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/fullscreenplot.py +0 -0
  661. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/nxtomometadata.py +0 -0
  662. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/reconstructionparameters.py +0 -0
  663. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/scanoverview.py +0 -0
  664. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/__init__.py +0 -0
  665. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_dataviewer.py +0 -0
  666. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_diffviewer.py +0 -0
  667. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +0 -0
  668. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_reconstruction_parameters.py +0 -0
  669. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_sinogramviewer.py +0 -0
  670. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/test/test_stacks.py +0 -0
  671. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/tomoobjoverview.py +0 -0
  672. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/gui/visualization/volumeoverview.py +0 -0
  673. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/__init__.py +0 -0
  674. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/__init__.py +0 -0
  675. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/raw_and_processed_data.py +0 -0
  676. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/io/utils/tomoobj.py +0 -0
  677. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/__init__.py +0 -0
  678. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/Imagej_icon.png +0 -0
  679. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.png +0 -0
  680. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/a.svg +0 -0
  681. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.png +0 -0
  682. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/add.svg +0 -0
  683. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.png +0 -0
  684. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/advanced_user.svg +0 -0
  685. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.png +0 -0
  686. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/axis.svg +0 -0
  687. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.png +0 -0
  688. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/background.svg +0 -0
  689. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.png +0 -0
  690. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/basic_user.svg +0 -0
  691. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.png +0 -0
  692. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_active.svg +0 -0
  693. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.png +0 -0
  694. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/cfg_file_inactive.svg +0 -0
  695. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.png +0 -0
  696. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compare_mode_a_minus_b.svg +0 -0
  697. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.png +0 -0
  698. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/compose.svg +0 -0
  699. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.png +0 -0
  700. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_activate.svg +0 -0
  701. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.png +0 -0
  702. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/datalistener_deactivate.svg +0 -0
  703. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.png +0 -0
  704. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/delta_beta.svg +0 -0
  705. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.png +0 -0
  706. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/exit.svg +0 -0
  707. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.png +0 -0
  708. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/full_screen.svg +0 -0
  709. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.png +0 -0
  710. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hammer.svg +0 -0
  711. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.png +0 -0
  712. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/health.svg +0 -0
  713. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.png +0 -0
  714. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/high_speed.svg +0 -0
  715. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/history.png +0 -0
  716. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/hourglass.npy +0 -0
  717. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/imageNotFound.npy +0 -0
  718. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.png +0 -0
  719. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/information.svg +0 -0
  720. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.png +0 -0
  721. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/input.svg +0 -0
  722. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.png +0 -0
  723. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/invisible.svg +0 -0
  724. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.png +0 -0
  725. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/lineselection.svg +0 -0
  726. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.png +0 -0
  727. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/list_selection.svg +0 -0
  728. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.png +0 -0
  729. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/locked.svg +0 -0
  730. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.png +0 -0
  731. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/log.svg +0 -0
  732. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/loop.png +0 -0
  733. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.png +0 -0
  734. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/low_speed.svg +0 -0
  735. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.png +0 -0
  736. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/medium_low_speed.svg +0 -0
  737. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.png +0 -0
  738. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/minimalistic_user.svg +0 -0
  739. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.png +0 -0
  740. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/multi-document-save.svg +0 -0
  741. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.png +0 -0
  742. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/nabu.svg +0 -0
  743. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.png +0 -0
  744. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/output.svg +0 -0
  745. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/parameters.png +0 -0
  746. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.png +0 -0
  747. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xleft.svg +0 -0
  748. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.png +0 -0
  749. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/plot-xright.svg +0 -0
  750. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.png +0 -0
  751. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/range_selection.svg +0 -0
  752. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.png +0 -0
  753. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/results.svg +0 -0
  754. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.png +0 -0
  755. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/rm.svg +0 -0
  756. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.png +0 -0
  757. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_four.svg +0 -0
  758. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.png +0 -0
  759. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_one.svg +0 -0
  760. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.png +0 -0
  761. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_three.svg +0 -0
  762. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.png +0 -0
  763. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/roman_two.svg +0 -0
  764. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.png +0 -0
  765. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/ruler.svg +0 -0
  766. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.png +0 -0
  767. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/short_description.svg +0 -0
  768. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.png +0 -0
  769. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/single_selection.svg +0 -0
  770. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/sinogram.png +0 -0
  771. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm.svg +0 -0
  772. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.png +0 -0
  773. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_active.svg +0 -0
  774. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.png +0 -0
  775. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/slurm_deactive.svg +0 -0
  776. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.png +0 -0
  777. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRaw.svg +0 -0
  778. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.png +0 -0
  779. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/stitching_modeRefine.svg +0 -0
  780. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/switch.png +0 -0
  781. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer.png +0 -0
  782. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/tomwer_large.png +0 -0
  783. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.png +0 -0
  784. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unlocked.svg +0 -0
  785. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/unsharp_mask.png +0 -0
  786. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/update_stitching_preview.svg +0 -0
  787. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.png +0 -0
  788. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/url.svg +0 -0
  789. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.png +0 -0
  790. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/vignettes.svg +0 -0
  791. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.png +0 -0
  792. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/visible.svg +0 -0
  793. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.png +0 -0
  794. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/icons/warning.svg +0 -0
  795. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.png +0 -0
  796. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/ctf_z1.svg +0 -0
  797. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.png +0 -0
  798. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_down.svg +0 -0
  799. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.png +0 -0
  800. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/resources/gui/illustrations/flow_right.svg +0 -0
  801. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/__init__.py +0 -0
  802. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/axis.py +0 -0
  803. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/darkref.py +0 -0
  804. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/datalistener.py +0 -0
  805. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/datatransfert.py +0 -0
  806. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/imageloaderthread.py +0 -0
  807. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/rsyncmanager.py +0 -0
  808. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/saaxis.py +0 -0
  809. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/sadeltabeta.py +0 -0
  810. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/__init__.py +0 -0
  811. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/control/__init__.py +0 -0
  812. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/control/datalistener.py +0 -0
  813. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/__init__.py +0 -0
  814. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/edit/imagekeyeditor.py +0 -0
  815. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/processingstack.py +0 -0
  816. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/__init__.py +0 -0
  817. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/axis.py +0 -0
  818. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/nabu.py +0 -0
  819. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/normalization.py +0 -0
  820. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/saaxis.py +0 -0
  821. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/stacks/reconstruction/sadeltabeta.py +0 -0
  822. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/__init__.py +0 -0
  823. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/test_darkRefs.py +0 -0
  824. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/test/test_foldertransfer.py +0 -0
  825. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/utils/__init__.py +0 -0
  826. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/synctools/utils/scanstages.py +0 -0
  827. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/__init__.py +0 -0
  828. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/conftest.py +0 -0
  829. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/datasets.py +0 -0
  830. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/test_utils.py +0 -0
  831. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/tests/utils.py +0 -0
  832. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer/utils.py +0 -0
  833. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/dependency_links.txt +0 -0
  834. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/entry_points.txt +0 -0
  835. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/namespace_packages.txt +0 -0
  836. {tomwer-1.3.0a1 → tomwer-1.3.16}/tomwer.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tomwer
3
- Version: 1.3.0a1
3
+ Version: 1.3.16
4
4
  Summary: "tomography workflow tools"
5
5
  Home-page: https://gitlab.esrf.fr/tomotools/tomwer
6
6
  Author: data analysis unit
@@ -18,18 +18,19 @@ Classifier: Operating System :: POSIX
18
18
  Classifier: Natural Language :: English
19
19
  Classifier: Topic :: Scientific/Engineering :: Physics
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
- Requires-Python: >=3.6
22
- Description-Content-Type: text/markdown
21
+ Requires-Python: >=3.8
22
+ Description-Content-Type: text/x-rst
23
23
  License-File: LICENSE
24
24
  Requires-Dist: numpy
25
25
  Requires-Dist: setuptools
26
26
  Requires-Dist: psutil
27
- Requires-Dist: silx<2.0,>=1.0
27
+ Requires-Dist: silx[full]>=2.0
28
28
  Requires-Dist: tomoscan>=2.0.0a11
29
- Requires-Dist: nxtomo>=1.0.4
29
+ Requires-Dist: nxtomo>=1.2.3rc1
30
30
  Requires-Dist: nxtomomill>=1.0dev
31
31
  Requires-Dist: processview>=1.3
32
32
  Requires-Dist: ewoks>=0.1.1
33
+ Requires-Dist: ewoksorange<0.7,>=0.6
33
34
  Requires-Dist: sluurp>=0.3.3
34
35
  Requires-Dist: packaging
35
36
  Requires-Dist: flufl-lock
@@ -52,6 +53,24 @@ Requires-Dist: resource; extra == "full-base"
52
53
  Requires-Dist: tifffile; extra == "full-base"
53
54
  Requires-Dist: hdf5plugin; extra == "full-base"
54
55
  Requires-Dist: pyicat_plus; extra == "full-base"
56
+ Provides-Extra: full-no-nabu
57
+ Requires-Dist: orange-canvas-core; extra == "full-no-nabu"
58
+ Requires-Dist: orange-widget-base; extra == "full-no-nabu"
59
+ Requires-Dist: ewoks[orange]>=0.1.1; extra == "full-no-nabu"
60
+ Requires-Dist: rsyncmanager; extra == "full-no-nabu"
61
+ Requires-Dist: graypy; extra == "full-no-nabu"
62
+ Requires-Dist: fabio; extra == "full-no-nabu"
63
+ Requires-Dist: h5py>=3; extra == "full-no-nabu"
64
+ Requires-Dist: lxml; extra == "full-no-nabu"
65
+ Requires-Dist: werkzeug; extra == "full-no-nabu"
66
+ Requires-Dist: json-rpc; extra == "full-no-nabu"
67
+ Requires-Dist: scipy; extra == "full-no-nabu"
68
+ Requires-Dist: Pillow; extra == "full-no-nabu"
69
+ Requires-Dist: glymur; extra == "full-no-nabu"
70
+ Requires-Dist: resource; extra == "full-no-nabu"
71
+ Requires-Dist: tifffile; extra == "full-no-nabu"
72
+ Requires-Dist: hdf5plugin; extra == "full-no-nabu"
73
+ Requires-Dist: pyicat_plus; extra == "full-no-nabu"
55
74
  Provides-Extra: full-no-cuda
56
75
  Requires-Dist: orange-canvas-core; extra == "full-no-cuda"
57
76
  Requires-Dist: orange-widget-base; extra == "full-no-cuda"
@@ -70,7 +89,7 @@ Requires-Dist: resource; extra == "full-no-cuda"
70
89
  Requires-Dist: tifffile; extra == "full-no-cuda"
71
90
  Requires-Dist: hdf5plugin; extra == "full-no-cuda"
72
91
  Requires-Dist: pyicat_plus; extra == "full-no-cuda"
73
- Requires-Dist: nabu>=2023.3.0dev; extra == "full-no-cuda"
92
+ Requires-Dist: nabu>=2023.3.1dev; extra == "full-no-cuda"
74
93
  Provides-Extra: full
75
94
  Requires-Dist: orange-canvas-core; extra == "full"
76
95
  Requires-Dist: orange-widget-base; extra == "full"
@@ -89,7 +108,7 @@ Requires-Dist: resource; extra == "full"
89
108
  Requires-Dist: tifffile; extra == "full"
90
109
  Requires-Dist: hdf5plugin; extra == "full"
91
110
  Requires-Dist: pyicat_plus; extra == "full"
92
- Requires-Dist: nabu[full]>=2023.3.0dev; extra == "full"
111
+ Requires-Dist: nabu[full]>=2023.3.1dev; extra == "full"
93
112
  Requires-Dist: pycuda; extra == "full"
94
113
  Requires-Dist: scikit-cuda; extra == "full"
95
114
  Provides-Extra: doc
@@ -110,13 +129,14 @@ Requires-Dist: resource; extra == "doc"
110
129
  Requires-Dist: tifffile; extra == "doc"
111
130
  Requires-Dist: hdf5plugin; extra == "doc"
112
131
  Requires-Dist: pyicat_plus; extra == "doc"
113
- Requires-Dist: nabu>=2023.3.0dev; extra == "doc"
132
+ Requires-Dist: nabu>=2023.3.1dev; extra == "doc"
114
133
  Requires-Dist: Sphinx>=4.0.0; extra == "doc"
115
134
  Requires-Dist: nbsphinx; extra == "doc"
116
135
  Requires-Dist: pandoc; extra == "doc"
117
136
  Requires-Dist: jupyterlab; extra == "doc"
118
137
  Requires-Dist: pydata_sphinx_theme; extra == "doc"
119
138
  Requires-Dist: sphinx-design; extra == "doc"
139
+ Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
120
140
  Provides-Extra: dev-spec
121
141
  Requires-Dist: black; extra == "dev-spec"
122
142
  Requires-Dist: flake8; extra == "dev-spec"
@@ -140,7 +160,7 @@ Requires-Dist: resource; extra == "dev"
140
160
  Requires-Dist: tifffile; extra == "dev"
141
161
  Requires-Dist: hdf5plugin; extra == "dev"
142
162
  Requires-Dist: pyicat_plus; extra == "dev"
143
- Requires-Dist: nabu[full]>=2023.3.0dev; extra == "dev"
163
+ Requires-Dist: nabu[full]>=2023.3.1dev; extra == "dev"
144
164
  Requires-Dist: pycuda; extra == "dev"
145
165
  Requires-Dist: scikit-cuda; extra == "dev"
146
166
  Requires-Dist: black; extra == "dev"
@@ -165,14 +185,14 @@ Requires-Dist: resource; extra == "dev-no-cuda"
165
185
  Requires-Dist: tifffile; extra == "dev-no-cuda"
166
186
  Requires-Dist: hdf5plugin; extra == "dev-no-cuda"
167
187
  Requires-Dist: pyicat_plus; extra == "dev-no-cuda"
168
- Requires-Dist: nabu>=2023.3.0dev; extra == "dev-no-cuda"
188
+ Requires-Dist: nabu>=2023.3.1dev; extra == "dev-no-cuda"
169
189
  Requires-Dist: black; extra == "dev-no-cuda"
170
190
  Requires-Dist: flake8; extra == "dev-no-cuda"
171
191
  Requires-Dist: timeout-decorator; extra == "dev-no-cuda"
172
192
  Requires-Dist: pyopencl; extra == "dev-no-cuda"
173
193
  Provides-Extra: test
174
194
  Requires-Dist: pytest-asyncio; extra == "test"
175
- Requires-Dist: tomoscan[test]>=2.0.0a11; extra == "test"
195
+ Requires-Dist: tomoscan[test]>=2.0.2rc17; extra == "test"
176
196
  Provides-Extra: setup-requires
177
197
  Requires-Dist: setuptools; extra == "setup-requires"
178
198
  Requires-Dist: numpy>=1.12; extra == "setup-requires"
@@ -22,9 +22,10 @@
22
22
  #
23
23
  #############################################################################
24
24
 
25
- import sysconfig
26
-
27
- import pkg_resources
25
+ try:
26
+ from orangecanvas.utils.pkgmeta import get_distribution
27
+ except ImportError:
28
+ from pkg_resources import get_distribution
28
29
 
29
30
  ICON = "../widgets/icons/tomwer.png"
30
31
 
@@ -33,13 +34,13 @@ BACKGROUND = "#C0CCFF"
33
34
 
34
35
  # Entry point for main Orange categories/widgets discovery
35
36
  def widget_discovery(discovery):
36
- dist = pkg_resources.get_distribution("tomwer")
37
+ dist = get_distribution("tomwer")
37
38
  pkgs = [
38
39
  "orangecontrib.tomwer.widgets.cluster",
39
40
  "orangecontrib.tomwer.widgets.control",
40
41
  "orangecontrib.tomwer.widgets.debugtools",
41
42
  "orangecontrib.tomwer.widgets.edit",
42
- "orangecontrib.tomwer.widgets.icat",
43
+ # "orangecontrib.tomwer.widgets.icat",
43
44
  "orangecontrib.tomwer.widgets.reconstruction",
44
45
  # "orangecontrib.tomwer.widgets.stitching",
45
46
  "orangecontrib.tomwer.widgets.visualization",
@@ -54,11 +55,9 @@ WIDGET_HELP_PATH = (
54
55
  # You still need to build help pages using
55
56
  # make htmlhelp
56
57
  # inside doc folder
57
- ("/build/sphinx/htmlhelp/index.html", None),
58
- #
59
- # Documentation included in wheel
60
- # Correct DATA_FILES entry is needed in setup.py and documentation has to be built
61
- # # before the wheel is created.
62
- (f"{sysconfig.get_path('data')}/help/tomwer/index.html", None),
63
- ("http://www.silx.org/pub/doc/tomwer/htmlhelp/0.9/", None),
58
+ # (
59
+ # "/home/payno/Documents/dev/tomography/tomwer/build/html/canvas/widgets/widgets.html",
60
+ # None,
61
+ # ),
62
+ ("https://tomwer.readthedocs.io/en/latest/canvas/widgets/widgets.html", None),
64
63
  )
@@ -258,12 +258,12 @@ class DataListenerOW(
258
258
 
259
259
  def _jsonRPCConfigChanged(self):
260
260
  self._blissConfiguration = self._widget.getBlissServerConfiguration()
261
- self._static_input[ # pylint: disable=E1137
262
- "bliss_server_configuration"
263
- ] = self._widget.getBlissServerConfiguration()
264
- self._static_input[ # pylint: disable=E1137
265
- "output_dir"
266
- ] = self._widget.getOutputFolder()
261
+ self._static_input["bliss_server_configuration"] = ( # pylint: disable=E1137
262
+ self._widget.getBlissServerConfiguration()
263
+ )
264
+ self._static_input["output_dir"] = ( # pylint: disable=E1137
265
+ self._widget.getOutputFolder()
266
+ )
267
267
  if self.is_active():
268
268
  self.activate(False)
269
269
  self.activate(True)
@@ -166,12 +166,12 @@ class DataValidatorOW(SuperviseOW):
166
166
  def _updateSettings(self):
167
167
  viewer = self._widget._centralWidget
168
168
  self._viewer_config["mode"] = viewer.getDisplayMode() # pylint: disable=E1137
169
- self._viewer_config[ # pylint: disable=E1137
170
- "slice_opt"
171
- ] = viewer.getSliceOption()
172
- self._viewer_config[ # pylint: disable=E1137
173
- "radio_opt"
174
- ] = viewer.getRadioOption()
169
+ self._viewer_config["slice_opt"] = ( # pylint: disable=E1137
170
+ viewer.getSliceOption()
171
+ )
172
+ self._viewer_config["radio_opt"] = ( # pylint: disable=E1137
173
+ viewer.getRadioOption()
174
+ )
175
175
 
176
176
  def _setSettings(self, settings):
177
177
  viewer = self._widget._centralWidget
@@ -115,7 +115,12 @@ class EDF2NXOW(
115
115
  edf_to_nx_configuration=EDFConfig().to_dict(),
116
116
  )
117
117
 
118
- self.task_output_changed_callbacks.add(self._notify_state)
118
+ if isinstance(self.task_output_changed_callbacks, set):
119
+ self.task_output_changed_callbacks.add(self._notify_state)
120
+ elif isinstance(self.task_output_changed_callbacks, list):
121
+ self.task_output_changed_callbacks.append(self._notify_state)
122
+ else:
123
+ raise NotImplementedError
119
124
 
120
125
  # handle settings
121
126
  self._loadSettings()
@@ -182,7 +187,13 @@ class EDF2NXOW(
182
187
  )
183
188
 
184
189
  self.notify_on_going(scan=NXtomoScan(output_file, output_entry))
185
- self._execute_ewoks_task(propagate=True)
190
+ try:
191
+ self._execute_ewoks_task( # pylint: disable=E1123
192
+ propagate=True,
193
+ log_missing_inputs=False,
194
+ )
195
+ except Exception:
196
+ self._execute_ewoks_task(propagate=True) # pylint: disable=E1123
186
197
 
187
198
  def get_task_inputs(self):
188
199
  return {
@@ -36,9 +36,9 @@ class NXTomomillMixIn:
36
36
  assert (
37
37
  self.CONFIG_CLS is not None
38
38
  ), "inheriting classes are expected to redefine CONFIG_CLS"
39
- self._ewoks_default_inputs[
40
- "nxtomomill_cfg_file"
41
- ] = cfg_file # pylint: disable=E1137
39
+ self._ewoks_default_inputs["nxtomomill_cfg_file"] = (
40
+ cfg_file # pylint: disable=E1137
41
+ )
42
42
 
43
43
  if os.path.exists(cfg_file):
44
44
  try:
@@ -42,6 +42,7 @@ from tomwer.core.scan.blissscan import BlissScan
42
42
  from tomwer.core.scan.nxtomoscan import NXtomoScan, NXtomoScanIdentifier
43
43
  from tomwer.gui.control.datalist import BlissHDF5DataListMainWindow
44
44
  from tomwer.gui.control.nxtomomill import NXTomomillInput, OverwriteMessage
45
+ from tomwer.core.process.output import ProcessDataOutputDirMode
45
46
  from ewoksorange.bindings.owwidgets import invalid_data
46
47
 
47
48
 
@@ -122,7 +123,12 @@ class NXTomomillOW(
122
123
  self.update_default_inputs(
123
124
  h5_to_nx_configuration=HDF5Config().to_dict(),
124
125
  )
125
- self.task_output_changed_callbacks.add(self._notify_state)
126
+ if isinstance(self.task_output_changed_callbacks, set):
127
+ self.task_output_changed_callbacks.add(self._notify_state)
128
+ elif isinstance(self.task_output_changed_callbacks, list):
129
+ self.task_output_changed_callbacks.append(self._notify_state)
130
+ else:
131
+ raise NotImplementedError
126
132
 
127
133
  # handle settings
128
134
  self._loadSettings()
@@ -137,9 +143,10 @@ class NXTomomillOW(
137
143
  self.add(nxtomo_scan)
138
144
  else:
139
145
  self._scans.append(scan)
140
- self._ewoks_default_inputs[ # pylint: disable=E1137
141
- "output_dir"
142
- ] = self.widget.getOutputFolder()
146
+ output_dir = self.widget.getOutputFolder()
147
+ if isinstance(output_dir, ProcessDataOutputDirMode):
148
+ output_dir = output_dir.value
149
+ self._ewoks_default_inputs["output_dir"] = output_dir # pylint: disable=E1137
143
150
 
144
151
  @property
145
152
  def request_input(self):
@@ -161,11 +168,11 @@ class NXTomomillOW(
161
168
  """
162
169
  # for now we want to avoid propagation any processing.
163
170
  # task will be executed only when the user validates the dialog
164
- h5_scan = super().get_task_inputs().get("hdf5_scan", None)
165
- if h5_scan is not None:
166
- if not isinstance(h5_scan, H5ToNxProcess):
167
- raise TypeError("hdf5_scan is expected to be an instance of NXtomoScan")
168
- self.add(h5_scan.path)
171
+ bliss_scan = super().get_task_inputs().get("bliss_scan", None)
172
+ if bliss_scan is not None:
173
+ if not isinstance(bliss_scan, BlissScan):
174
+ raise TypeError("bliss_scan is expected to be an instance of BlissScan")
175
+ self.add(bliss_scan.master_file)
169
176
 
170
177
  def _convertAndSend(self, bliss_url: str):
171
178
  """
@@ -242,7 +249,13 @@ class NXTomomillOW(
242
249
  self.update_default_inputs(
243
250
  h5_to_nx_configuration=self.__configuration_cache.to_dict()
244
251
  )
245
- self._execute_ewoks_task(propagate=True)
252
+ try:
253
+ self._execute_ewoks_task( # pylint: disable=E1123
254
+ propagate=True,
255
+ log_missing_inputs=False,
256
+ )
257
+ except Exception:
258
+ self._execute_ewoks_task(propagate=True) # pylint: disable=E1123
246
259
 
247
260
  def _loadSettings(self):
248
261
  for scan in self._scans:
@@ -95,7 +95,12 @@ class NXtomoConcatenateOW(
95
95
  ## connect signal / slot
96
96
  self.widget.sigConfigChanged.connect(self._updateSettings)
97
97
 
98
- self.task_output_changed_callbacks.add(self._notify_state)
98
+ if isinstance(self.task_output_changed_callbacks, set):
99
+ self.task_output_changed_callbacks.add(self._notify_state)
100
+ elif isinstance(self.task_output_changed_callbacks, list):
101
+ self.task_output_changed_callbacks.append(self._notify_state)
102
+ else:
103
+ raise NotImplementedError
99
104
 
100
105
  ## handle settings
101
106
  self._loadSettings()
@@ -147,9 +147,9 @@ class SingleTomoObjOW(OWBaseWidget, openclass=True):
147
147
  reduced_frames=data.reduced_darks, scan=data
148
148
  )
149
149
  )
150
- reduced_darks[
151
- "reduce_frames_name"
152
- ] = f"darks from {data.get_identifier().short_description()}"
150
+ reduced_darks["reduce_frames_name"] = (
151
+ f"darks from {data.get_identifier().short_description()}"
152
+ )
153
153
  self.Outputs.relative_reduced_darks.send(reduced_darks)
154
154
 
155
155
  if data.reduced_flats not in (None, {}):
@@ -162,7 +162,7 @@ class SingleTomoObjOW(OWBaseWidget, openclass=True):
162
162
  reduced_frames=data.reduced_flats, scan=data
163
163
  )
164
164
  )
165
- reduced_flats[
166
- "reduce_frames_name"
167
- ] = f"flats from {data.get_identifier().short_description()}"
165
+ reduced_flats["reduce_frames_name"] = (
166
+ f"flats from {data.get_identifier().short_description()}"
167
+ )
168
168
  self.Outputs.relative_reduced_flats.send(reduced_flats)
@@ -156,7 +156,7 @@ class _DatasetGeneratorThread(threading.Thread):
156
156
  n_proj=self.n_proj,
157
157
  n_ini_proj=self.n_proj,
158
158
  create_ini_dark=self.create_ini_dark,
159
- create_ini_ref=self.create_ini_flat,
159
+ create_ini_flat=self.create_ini_flat,
160
160
  dim=self.dims[0],
161
161
  ).scan
162
162
  elif self.type_to_generate == BlissScan.__name__:
@@ -81,7 +81,12 @@ class ImageKeyUpgraderOW(
81
81
  _layout.addWidget(self.widget)
82
82
 
83
83
  # connect signal / slot
84
- self.task_output_changed_callbacks.add(self._notify_state)
84
+ if isinstance(self.task_output_changed_callbacks, set):
85
+ self.task_output_changed_callbacks.add(self._notify_state)
86
+ elif isinstance(self.task_output_changed_callbacks, list):
87
+ self.task_output_changed_callbacks.append(self._notify_state)
88
+ else:
89
+ raise NotImplementedError
85
90
  self.widget.sigOperationsChanged.connect(self._update_operations_to_ewoks)
86
91
 
87
92
  self._updateGUIFromDefaultValues()
@@ -0,0 +1,98 @@
1
+ # from orangewidget import gui
2
+ # from orangewidget.settings import Setting
3
+
4
+ # from silx.gui import qt
5
+ # import weakref
6
+ # from ewoksorange.bindings.owwidgets import OWEwoksWidgetOneThreadPerRun
7
+
8
+ # import tomwer.core.process.icat.createscreenshots
9
+ # from tomwer.gui.icat.createscreenshots import CreateRawDataScreenshotsWidget
10
+ # from processview.core.superviseprocess import SuperviseProcess
11
+
12
+
13
+ # class RawDataScreenshotCreatorOW(
14
+ # OWEwoksWidgetOneThreadPerRun,
15
+ # SuperviseProcess,
16
+ # ewokstaskclass=tomwer.core.process.icat.createscreenshots.CreateRawDataScreenshotsTask,
17
+ # ):
18
+ # """
19
+ # This widget can receive 'data' (scan) and but some screenshot to be pushed on GALLERY.
20
+ # """
21
+
22
+ # name = "Create raw data screenshots"
23
+ # id = "orangecontrib.widgets.tomwer.icat.RawDataScreenshotCreatorOW.RawDataScreenshotCreatorOW"
24
+ # description = "Create screenshot of the raw data from user wishes. \n"
25
+ # icon = "icons/raw_screenshots.svg"
26
+ # priority = 63
27
+ # keywords = [
28
+ # "tomography",
29
+ # "tomwer",
30
+ # "tomo_obj",
31
+ # "screenshot",
32
+ # "raw data",
33
+ # ]
34
+
35
+ # want_main_area = True
36
+ # want_control_area = False
37
+ # resizing_enabled = True
38
+
39
+ # _ewoks_default_inputs = Setting(
40
+ # {
41
+ # "raw_projections_required": True,
42
+ # "raw_projections_each": 90,
43
+ # "raw_darks_required": True,
44
+ # "raw_flats_required": True,
45
+ # }
46
+ # )
47
+
48
+ # _ewoks_inputs_to_hide_from_orange = (
49
+ # "__process__",
50
+ # "raw_projections_required",
51
+ # "raw_projections_each",
52
+ # "raw_darks_required",
53
+ # "raw_flats_required",
54
+ # )
55
+
56
+ # def __init__(self, *args, **kwargs):
57
+ # super().__init__(*args, **kwargs)
58
+ # SuperviseProcess.__init__(self)
59
+ # self._widget = CreateRawDataScreenshotsWidget(parent=self)
60
+
61
+ # self._box = gui.vBox(self.mainArea, self.name)
62
+ # layout = self._box.layout()
63
+ # layout.addWidget(self._widget)
64
+
65
+ # # load settings
66
+ # self._widget.setConfiguration(self._ewoks_default_inputs)
67
+
68
+ # # connect signal / slot
69
+ # self._widget.sigConfigChanged.connect(self._updateSettings)
70
+
71
+ # def _updateSettings(self):
72
+ # self._ewoks_default_inputs = self._widget.getConfiguration()
73
+
74
+ # def handleNewSignals(self) -> None:
75
+ # """Invoked by the workflow signal propagation manager after all
76
+ # signals handlers have been called.
77
+ # """
78
+ # # for now we want to avoid propagation any processing.
79
+ # # task will be executed only when the user validates the dialog
80
+ # if self.get_task_input_value("data", None) is None:
81
+ # return
82
+ # else:
83
+ # super().handleNewSignals()
84
+
85
+ # def get_task_inputs(self):
86
+ # task_inputs = super().get_task_inputs()
87
+ # configuration = self._widget.getConfiguration()
88
+ # task_inputs["raw_projections_required"] = configuration[
89
+ # "raw_projections_required"
90
+ # ]
91
+ # task_inputs["raw_projections_each"] = configuration["raw_projections_each"]
92
+ # task_inputs["raw_darks_required"] = configuration["raw_darks_required"]
93
+ # task_inputs["raw_flats_required"] = configuration["raw_flats_required"]
94
+ # task_inputs["__process__"] = weakref.ref(self)
95
+ # return task_inputs
96
+
97
+ # def sizeHint(self):
98
+ # return qt.QSize(500, 200)
@@ -0,0 +1,129 @@
1
+ # from typing import Optional
2
+ # from orangewidget import gui
3
+ # from orangewidget.settings import Setting
4
+
5
+ # from silx.gui import qt
6
+ # import weakref
7
+ # from ewoksorange.bindings.owwidgets import OWEwoksWidgetOneThreadPerRun
8
+
9
+ # from tomwer.core.scan.scanbase import TomwerScanBase
10
+ # import tomwer.core.process.icat.gallery
11
+ # from tomwer.gui.icat.gallery import GalleryWidget, _GalleryOutputDir
12
+ # from processview.core.superviseprocess import SuperviseProcess
13
+
14
+
15
+ # class SaveToGalleryAndPublishOW(
16
+ # OWEwoksWidgetOneThreadPerRun,
17
+ # SuperviseProcess,
18
+ # ewokstaskclass=tomwer.core.process.icat.gallery.SaveToGalleryAndPublishTask,
19
+ # ):
20
+ # """
21
+ # This widget can receive 'screenshots' signal (expected as a tuple (source, screenshots_dict)
22
+ # source is the tomo obj associated (so we can automate deduction of the output dir)
23
+ # screenshots_dict is a dict of str: DataUrl
24
+ # """
25
+
26
+ # name = "Save to gallery and publish"
27
+ # id = "orangecontrib.widgets.tomwer.icat.MoveToGalleryOW.SaveToGalleryAndPublishOW"
28
+ # description = "This widget will save screenshot of reconstruction to a specific location (acquisition gallery as the default end point) \n"
29
+ # icon = "icons/add_gallery.svg"
30
+ # priority = 63
31
+ # keywords = [
32
+ # "tomography",
33
+ # "tomwer",
34
+ # "tomo_obj",
35
+ # "screenshot",
36
+ # "acquisition",
37
+ # "gallery",
38
+ # ]
39
+
40
+ # want_main_area = True
41
+ # want_control_area = False
42
+ # resizing_enabled = True
43
+
44
+ # _ewoks_default_inputs = Setting(
45
+ # {
46
+ # "format": "png",
47
+ # "output_location_mode": "default",
48
+ # "custom_output": None,
49
+ # "screenshots": None,
50
+ # "overwrite": False,
51
+ # }
52
+ # )
53
+
54
+ # _ewoks_inputs_to_hide_from_orange = (
55
+ # "proposal",
56
+ # "dataset",
57
+ # "beamline",
58
+ # "dry_run",
59
+ # "__process__",
60
+ # )
61
+
62
+ # def __init__(self, *args, **kwargs):
63
+ # super().__init__(*args, **kwargs)
64
+ # SuperviseProcess.__init__(self)
65
+ # self._scan = None
66
+ # self._widget = GalleryWidget(parent=self)
67
+
68
+ # self._box = gui.vBox(self.mainArea, self.name)
69
+ # layout = self._box.layout()
70
+ # layout.addWidget(self._widget)
71
+
72
+ # # load settings
73
+ # self._widget.setConfiguration(self._ewoks_default_inputs)
74
+
75
+ # # connect signal / slot
76
+ # self._widget.sigConfigChanged.connect(self._updateSettings)
77
+
78
+ # def _updateSettings(self):
79
+ # self._ewoks_default_inputs = self._widget.getConfiguration()
80
+
81
+ # def setScan(self, scan: TomwerScanBase):
82
+ # self._scan = weakref.ref(scan)
83
+ # self._widget._publishConfig.setScan(scan=scan)
84
+
85
+ # def getScan(self) -> Optional[TomwerScanBase]:
86
+ # if self._scan is None:
87
+ # return None
88
+ # else:
89
+ # return self._scan()
90
+
91
+ # def handleNewSignals(self) -> None:
92
+ # """Invoked by the workflow signal propagation manager after all
93
+ # signals handlers have been called.
94
+ # """
95
+ # # update the widget when receive the scan (proposal, dataset...)
96
+ # screenshots = self.get_task_input_value("screenshots", None)
97
+ # if screenshots is None:
98
+ # return
99
+ # else:
100
+ # scan = screenshots.scan
101
+ # if scan != self.getScan():
102
+ # self.setScan(scan)
103
+
104
+ # if self.get_task_input_value("screenshots", None) is None:
105
+ # return
106
+ # else:
107
+ # super().handleNewSignals()
108
+
109
+ # def get_task_inputs(self):
110
+ # task_inputs = super().get_task_inputs()
111
+ # configuration = self._widget.getConfiguration()
112
+
113
+ # use_custom_output_dir = _GalleryOutputDir.OutputDirMode.from_value(
114
+ # configuration.get("output_location_mode", "default")
115
+ # )
116
+ # # if user requested to overwrite the output directory
117
+ # if use_custom_output_dir is _GalleryOutputDir.OutputDirMode.PROPOSAL_GALLERY:
118
+ # task_inputs["screenshots"]["output_dir"] = configuration["custom_output"]
119
+
120
+ # task_inputs["overwrite"] = configuration["overwrite"]
121
+ # task_inputs["format"] = configuration["output_format"]
122
+ # task_inputs["beamline"] = configuration["beamline"]
123
+ # task_inputs["dataset"] = configuration["dataset"]
124
+ # task_inputs["proposal"] = configuration["proposal"]
125
+ # task_inputs["__process__"] = weakref.ref(self)
126
+ # return task_inputs
127
+
128
+ # def sizeHint(self):
129
+ # return qt.QSize(500, 200)
@@ -495,18 +495,19 @@ class AxisOW(SuperviseOW, WidgetLongProcessing):
495
495
  cor = self._axis_params.relative_cor_value
496
496
  scan.axis_params.set_relative_value(cor)
497
497
  scan._axis_params.mode = "manual"
498
- try:
499
- AxisTask._register_process(
500
- process_file=scan.process_file,
501
- entry=entry,
502
- process=AxisTask,
503
- results={"center_of_rotation": cor if cor is not None else "-"},
504
- configuration=self._axis_params.to_dict(),
505
- process_index=scan.pop_process_index(),
506
- overwrite=True,
507
- )
508
- except Exception as e:
509
- logger.warning(f"Fail to register Axis process. Error is {e}")
498
+ with scan.acquire_process_file_lock():
499
+ try:
500
+ AxisTask._register_process(
501
+ process_file=scan.process_file,
502
+ entry=entry,
503
+ process=AxisTask,
504
+ results={"center_of_rotation": cor if cor is not None else "-"},
505
+ configuration=self._axis_params.to_dict(),
506
+ process_index=scan.pop_process_index(),
507
+ overwrite=True,
508
+ )
509
+ except Exception as e:
510
+ logger.warning(f"Fail to register Axis process. Error is {e}")
510
511
  ProcessManager().notify_dataset_state(
511
512
  dataset=scan,
512
513
  process=AxisTask(
@@ -152,6 +152,7 @@ class DarkRefAndCopyOW(SuperviseOW, WidgetLongProcessing):
152
152
  self.widget.recons_params.sigChanged.connect(self._updateSettingsVals)
153
153
  self.widget.sigModeAutoChanged.connect(self._updateSettingsVals)
154
154
  self.widget.sigCopyActivationChanged.connect(self._updateSettingsVals)
155
+ self.widget.sigClearCache.connect(self._processing_stack.clear_cache)
155
156
  self._processing_stack.sigComputationStarted.connect(self._startProcessing)
156
157
  self._processing_stack.sigComputationEnded.connect(self._endProcessing)
157
158
  self._processing_stack.sigRefSetted.connect(self.widget.setRefSetBy)
@@ -102,7 +102,12 @@ class NabuHelicalPrepareWeightsDoubleOW(
102
102
  ## connect signal / slot
103
103
  self.widget.sigConfigChanged.connect(self._updateSettings)
104
104
 
105
- self.task_output_changed_callbacks.add(self._notify_state)
105
+ if isinstance(self.task_output_changed_callbacks, set):
106
+ self.task_output_changed_callbacks.add(self._notify_state)
107
+ elif isinstance(self.task_output_changed_callbacks, list):
108
+ self.task_output_changed_callbacks.append(self._notify_state)
109
+ else:
110
+ raise NotImplementedError
106
111
 
107
112
  ## handle settings
108
113
  self._loadSettings()