tomwer 1.4.0__py3-none-any.whl → 1.4.0rc0__py3-none-any.whl

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 (53) hide show
  1. orangecontrib/tomwer/tutorials/test_cor.ows +3 -3
  2. orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +14 -6
  3. orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +2 -4
  4. tomwer/app/axis.py +3 -0
  5. tomwer/app/multipag.py +3 -11
  6. tomwer/core/process/reconstruction/axis/axis.py +736 -27
  7. tomwer/core/process/reconstruction/axis/mode.py +24 -86
  8. tomwer/core/process/reconstruction/axis/params.py +138 -127
  9. tomwer/core/process/reconstruction/nabu/nabuscores.py +22 -19
  10. tomwer/core/process/reconstruction/nabu/nabuslices.py +1 -5
  11. tomwer/core/process/reconstruction/saaxis/saaxis.py +4 -4
  12. tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +4 -4
  13. tomwer/core/process/reconstruction/tests/test_axis.py +1 -1
  14. tomwer/core/process/reconstruction/tests/test_utils.py +4 -4
  15. tomwer/core/process/reconstruction/utils/cor.py +4 -8
  16. tomwer/core/process/tests/test_axis.py +231 -0
  17. tomwer/core/process/tests/test_nabu.py +3 -1
  18. tomwer/core/scan/nxtomoscan.py +0 -2
  19. tomwer/core/scan/scanbase.py +4 -4
  20. tomwer/core/scan/tests/test_process_registration.py +18 -0
  21. tomwer/gui/reconstruction/axis/AxisMainWindow.py +9 -20
  22. tomwer/gui/reconstruction/axis/AxisOptionsWidget.py +79 -239
  23. tomwer/gui/reconstruction/axis/AxisSettingsWidget.py +17 -38
  24. tomwer/gui/reconstruction/axis/AxisWidget.py +8 -16
  25. tomwer/gui/reconstruction/axis/CalculationWidget.py +200 -44
  26. tomwer/gui/reconstruction/axis/ControlWidget.py +2 -10
  27. tomwer/gui/reconstruction/axis/InputWidget.py +155 -11
  28. tomwer/gui/reconstruction/saaxis/corrangeselector.py +10 -19
  29. tomwer/gui/reconstruction/scores/scoreplot.py +2 -5
  30. tomwer/gui/reconstruction/tests/test_nabu.py +0 -8
  31. tomwer/gui/stitching/config/axisparams.py +0 -2
  32. tomwer/gui/stitching/z_stitching/fineestimation.py +1 -1
  33. tomwer/gui/tests/test_axis_gui.py +15 -31
  34. tomwer/synctools/stacks/reconstruction/axis.py +23 -5
  35. tomwer/synctools/stacks/reconstruction/dkrefcopy.py +1 -1
  36. tomwer/synctools/stacks/reconstruction/nabu.py +2 -2
  37. tomwer/synctools/stacks/reconstruction/normalization.py +1 -1
  38. tomwer/synctools/stacks/reconstruction/saaxis.py +1 -1
  39. tomwer/synctools/stacks/reconstruction/sadeltabeta.py +1 -1
  40. tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py +16 -0
  41. tomwer/tests/test_ewoks/test_single_node_execution.py +1 -1
  42. tomwer/tests/test_ewoks/test_workflows.py +1 -1
  43. tomwer/version.py +1 -1
  44. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/METADATA +3 -3
  45. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/RECORD +49 -52
  46. tomwer/core/process/reconstruction/axis/side.py +0 -8
  47. tomwer/gui/fonts.py +0 -5
  48. tomwer/gui/reconstruction/axis/EstimatedCORWidget.py +0 -394
  49. tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +0 -118
  50. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/LICENSE +0 -0
  51. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/WHEEL +0 -0
  52. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/entry_points.txt +0 -0
  53. {tomwer-1.4.0.dist-info → tomwer-1.4.0rc0.dist-info}/top_level.txt +0 -0
@@ -18,7 +18,7 @@ orangecontrib/tomwer/tutorials/simple_slice_reconstruction.ows,sha256=O9Bnunjh0Q
18
18
  orangecontrib/tomwer/tutorials/simple_slice_reconstruction_on_slurm.ows,sha256=t-fwTMCvqQV17AIZWM0lSCmjC6loLEHNZSFmAADF9xY,6584
19
19
  orangecontrib/tomwer/tutorials/simple_volume_local_reconstruction.ows,sha256=BBxkMX98PjDZsgxiVz4i-xPFw4WMdzif2YPnRQfONP4,5945
20
20
  orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows,sha256=TxVvFAfuV-HCIq9k_J45w9VtHDhLfmsN6wWuTNVYnPI,9163
21
- orangecontrib/tomwer/tutorials/test_cor.ows,sha256=tlpNXVRRhGQR5yGMvWvVR5DqVyl1G3f8hSQ8u17hmLU,2464
21
+ orangecontrib/tomwer/tutorials/test_cor.ows,sha256=GZqk7O_tIALY90FCjsqj9c_5MiaLEHyEadx6ZlvncrY,2578
22
22
  orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows,sha256=TUZNkXEsQyj7Qra1GEb4IhGFDWv3uJzqXbp3P04jwbs,5192
23
23
  orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows,sha256=yKa6pvd4UB6XDDlj_o7T8Md6bI8aQJXMCUnxyecdXbc,7568
24
24
  orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows,sha256=eSxYxrZ-0WKsmDqXivsHxND7SR2dSwdgG6Wcjbr06Ew,1727
@@ -148,12 +148,12 @@ orangecontrib/tomwer/widgets/other/icons/PythonScript.svg,sha256=-8O2mNwRmyVdFvp
148
148
  orangecontrib/tomwer/widgets/other/icons/hub.png,sha256=wnKSaxw2WnBkSQjI86aLZfdmKvV31Vputq1zukQIrXk,1122
149
149
  orangecontrib/tomwer/widgets/other/icons/hub.svg,sha256=9EYoBKY-P-cO17nM48OPA9VDZSCbyGtrMRc80BGHflk,3735
150
150
  orangecontrib/tomwer/widgets/other/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
151
- orangecontrib/tomwer/widgets/reconstruction/AxisOW.py,sha256=6OqPwKOiChmC6bI2-0O5pmTgMfGi_ndL2t_k-6uY1sg,21481
151
+ orangecontrib/tomwer/widgets/reconstruction/AxisOW.py,sha256=wgQgq82Ls5tcCSOoOBywI2SbVVMsSk9U3Uw4JXhfz1M,21799
152
152
  orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py,sha256=E9hTJH_WfMsbOpKsGworVkqc16kWIRL1ajZbpnT_IAI,7614
153
153
  orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py,sha256=Xd0HwZLMHSCBQ0nqr0q69n9z5p2-ziEXjyOxY4lRU4Q,9741
154
154
  orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py,sha256=NjMC0BEmPhDZ795Q-yyL81-hluAyGE8MRiq8xMdqAqY,6233
155
155
  orangecontrib/tomwer/widgets/reconstruction/NabuOW.py,sha256=DK37PoJtHDUnSBKCRmTKwPdrPfxmK1tgiD3MVFmk2zI,9830
156
- orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py,sha256=nkBvq4_jagIWb6iGxA-xj-fjzv4rtP9SsQ4lmX-im0k,17184
156
+ orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py,sha256=O50-Rto21GhOVq_TbJryJJ8pqVjLm6CZHu0ovbcrpwY,17138
157
157
  orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py,sha256=LrWwicK_bSjWP5MO5C7stetsbdPBTLbi7iFDrTI7WAY,17365
158
158
  orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py,sha256=AtkhHV2W5dlZkDKdOza-sCRMb8Ot_V83xeXpmXn8uZg,14166
159
159
  orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py,sha256=nBVG6DcZv-cHRLfHtJN7gEqbahMVkt_n5tbm98I5RDg,9445
@@ -220,9 +220,9 @@ orangecontrib/tomwer/widgets/visualization/tests/__init__.py,sha256=47DEQpj8HBSa
220
220
  tomwer/__init__.py,sha256=GeLSeY4__z-HQZu1y4ptZ5Y1OeXFvG8kuEwWXhkeaMA,360
221
221
  tomwer/__main__.py,sha256=7tCADiS4u7k1PCxFhlRAcYSIOpxQTGUTx8sCEQ-hi1E,8707
222
222
  tomwer/utils.py,sha256=7h7dEgKAEUmQ43jkULvC1B9Adl55nkCty-SEKUKCl4U,7008
223
- tomwer/version.py,sha256=tBqDHIKIZ-WmIQG-f3n4ZzZ6Vwq_keqONfQgw0jG1E4,4386
223
+ tomwer/version.py,sha256=5hVAmas58xdUxQsA3IFjUFiHS0BWs-VL8c4jSBtHe-Y,4383
224
224
  tomwer/app/__init__.py,sha256=RYMB2YhbQaoMXC8W-oOyfZ_Y1vmHD7L13YkKeAMuShM,85
225
- tomwer/app/axis.py,sha256=BJNuwMOjw1vS2w-9sKxltIgWMEWAPetnK2sAOFmXoZg,5880
225
+ tomwer/app/axis.py,sha256=NHV_4Mg509l3QxhK4UbFIIbH2HCzw_0HX8uOWl5evZ8,6015
226
226
  tomwer/app/canvas.py,sha256=sM368nniUwbQXLA-oNCg1iNwMMol_ZGTKbiw8WsC4yw,1539
227
227
  tomwer/app/darkref.py,sha256=SnSKtLa6K1jmHfyqQfsuhJ7EC4g04ejTrhJa9pzC4S8,276
228
228
  tomwer/app/darkrefpatch.py,sha256=Zzl1zdBHEDgAPd5J7agaaK1GN3uQjxePRRCaLpXL6A8,285
@@ -231,7 +231,7 @@ tomwer/app/imagekeyeditor.py,sha256=jGv1JPoKykVkGQB1V1momAzYl-w8ToqdEtZHosh2TXk,
231
231
  tomwer/app/imagekeyupgrader.py,sha256=l2tOhbvNpwJTekpMCDYiQxqlMuAl7D0C5BuahPWwojg,3364
232
232
  tomwer/app/intensitynormalization.py,sha256=Q22HRWJ4SuuUvAr7Et9h8IKILT-Yh-PY-yp3q6CTkpI,6660
233
233
  tomwer/app/multicor.py,sha256=6cud0C3Jistpe4YDxs0JvBuobEuBY5Kghqp28DrUJ2c,10053
234
- tomwer/app/multipag.py,sha256=Ic2b1Qnx0ojDtoxc3P8p-7U-ixBytA919iAatgI_j3c,13141
234
+ tomwer/app/multipag.py,sha256=KuHYBrLVRZU_D7I5wVeMfggFFyYXBRYv3GIUKIo_UKA,12903
235
235
  tomwer/app/nabuapp.py,sha256=cQNcIcAEv1urMpMABQWCQOy_ODi2A9Wr5hK2-KGB2C0,7697
236
236
  tomwer/app/nxtomoeditor.py,sha256=rldxrVCIUludQGEbTx0YzNf4SvG3PZ7q5PnNuVdiuko,3013
237
237
  tomwer/app/patchrawdarkflat.py,sha256=P3PQbcEaXGSljB-QSeCpn1yM1fYLXlcyx7wcxhBs3n8,3898
@@ -320,11 +320,10 @@ tomwer/core/process/reconstruction/output.py,sha256=_8kF_qhkXMW8f_u7xAi0u0KZLsD4
320
320
  tomwer/core/process/reconstruction/paramsbase.py,sha256=6PjFcO0yYs_apgv2MImGSDLsBgQ7UeK2TSBLz28HYgc,6344
321
321
  tomwer/core/process/reconstruction/axis/__init__.py,sha256=VSQkN6M6JvM_c55OiboNyJUW8Zs1wkkQgv1JYmzvIr8,80
322
322
  tomwer/core/process/reconstruction/axis/anglemode.py,sha256=4IFrqYSeWEMs14GZHipr1u9Njm2fLhF7qJHq9_kWfeY,537
323
- tomwer/core/process/reconstruction/axis/axis.py,sha256=rTQzjQlqYosc1QOtAKa9YayVIY9cMYo2xQRkYuVXz_k,17470
324
- tomwer/core/process/reconstruction/axis/mode.py,sha256=Bp3Kz5fK9lIZdDvGlc3AAFoDo6d4fqezV37cX9lPiBI,9541
325
- tomwer/core/process/reconstruction/axis/params.py,sha256=yabw4l2TDyssc0xwXS_WQ7n3hEoDtAJtl_chDr_BAhw,28276
323
+ tomwer/core/process/reconstruction/axis/axis.py,sha256=hGdckpTaASHk4Bbldff_8uci3N6dG2MClpbNdlzhamw,41567
324
+ tomwer/core/process/reconstruction/axis/mode.py,sha256=T_18HvLjOCRGGK78bGhlRT1spBp9RMWv8_VSx1It9-k,6948
325
+ tomwer/core/process/reconstruction/axis/params.py,sha256=I9Fw33Wq5JaI5OJHPa36HNRsw9UOVN-vwUqDPsPL8Vw,27594
326
326
  tomwer/core/process/reconstruction/axis/projectiontype.py,sha256=U8ZZA2o3tONpUkzWLL-MXTahtJGJMQofpJOVkuDNc8Q,184
327
- tomwer/core/process/reconstruction/axis/side.py,sha256=Za583OSve-8JX7mLo6-2XrwQ3DPTlSmWQCHq7Zzbb98,139
328
327
  tomwer/core/process/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
328
  tomwer/core/process/reconstruction/darkref/darkrefs.py,sha256=Yf9cYE7YXNbpGzHN5srcIklIl5t1n4n1A1aCPAYJhTE,19402
330
329
  tomwer/core/process/reconstruction/darkref/darkrefscopy.py,sha256=D0i__aTsEvfJg_Crkd6U265rUfrLuJ6PzbLO_wIoX8I,12970
@@ -334,8 +333,8 @@ tomwer/core/process/reconstruction/nabu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5J
334
333
  tomwer/core/process/reconstruction/nabu/castvolume.py,sha256=4VEVnJxWfG8_Ku2uhUSQAgGfvP_08mXswmC3bHU7E4M,9317
335
334
  tomwer/core/process/reconstruction/nabu/helical.py,sha256=gauUkoPiShvnvMQrCQXv28g0yLe-GceML5kYMSXmNIg,1997
336
335
  tomwer/core/process/reconstruction/nabu/nabucommon.py,sha256=s1KxEzHQJ09JEWP3_EvKFe51k1boi_a8YRlbs3TppdE,23338
337
- tomwer/core/process/reconstruction/nabu/nabuscores.py,sha256=e5tRG1QtmVAdXb8KHMTMtBXA3KQXqKKcqipY2HzMURg,25275
338
- tomwer/core/process/reconstruction/nabu/nabuslices.py,sha256=WWvq4cx6-lklUILOEMPCjDG_r8oy-QsuCI7hGaseiAw,34919
336
+ tomwer/core/process/reconstruction/nabu/nabuscores.py,sha256=3gJkiaALzoCymntensThGJ8Rg9u4uIbKKLkfAcnbipg,25452
337
+ tomwer/core/process/reconstruction/nabu/nabuslices.py,sha256=Jn2SXta9W22zcdKL9oW6o1LgB6bOIDM8vtmmWoJi0xg,34754
339
338
  tomwer/core/process/reconstruction/nabu/nabuvolume.py,sha256=O9d3PUvkk5r-YNEcOfzyPSx5DT1pu8wGXWXpQ0GhWnw,20556
340
339
  tomwer/core/process/reconstruction/nabu/plane.py,sha256=366gWprWw8Rlob8jsMn753CqgudruvvVauU0ihH2lU4,400
341
340
  tomwer/core/process/reconstruction/nabu/settings.py,sha256=3AJpxVQbJziw4v6F26Ppz8Q9vc9ZNepTWygqpCAbIEM,955
@@ -349,24 +348,24 @@ tomwer/core/process/reconstruction/normalization/normalization.py,sha256=lG9eqfz
349
348
  tomwer/core/process/reconstruction/normalization/params.py,sha256=WNCuA5A5EuiWJjvKqY309Eiaa7THocgnG7owkQFHdyc,3418
350
349
  tomwer/core/process/reconstruction/saaxis/__init__.py,sha256=ZEOu0nZWlMyBoX_A64yeEjVflE5x4iWSpYLTgs45g0o,137
351
350
  tomwer/core/process/reconstruction/saaxis/params.py,sha256=E16GiHpSXh28p6BIsSaWMY9y2K-yMRRhXtFf6stUFRA,4204
352
- tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=Bv2h4N_JlMSlIs2fj8_0SXou1gt_TcfW_HyzMPafI2Y,30701
351
+ tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=YqrY4OQxsM1DiDzlymjOKoBVxYwBcmCWaiFFsY1uK9M,30711
353
352
  tomwer/core/process/reconstruction/sadeltabeta/__init__.py,sha256=WDYJxfqPnz5IeLPCX5W8UEO8-Z-NSH79gkqp2DZn1bM,162
354
353
  tomwer/core/process/reconstruction/sadeltabeta/params.py,sha256=ziAlTtQLy4EItIprFxDOm2Td1emHpSpnQb58niF1tI0,2691
355
- tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py,sha256=L01nI67Fhu0_mWMhncOEiFaItQirzbIbMJ0TYBFgIaE,29603
354
+ tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py,sha256=tmztsCL6-hYrARCxwTv2gJChXS0OcSckvXMeoxtPDyo,29592
356
355
  tomwer/core/process/reconstruction/scores/__init__.py,sha256=aTWranL8RRGSMKOSDkkjhaqWisgZdP9Xgx7GoFhLwJo,282
357
356
  tomwer/core/process/reconstruction/scores/params.py,sha256=V6oOz6my6EghBeRC4L3-7fH6xWu29Pi4RsOVKQXXvT4,6148
358
357
  tomwer/core/process/reconstruction/scores/scores.py,sha256=xbmUSiGWCq8Ux4E3rIjqE6ZGUy5I-k7n3HXxrgqXX8E,5888
359
358
  tomwer/core/process/reconstruction/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
- tomwer/core/process/reconstruction/tests/test_axis.py,sha256=qIEae6yaxEfOJBZB5H9shwECKxhWKm9fFbNtxzRjD84,1684
359
+ tomwer/core/process/reconstruction/tests/test_axis.py,sha256=YpzibUw4rdZY7s-Tn2ovAOt0I5BoRIbq7ULsDH3Zf40,1684
361
360
  tomwer/core/process/reconstruction/tests/test_axis_params.py,sha256=DSZ73nr4vom12ZFwdqoYBMvCqTx9k1a0xEDq8NsEqzo,1614
362
361
  tomwer/core/process/reconstruction/tests/test_darkref.py,sha256=KkdZ4epw9fYOPT3ebgX14eq611ySRRo8OZb9hocOfUs,1105
363
362
  tomwer/core/process/reconstruction/tests/test_darkref_copy.py,sha256=Cl8qLAMZxLHDJp2oMDusr6q2WfALIg6mpbvuGyJJY7M,6090
364
363
  tomwer/core/process/reconstruction/tests/test_paramsbase.py,sha256=n9x9BZV4I9uF7DM5QjCelfxaAzWQ6vx9N9BsjysW6RU,1505
365
364
  tomwer/core/process/reconstruction/tests/test_saaxis.py,sha256=yaxm2Iob6jhSxMdiHP-B093HOoKb6rfBoqPVxOsGMgU,2972
366
365
  tomwer/core/process/reconstruction/tests/test_sadeltabeta.py,sha256=24JRMIocNYLMdX_xFgOCUUo_VA61BPzz3HTaRTzDFhE,1232
367
- tomwer/core/process/reconstruction/tests/test_utils.py,sha256=o_w8Bkk3T0btLCAan2UPq9U45y9vfh8ihyaHnZ7fEb0,1006
366
+ tomwer/core/process/reconstruction/tests/test_utils.py,sha256=8tg5XmVdy6xMDnOeqYf3Ze6LdK4LcMm1ow3zdvy_sJc,1006
368
367
  tomwer/core/process/reconstruction/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
369
- tomwer/core/process/reconstruction/utils/cor.py,sha256=8zxkfTKj0HJNbytB-XzlMLCn8P_L9qOYuXfjQrAW1KM,532
368
+ tomwer/core/process/reconstruction/utils/cor.py,sha256=HeaZRYXPtfpJJ03HSw6Orb2KIcQtVpWZmSBKvkOojBs,368
370
369
  tomwer/core/process/script/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
371
370
  tomwer/core/process/script/python.py,sha256=WGNim6pcaf2ARg4Y2j-7uOY4ES-mYyPg5vwlewkqvzI,2712
372
371
  tomwer/core/process/script/tests/test_script.py,sha256=1uku23G5_6JEjohI53FZyLpTjkmfsdGrwX__5Mr3DBg,1024
@@ -375,12 +374,13 @@ tomwer/core/process/stitching/metadataholder.py,sha256=QWo04TRsGFg1MdydLvuuK1C2I
375
374
  tomwer/core/process/stitching/nabustitcher.py,sha256=DQTmCqOvcei9S9eu-H9NoVXBcBQf6DRxYOJO2Nn50QY,8129
376
375
  tomwer/core/process/stitching/tests/test_metadataholder.py,sha256=E9jgvtwdbcF9tgWS3uqHppHf8ff0aCvjROrLAFVZSpQ,631
377
376
  tomwer/core/process/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
377
+ tomwer/core/process/tests/test_axis.py,sha256=tVyDopoPK6mPHCIOkNNHri1DLT7BfLbbLwxTgv-CCI8,8227
378
378
  tomwer/core/process/tests/test_conditions.py,sha256=FBmBn3fvMW2H27ZLVnyYyS1bnfCb9v86WnWDw46WbMo,2140
379
379
  tomwer/core/process/tests/test_dark_and_flat.py,sha256=qLfx3YkZr6_XbTITxULerv7jCv8z7idCXsRKIsJXdMw,14121
380
380
  tomwer/core/process/tests/test_data_listener.py,sha256=R8aNlDvNbrm7ziZtcKE5cB-fiJHSsABZZI3Polv5P-w,2373
381
381
  tomwer/core/process/tests/test_data_transfer.py,sha256=y_W9uZc6GOt1kZRMQMF-b-0zGVDj7nWi-aRaoSg0okM,14095
382
382
  tomwer/core/process/tests/test_data_watcher.py,sha256=BNKkcUtfyqea_Tu8gwAymNVFE_xw1wtyJfLfSTubccg,1815
383
- tomwer/core/process/tests/test_nabu.py,sha256=gOYQ5ujQh86g39g539kjhfu8odpZXy60gvGQBoNPi5E,18049
383
+ tomwer/core/process/tests/test_nabu.py,sha256=nOyH_3vvsy6g-igFG0fbY3ghUmkaE_-2Jlttpcnj87E,18083
384
384
  tomwer/core/process/tests/test_normalization.py,sha256=0rpTiQfSGpaCEzYvyJX_Qt3cHWSHcVwMagpyyfI0cdU,2698
385
385
  tomwer/core/process/tests/test_timer.py,sha256=PGcYSQJ55ysj2J8bh7RZtboRL4zLoOk4mB_0CGjDuBU,1704
386
386
  tomwer/core/process/visualization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -406,15 +406,15 @@ tomwer/core/scan/edfscan.py,sha256=hsFzpYyPIrvsLM61J9aDmpdVskMTFO94fNcF3HEG_iI,2
406
406
  tomwer/core/scan/futurescan.py,sha256=chXjteQ4_6cSyFBoCil-DeHkHGGzM-xb21xJRYLEfhI,213
407
407
  tomwer/core/scan/hdf5scan.py,sha256=rQ-WtbOIgNtnMxA2kC23fEAcJIJIKboAv7UQColkrBg,966
408
408
  tomwer/core/scan/helicalmetadata.py,sha256=JRBxqHkyTe5f3FDlbIeDfN31P6Ms48SqGiFRXHuZ8sw,472
409
- tomwer/core/scan/nxtomoscan.py,sha256=H-qSuRiO8orBV5EJBkg5uhUDAJOG2oF1nj5o13MO1xw,18913
410
- tomwer/core/scan/scanbase.py,sha256=TMfoQHJgaWTNJfjXiOVYDLT58A03T-O-8MDOM6bwt3E,28514
409
+ tomwer/core/scan/nxtomoscan.py,sha256=iw6RneKKXZ5u6whN_yghYMoR4fisvYMpJTVMoarxYIE,18768
410
+ tomwer/core/scan/scanbase.py,sha256=FWnsW2j78PrVpxW5wUKu4s7Ce3YBU8PEoKkA_aSnSm0,28490
411
411
  tomwer/core/scan/scanfactory.py,sha256=-bF0Ru9bn8bnGk4MKXhbt5Oli19qN1WvFPDMtqw81BA,9116
412
412
  tomwer/core/scan/scantype.py,sha256=pQjWuCy_014uK5cdb8pFAkE_EPHJvPdSo3NM8aWTo58,137
413
413
  tomwer/core/scan/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
414
  tomwer/core/scan/tests/test_edf.py,sha256=JI7wH5emdjlYl08OhmjIO_8mui7rHa-aRCUwmkCRyys,830
415
415
  tomwer/core/scan/tests/test_future_scan.py,sha256=tsF9p57dCOmW0fPyl6BP2lLSo0rRYRF6hSF-kryLMDM,848
416
416
  tomwer/core/scan/tests/test_nxtomoscan.py,sha256=w2mNuCsfWMl1b9jP_-vkTDkCD_z9oM02yx42f6-DzY8,4751
417
- tomwer/core/scan/tests/test_process_registration.py,sha256=g4Toef92SjxCBUE82MTbjonFJpc3PQqfpF6FSCarN5U,1988
417
+ tomwer/core/scan/tests/test_process_registration.py,sha256=AJw9QyPlobRu7KbDtdN2HafuzNqJNh4_an0nZMuFcto,2595
418
418
  tomwer/core/scan/tests/test_scan.py,sha256=mHFPi2Tc7Z2_5rWvAp3YmObVSTB5yi-sTkHm1iOJlDo,12228
419
419
  tomwer/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
420
420
  tomwer/core/tests/test_scanutils.py,sha256=xWwd1nycVDWmFaIaL2gQ_xxrUMhVCARaNHI2SxT9NOI,844
@@ -454,7 +454,6 @@ tomwer/core/volume/volumebase.py,sha256=ZfdBsFGn0Ksml-0AO_OtljjRh2eeeMx2A5WBJbGk
454
454
  tomwer/core/volume/volumefactory.py,sha256=pffuz8LC0QEwGitqt7BS5gGGJcEcmisdVVTx9HISEEk,6626
455
455
  tomwer/core/volume/tests/test_volumes.py,sha256=3nizQCB__xTWCQeZ9MhsG9R5V3e5URqQIcBWVKx9FkQ,781
456
456
  tomwer/gui/__init__.py,sha256=OfM3Lqb0upMvLzigT35R010BS8vmqgsvAQsNWJRLxmo,100
457
- tomwer/gui/fonts.py,sha256=nacsUIwMyB4TBNT4FdgoxFCODtrB7oJXzmjGzLF8EDk,134
458
457
  tomwer/gui/icons.py,sha256=J-12uD8qrGUk3h5sCq9CfOvwcfuNhFc96vIfOPQorSg,11388
459
458
  tomwer/gui/illustrations.py,sha256=RS5dswvKGqBIyXamm4pNFq7HeSGOE2jNanF3WQj206s,3975
460
459
  tomwer/gui/imagefromfile.py,sha256=bJPoQUc-DEzwiBTkTOttsc7BC-xZrfYOMqdiFK5rZEo,4106
@@ -540,16 +539,14 @@ tomwer/gui/edit/tests/test_dkrf_patch.py,sha256=L0fO2nqqK74EOIZTPQKjO03qsAiXbqjj
540
539
  tomwer/gui/edit/tests/test_image_key_editor.py,sha256=6sIGM_DjU_KjspnVKB2UDhWh_BLDhYP8rS6U1fAZXkk,4647
541
540
  tomwer/gui/edit/tests/test_nx_editor.py,sha256=iEm8th1ahclnLhNHVHtdvQQvazX2znteYTJUGeEfXpw,13865
542
541
  tomwer/gui/reconstruction/__init__.py,sha256=Hbmaar65YftLApEuTwzGfQbTzRJXNbrsH11T2dRPdrw,96
543
- tomwer/gui/reconstruction/axis/AxisMainWindow.py,sha256=7w2LhdQ1pa8vU9U-XTA3ohGQfYKk5ETZ79s_xl4Zxx8,9641
544
- tomwer/gui/reconstruction/axis/AxisOptionsWidget.py,sha256=M47xflZ68KkTDg8tksFt8n7ZFVIr8tJxstlPyG4Odq0,12168
545
- tomwer/gui/reconstruction/axis/AxisSettingsWidget.py,sha256=7GpHteE2j9RUo-jUQoJdXJ-GnIi9VnY13Lveq3mvd1M,28120
546
- tomwer/gui/reconstruction/axis/AxisWidget.py,sha256=nkORZHLo8D3Sk8j-8QVr9l3Qse66s-Nv-tB6kCkSMTY,19794
547
- tomwer/gui/reconstruction/axis/CalculationWidget.py,sha256=OgEeOCml6p-vJwEpKZLIoHLXfIrU9X7nLWewPswN1jE,8628
542
+ tomwer/gui/reconstruction/axis/AxisMainWindow.py,sha256=P17Q4HYVKMbNpPJUUFuFrVvPhaSc8wpUKLnXNqzZnbg,9241
543
+ tomwer/gui/reconstruction/axis/AxisOptionsWidget.py,sha256=dg_dc8dBHGGKpa2Vx8SqK1prI0P3wcgDXLMHx9IcQQ8,5322
544
+ tomwer/gui/reconstruction/axis/AxisSettingsWidget.py,sha256=tx48exSnVxSjzDYGnhCRDXBG_mW7pbKEctVLMLOu0bQ,27352
545
+ tomwer/gui/reconstruction/axis/AxisWidget.py,sha256=Op_HlIJPInycXto7lIYGlJZVNG7wyfEA7F2asmgD_fg,19517
546
+ tomwer/gui/reconstruction/axis/CalculationWidget.py,sha256=FwbcwJKahHmXG5tetTbM2AG2FhXHXxlWwnwy26RzIPA,14674
548
547
  tomwer/gui/reconstruction/axis/CompareImages.py,sha256=jqzlMBU_tfIdR1yHuZa8Avt8Te0EPBkjI6R4TY6kIlw,11425
549
- tomwer/gui/reconstruction/axis/ControlWidget.py,sha256=DsBPFIEZCva-JPUFxORjkAnoYfgb5udfJ71W-fCwgRY,10686
550
- tomwer/gui/reconstruction/axis/EstimatedCORWidget.py,sha256=dL9SCjPEZ7MQLGZP0gZARb-rxD8YYSl-gcFyuN14jwg,17081
551
- tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py,sha256=Hq8o6X5-iVMqltGcpy2E5OpCP5nNV353Mepsf_R7zVY,4434
552
- tomwer/gui/reconstruction/axis/InputWidget.py,sha256=UhEWL3aJG56PfkI7DKw-sBd6hDsRJ2NnQ0XN0nBmM6g,13052
548
+ tomwer/gui/reconstruction/axis/ControlWidget.py,sha256=W3oYAs7b79oqeMrk1_i4GEu8_oHrqN32eFz4EtpXxVU,10417
549
+ tomwer/gui/reconstruction/axis/InputWidget.py,sha256=gQTp9L9t370SFRSETkx3Sm1sD1FtBY9vAKwzN2e3F2U,19109
553
550
  tomwer/gui/reconstruction/axis/ManualFramesSelection.py,sha256=b7-OjYyLuMQxG19AuvUNdwhSV5ewwfC4s9Yn8-6yZLQ,6481
554
551
  tomwer/gui/reconstruction/axis/__init__.py,sha256=0YJJmL_suumgRcTA-uUNt6HStVM96ST3SJei7domThk,104
555
552
  tomwer/gui/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -581,7 +578,7 @@ tomwer/gui/reconstruction/normalization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5J
581
578
  tomwer/gui/reconstruction/normalization/intensity.py,sha256=zyOQTIBnYjbru7EFvuKvXCHWFrRIA6oTri8PTCqvzdo,32589
582
579
  tomwer/gui/reconstruction/normalization/test/test_intensity.py,sha256=CP9GxvaR7QrVfU6VHyDY_4OkK-oNwh13XJ1tYs5Lebo,3420
583
580
  tomwer/gui/reconstruction/saaxis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
584
- tomwer/gui/reconstruction/saaxis/corrangeselector.py,sha256=v-3JDRNrvhuq1t_qrOqSj1KkFsvld3Z831IDQeCE888,31797
581
+ tomwer/gui/reconstruction/saaxis/corrangeselector.py,sha256=5ZC4Nh1du93pP6PrCXZcZoZ9hICyp-NWDvS0Z3mQo2k,31472
585
582
  tomwer/gui/reconstruction/saaxis/dimensionwidget.py,sha256=JXokxJxUlMVug5UxZVoXgP8J902V-ahkoDvrq2q_X4Q,7905
586
583
  tomwer/gui/reconstruction/saaxis/saaxis.py,sha256=dIZ2MTj4CqhipqjR8663DK7Ft70r0U0xSnLC4OPrCkc,20098
587
584
  tomwer/gui/reconstruction/saaxis/sliceselector.py,sha256=NMKCVc2x2cMrPxm801M3hl2qCXtxuvIWTjxyUx1mRxE,10883
@@ -589,10 +586,10 @@ tomwer/gui/reconstruction/sadeltabeta/__init__.py,sha256=74VkZ1KfTqXmfQReLkjJenv
589
586
  tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py,sha256=xSdfITKB8gtOMwhQ5Rpeg-bre9vqt-arRdWt9jsrxbM,19448
590
587
  tomwer/gui/reconstruction/scores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
591
588
  tomwer/gui/reconstruction/scores/control.py,sha256=SVWMruB--sa_LSM1oZhjoFM5ci1oQTe9XqXOyI8iR0U,1496
592
- tomwer/gui/reconstruction/scores/scoreplot.py,sha256=TCVG29UDq3w-5oo5QMXJ9IIx2-vMGVCLVJJpE7HAvS8,30917
589
+ tomwer/gui/reconstruction/scores/scoreplot.py,sha256=_4ZVv49Q4jy5zLOuzp-lJmgiFqVoRPwVqHRiRVK76cI,30767
593
590
  tomwer/gui/reconstruction/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
594
591
  tomwer/gui/reconstruction/tests/test_axis.py,sha256=h0u_tTnQp57rg4oFtwjGSYNw5IujoxydOpnvNd98INA,7498
595
- tomwer/gui/reconstruction/tests/test_nabu.py,sha256=MRSxOYRbiZQ4P3jvSj_YMQofK5y_IgHNIb6TmuLFqAc,13644
592
+ tomwer/gui/reconstruction/tests/test_nabu.py,sha256=I1Yx4j6gg6SA7pcIQ5Pz8nPRQHhLoscEwMapwjX39zk,13321
596
593
  tomwer/gui/reconstruction/tests/test_saaxis.py,sha256=XuIlhkdJXdnyYNStyhtmo3Qth4n8kz9z3pkz5XUyDWQ,6678
597
594
  tomwer/gui/reconstruction/tests/test_sadeltabeta.py,sha256=fqzVuqFR74aHvDujxrMgoFCI8qj8F6dQRpODOBbhCg0,4477
598
595
  tomwer/gui/samplemoved/__init__.py,sha256=jNA03mYWfP3_S1MRet6ijYe5DNCTK3Br7-5yrW3oEG4,8240
@@ -613,7 +610,7 @@ tomwer/gui/stitching/stitching_preview.py,sha256=QqWfw5jOqpmfEDCR-VGrbTtGTU9l06q
613
610
  tomwer/gui/stitching/stitching_raw.py,sha256=imFJZyoVQ8H9JgdS02UoNcudvalfCQCAHVvCfh2UGIk,22363
614
611
  tomwer/gui/stitching/utils.py,sha256=ZgfKHLyH7l81Ry-4M5ajdwqdeos_J4g4Ee3j3yoXcJo,599
615
612
  tomwer/gui/stitching/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
616
- tomwer/gui/stitching/config/axisparams.py,sha256=1cRa9ukPvVK7AGePJsJx2M_i_5TMLJocVwrotz7uxXk,8026
613
+ tomwer/gui/stitching/config/axisparams.py,sha256=08UGAkuT3oJwK752JQ9yBBrKZ_K1nLwTJpyaMPwV8eo,7961
617
614
  tomwer/gui/stitching/config/output.py,sha256=sVmPQDMmFjmG5Dtuqy-805Qh8ZIbnDMgShnQOgjWQxQ,5936
618
615
  tomwer/gui/stitching/config/positionoveraxis.py,sha256=NGgjxzhxCXa3fBtHP9O9oiqLw8lpUqV_NNbhrnRGrdY,16328
619
616
  tomwer/gui/stitching/config/stitchingstrategies.py,sha256=BI5KYs0qeEp-hfFI7M9MJN8EHmoC7iaJqQ7Hf902v6Y,4598
@@ -626,12 +623,12 @@ tomwer/gui/stitching/tests/test_preview.py,sha256=sQ0fh07e1oYgWwlB4tqHlOv9Qsf_-b
626
623
  tomwer/gui/stitching/tests/test_stitching_raw.py,sha256=Yh69Av36GMJdpxstaMGprjRogugh7jicSTgC2pSaSBs,3699
627
624
  tomwer/gui/stitching/tests/utils.py,sha256=SdKw4Q1PCPliR_Jh_eZK9Og_zAUp8HRxiuNz5wTjgKk,3217
628
625
  tomwer/gui/stitching/z_stitching/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
629
- tomwer/gui/stitching/z_stitching/fineestimation.py,sha256=FQ-xlEuoX2S--kx8h7J-Ouv4shPqDXS7OyR4x_IBjOU,7948
626
+ tomwer/gui/stitching/z_stitching/fineestimation.py,sha256=nfomepoGhnzOF8lD6ZOMMcCoL-rZiUEEVW4e5xE_GPc,7948
630
627
  tomwer/gui/stitching/z_stitching/tests/test_fine_estimation.py,sha256=vHR8e2jvq_mlV6621DDSMpVZ5khNhsfbTplCBgtGf_k,1207
631
628
  tomwer/gui/stitching/z_stitching/tests/test_raw_estimation.py,sha256=Xmc6qlQ_tw7aU9hp9Aa-9eK5ViE0wXIpS0CTPpSK_wQ,8343
632
629
  tomwer/gui/stitching/z_stitching/tests/test_stitching_window.py,sha256=UsNMB2gGkI8mafkzCe3rGdAQD18C87oSAZP9n1Uusl8,1441
633
630
  tomwer/gui/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
634
- tomwer/gui/tests/test_axis_gui.py,sha256=7Sz7LKTADuRCxaPYFGes22-0AItYwfrcd6kgk4XJQaM,1535
631
+ tomwer/gui/tests/test_axis_gui.py,sha256=elesN-1_yYvrhVjrLXvgsbGdpjm8VTJco16P3POL8Kk,1216
635
632
  tomwer/gui/tests/test_qfolder_dialog.py,sha256=hwN7uEDUYoGsHeJgjTvgMLV21umt_LTIemDsUTU2UvA,352
636
633
  tomwer/gui/utils/RangeWidget.py,sha256=HERjGePh_LxkJEELt2ZVOL_D8G_0xmaP4OotZlASPEo,1327
637
634
  tomwer/gui/utils/__init__.py,sha256=zRGvzYC0R676iDAjHIERQJlV4YgTcsXc3G34f6cUCK8,66
@@ -836,13 +833,13 @@ tomwer/synctools/stacks/processingstack.py,sha256=egB5kg5DesKkfzGhfcM9_ffozPFwBY
836
833
  tomwer/synctools/stacks/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
837
834
  tomwer/synctools/stacks/control/datalistener.py,sha256=XN40esWfSQPgsy9HHrjvd3imSg7gcTzZ2OJgAFEtbEs,3785
838
835
  tomwer/synctools/stacks/reconstruction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
839
- tomwer/synctools/stacks/reconstruction/axis.py,sha256=yMqyElpL2c55sKjRTbZ3xLzIiev0I0-UTupfRn6IcsI,6922
836
+ tomwer/synctools/stacks/reconstruction/axis.py,sha256=KLKcabl8UHIeVgkO7nz3_8qMLLMXZ_fWswAjA_DX-QU,7511
840
837
  tomwer/synctools/stacks/reconstruction/castvolume.py,sha256=hyLW_M6uR81nUAk1ZvyyYMd3gvIcWfqKF7RSdUgVzmQ,6795
841
- tomwer/synctools/stacks/reconstruction/dkrefcopy.py,sha256=bemmlZajyoT7hAvGeEfhEXuxIN1IwhgEwnYSe1htXKA,6171
842
- tomwer/synctools/stacks/reconstruction/nabu.py,sha256=sSrxcUdn3B6u4gKtevlw5Vc5wI9Qf-mzCbOowT2W0zM,6495
843
- tomwer/synctools/stacks/reconstruction/normalization.py,sha256=WSlx-aad8OhKI-2wZDe2pKzu9ht-446Yrwo0Z0cUaE0,4044
844
- tomwer/synctools/stacks/reconstruction/saaxis.py,sha256=6HHfNfT4n6podzB_X88AjC7simiFAHpoi520nt3OexY,5808
845
- tomwer/synctools/stacks/reconstruction/sadeltabeta.py,sha256=Oo0mczxv3-DxedpOybyMSUZAlcf65W8ZiCeTvPMHEas,5796
838
+ tomwer/synctools/stacks/reconstruction/dkrefcopy.py,sha256=MS_D9OBuYc3HEPVYa7hI_y-WB_U4uAN0zXJvFYknz7A,6174
839
+ tomwer/synctools/stacks/reconstruction/nabu.py,sha256=8FA5fU-zuip3FzY0BRGXGIIorctmVvoezEpLKMnahZc,6501
840
+ tomwer/synctools/stacks/reconstruction/normalization.py,sha256=mDsvpQaPW6kZB0rKQxGDU8Mh4akhjfLwY2f1t-B3njs,4047
841
+ tomwer/synctools/stacks/reconstruction/saaxis.py,sha256=-Sv2G6bvuXZiaKQ2sl4I1ea00NwA5ELJsVGvMmEr378,5811
842
+ tomwer/synctools/stacks/reconstruction/sadeltabeta.py,sha256=Ha3B0wThas-H9KW3-2oM7vzs336m8HHQE2PRDXX8W6Y,5799
846
843
  tomwer/synctools/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
847
844
  tomwer/synctools/tests/test_darkRefs.py,sha256=1OgWaV-hgDmi4rkh0hxjCW_codBAnxNhp3KFyZAWFOI,14534
848
845
  tomwer/synctools/tests/test_foldertransfer.py,sha256=sfDJWPZv6UJNLWMGQj90L-e08lhMmydN3t7oEQSozV8,12724
@@ -879,7 +876,7 @@ tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_editor.py,sh
879
876
  tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_image_key_upgrader.py,sha256=YLtZ4o4FwQfXU0r1DzSXrAxFdgdeJV-EMOkTkmiwvzo,2211
880
877
  tomwer/tests/orangecontrib/tomwer/widgets/edit/tests/test_nxtomo_editor.py,sha256=s2FrggMMrasihr2b1ByOwjE0S1KWGTMZJN47HO0x44U,5374
881
878
  tomwer/tests/orangecontrib/tomwer/widgets/other/tests/test_pythonscript.py,sha256=pqllpHnX8WDo37lBs1DawHdLL9QE6YpqTvnGYKu6LIs,941
882
- tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py,sha256=NaP1WbkQ4yhL3pn8IdkOuusUPmLBSH8nXQ8GIcLwUSc,7015
879
+ tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_axis.py,sha256=LRMsE-6lunXtejnGpFpJUSihavjvk-XrsZBC3JBfO4I,7627
883
880
  tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_cast_volumeow.py,sha256=4urO8fmzwNUyaThujIOX7X37g-_DEtTerpirgMz_47o,1612
884
881
  tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_dark_refs_widget.py,sha256=qCiY4Gm_z6OsoLjVDLpHv4W1zCYNiBDT5QSCvLPzrOc,4925
885
882
  tomwer/tests/orangecontrib/tomwer/widgets/reconstruction/tests/test_delta_beta_selector.py,sha256=BJcjGemqzqwjqBVVCMLB_ASDWGtAyQUO6cl4m2N9m2E,407
@@ -902,11 +899,11 @@ tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_sinogram_view
902
899
  tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_slice_stackow.py,sha256=SvLWBXyfrCoEjcKoq3n5h0I9qe0iFz8DsbLEtL3k514,803
903
900
  tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewerow.py,sha256=PjZI0EfFfxmR0bh-RS0gmvMrNg5tZllCWePQmnmD6oQ,810
904
901
  tomwer/tests/test_ewoks/test_conversion.py,sha256=a8cEWbErXiFCAkaapi0jeEoRKYxcFQCoa-Jr_u77_OM,3656
905
- tomwer/tests/test_ewoks/test_single_node_execution.py,sha256=YBUHfiAnkciv_kjj7biC5fOs7c7ofNImM_azGMn4LZM,2813
906
- tomwer/tests/test_ewoks/test_workflows.py,sha256=L0vNnfGpI6Soy8b_w6OjTMhLzUSutMFhWjPOe6kZO-E,5081
907
- tomwer-1.4.0.dist-info/LICENSE,sha256=62p1wL0n9WMTu8x2YDv0odYgTqeSvTd9mQ0v6Mq7lzE,1876
908
- tomwer-1.4.0.dist-info/METADATA,sha256=cd6jO9c1I49Q-ARnezGeJHxBYF1nU3j1Oh3-lVw8bwM,13403
909
- tomwer-1.4.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
910
- tomwer-1.4.0.dist-info/entry_points.txt,sha256=py3ZUWvGnWGc5c7Yhw_uBTm8Fmew0BDw3aQZnWMBNZI,500
911
- tomwer-1.4.0.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
912
- tomwer-1.4.0.dist-info/RECORD,,
902
+ tomwer/tests/test_ewoks/test_single_node_execution.py,sha256=EedhvZzUJgPg6fAxMRSiw9kaPhtMEv7O_DWEd6JG9Wk,2816
903
+ tomwer/tests/test_ewoks/test_workflows.py,sha256=-GJGzDo-4_W7urzeDvw9684Ib6grZw_pUDm115_LM0E,5084
904
+ tomwer-1.4.0rc0.dist-info/LICENSE,sha256=62p1wL0n9WMTu8x2YDv0odYgTqeSvTd9mQ0v6Mq7lzE,1876
905
+ tomwer-1.4.0rc0.dist-info/METADATA,sha256=IpP2Sdpz9FsLvfFlkFa9ALrulNWX2ex9ZjZIiEeY_1s,13404
906
+ tomwer-1.4.0rc0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
907
+ tomwer-1.4.0rc0.dist-info/entry_points.txt,sha256=py3ZUWvGnWGc5c7Yhw_uBTm8Fmew0BDw3aQZnWMBNZI,500
908
+ tomwer-1.4.0rc0.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
909
+ tomwer-1.4.0rc0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- from silx.utils.enum import Enum as _Enum
2
-
3
-
4
- class Side(_Enum):
5
- LEFT = "left"
6
- RIGHT = "right"
7
- CENTER = "center"
8
- ALL = "all"
tomwer/gui/fonts.py DELETED
@@ -1,5 +0,0 @@
1
- from silx.gui import qt
2
-
3
- FONT_IMPORTANT = qt.QFont("Arial", 12)
4
- FONT_MEDIUM = qt.QFont("Arial", 10)
5
- FONT_SMALL = qt.QFont("Arial", 8)