tomwer 1.3.20__py3-none-any.whl → 1.3.22__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.
@@ -281,7 +281,6 @@ class _OMain(ocMain):
281
281
  signal.signal(signal.SIGINT, signal.SIG_DFL)
282
282
  # Disable pyqtgraph's atexit and QApplication.aboutToQuit cleanup handlers.
283
283
  pyqtgraph.setConfigOption("exitCleanup", False)
284
- print("argv are", argv)
285
284
  super().run(argv)
286
285
 
287
286
  def argument_parser(self) -> argparse.ArgumentParser:
@@ -62,10 +62,10 @@ _WITH_PAG = "withpag"
62
62
  _NO_PAG = "nopag"
63
63
 
64
64
 
65
- DEFAULT_CMP_THETA = 10
66
- DEFAULT_CMP_N_SUBSAMPLING_Y = 10
65
+ DEFAULT_CMP_THETA = 5
66
+ DEFAULT_CMP_N_SUBSAMPLING_Y = 40
67
67
  DEFAULT_CMP_NEAR_POS = 0
68
- DEFAULT_CMP_NEAR_WIDTH = 20
68
+ DEFAULT_CMP_NEAR_WIDTH = 40
69
69
  DEFAULT_CMP_OVERSAMPLING = 4
70
70
  DEFAULT_CMP_TAKE_LOG = True
71
71
 
@@ -468,6 +468,8 @@ def nabu_std_err_has_error(errs: typing.Optional[bytes]):
468
468
  or "PerformanceWarning" in line
469
469
  or "jitify._init_module()" in line
470
470
  or " unable to import 'siphash24.siphash13" in line
471
+ or "_create_built_program_from_source_cached" in line
472
+ or "prg.build(options_bytes," in line
471
473
  )
472
474
 
473
475
  if errs is None:
@@ -401,6 +401,7 @@ class SlurmSettingsWidget(qt.QWidget):
401
401
  self._queue.currentTextChanged.connect(self._partitionChanged)
402
402
  self._nGpu.valueChanged.connect(self._nGpuChanged)
403
403
  self._gpuCardCB.currentTextChanged.connect(self._configurationChanged)
404
+ self._exportValueCM.currentIndexChanged.connect(self._configurationChanged)
404
405
 
405
406
  def _nGpuChanged(self, *args, **kwargs):
406
407
  nGpu = self.getNGPU()
tomwer/utils.py CHANGED
@@ -81,10 +81,7 @@ class LauncherCommand(_LauncherCommand):
81
81
  """Description of a command"""
82
82
 
83
83
  def get_module(self):
84
- """Returns the python module to execute. If any.
85
-
86
- :rtype: module
87
- """
84
+ """Returns the python module to execute. If any."""
88
85
  try:
89
86
  module = importlib.import_module(self.module_name)
90
87
  return module
tomwer/version.py CHANGED
@@ -77,7 +77,7 @@ RELEASE_LEVEL_VALUE = {
77
77
 
78
78
  MAJOR = 1
79
79
  MINOR = 3
80
- MICRO = 20
80
+ MICRO = 22
81
81
  RELEV = "final" # <16
82
82
  SERIAL = 0 # <16
83
83
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tomwer
3
- Version: 1.3.20
3
+ Version: 1.3.22
4
4
  Summary: "tomography workflow tools"
5
5
  Home-page: https://gitlab.esrf.fr/tomotools/tomwer
6
6
  Author: data analysis unit
@@ -27,7 +27,7 @@ Requires-Dist: psutil
27
27
  Requires-Dist: silx[full] >=2.0
28
28
  Requires-Dist: tomoscan >=2.0.0a11
29
29
  Requires-Dist: nxtomo <1.3,>=1.2.3rc1
30
- Requires-Dist: nxtomomill >=1.0dev
30
+ Requires-Dist: nxtomomill <1.1,>=1.0dev
31
31
  Requires-Dist: processview >=1.3
32
32
  Requires-Dist: ewoks >=0.1.1
33
33
  Requires-Dist: ewoksorange <0.7,>=0.6
@@ -35,27 +35,6 @@ Requires-Dist: sluurp >=0.3.3
35
35
  Requires-Dist: packaging
36
36
  Requires-Dist: flufl-lock
37
37
  Requires-Dist: pyunitsystem <2.0,>=1.1.0
38
- Provides-Extra: _dev_spec
39
- Requires-Dist: black ; extra == '_dev_spec'
40
- Requires-Dist: flake8 ; extra == '_dev_spec'
41
- Requires-Dist: timeout-decorator ; extra == '_dev_spec'
42
- Requires-Dist: pyopencl ; extra == '_dev_spec'
43
- Provides-Extra: _full_base
44
- Requires-Dist: ewoks[orange] >=0.1.1 ; extra == '_full_base'
45
- Requires-Dist: rsyncmanager ; extra == '_full_base'
46
- Requires-Dist: graypy ; extra == '_full_base'
47
- Requires-Dist: fabio ; extra == '_full_base'
48
- Requires-Dist: h5py >=3 ; extra == '_full_base'
49
- Requires-Dist: lxml ; extra == '_full_base'
50
- Requires-Dist: werkzeug ; extra == '_full_base'
51
- Requires-Dist: json-rpc ; extra == '_full_base'
52
- Requires-Dist: scipy ; extra == '_full_base'
53
- Requires-Dist: Pillow ; extra == '_full_base'
54
- Requires-Dist: glymur ; extra == '_full_base'
55
- Requires-Dist: resource ; extra == '_full_base'
56
- Requires-Dist: tifffile ; extra == '_full_base'
57
- Requires-Dist: hdf5plugin ; extra == '_full_base'
58
- Requires-Dist: pyicat-plus ; extra == '_full_base'
59
38
  Provides-Extra: dev
60
39
  Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'dev'
61
40
  Requires-Dist: rsyncmanager ; extra == 'dev'
@@ -100,6 +79,11 @@ Requires-Dist: black ; extra == 'dev_no_cuda'
100
79
  Requires-Dist: flake8 ; extra == 'dev_no_cuda'
101
80
  Requires-Dist: timeout-decorator ; extra == 'dev_no_cuda'
102
81
  Requires-Dist: pyopencl ; extra == 'dev_no_cuda'
82
+ Provides-Extra: dev_spec
83
+ Requires-Dist: black ; extra == 'dev_spec'
84
+ Requires-Dist: flake8 ; extra == 'dev_spec'
85
+ Requires-Dist: timeout-decorator ; extra == 'dev_spec'
86
+ Requires-Dist: pyopencl ; extra == 'dev_spec'
103
87
  Provides-Extra: doc
104
88
  Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'doc'
105
89
  Requires-Dist: rsyncmanager ; extra == 'doc'
@@ -143,6 +127,22 @@ Requires-Dist: pyicat-plus ; extra == 'full'
143
127
  Requires-Dist: nabu[full] >=2023.3.1dev ; extra == 'full'
144
128
  Requires-Dist: pycuda <2024.1.1 ; extra == 'full'
145
129
  Requires-Dist: scikit-cuda ; extra == 'full'
130
+ Provides-Extra: full_base
131
+ Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full_base'
132
+ Requires-Dist: rsyncmanager ; extra == 'full_base'
133
+ Requires-Dist: graypy ; extra == 'full_base'
134
+ Requires-Dist: fabio ; extra == 'full_base'
135
+ Requires-Dist: h5py >=3 ; extra == 'full_base'
136
+ Requires-Dist: lxml ; extra == 'full_base'
137
+ Requires-Dist: werkzeug ; extra == 'full_base'
138
+ Requires-Dist: json-rpc ; extra == 'full_base'
139
+ Requires-Dist: scipy ; extra == 'full_base'
140
+ Requires-Dist: Pillow ; extra == 'full_base'
141
+ Requires-Dist: glymur ; extra == 'full_base'
142
+ Requires-Dist: resource ; extra == 'full_base'
143
+ Requires-Dist: tifffile ; extra == 'full_base'
144
+ Requires-Dist: hdf5plugin ; extra == 'full_base'
145
+ Requires-Dist: pyicat-plus ; extra == 'full_base'
146
146
  Provides-Extra: full_no_cuda
147
147
  Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full_no_cuda'
148
148
  Requires-Dist: rsyncmanager ; extra == 'full_no_cuda'
@@ -1,4 +1,4 @@
1
- tomwer-1.3.20-py3.11-nspkg.pth,sha256=UYCZtLWueceGiAlmXKRJUZ0TWQEubpPoQ1pVnAAsME0,502
1
+ tomwer-1.3.22-py3.11-nspkg.pth,sha256=UYCZtLWueceGiAlmXKRJUZ0TWQEubpPoQ1pVnAAsME0,502
2
2
  orangecontrib/tomwer/__init__.py,sha256=B4DXy1gY_wXmNYa2aOfapmJb2mEuCAjoaNEGnpBs70g,148
3
3
  orangecontrib/tomwer/state_summary.py,sha256=5_dPzweL3r0ye4ZfJo6IV2ThJI8fQhWoO2ySdJJajj8,1711
4
4
  orangecontrib/tomwer/orange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -219,8 +219,8 @@ orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png,sha256=8XwGE5m
219
219
  orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg,sha256=2uT9_px6VBxkC6RxD0QrQVzcBusDlNVKwekh551EF0A,8454
220
220
  tomwer/__init__.py,sha256=82Jp1abyG4UWdGuT4nNU7LxaUV6xxkOte5pIz3w69Do,1745
221
221
  tomwer/__main__.py,sha256=jsDfWA2yl5am0dHQVkYwlKLxxqKNont6VDF-LusuawE,8575
222
- tomwer/utils.py,sha256=EgVwJ5CQVjoBvcKNwyVoXv_P4ciI11oxb8fNyy82Lck,8465
223
- tomwer/version.py,sha256=3rV0IZ_yRO_01vz0CusN8_3aDfynZw2z4diYaYQrzig,4387
222
+ tomwer/utils.py,sha256=o6TW9xqGYyYLHUGvLiiYEiiDHP6lwWlX63jMLPNh374,8432
223
+ tomwer/version.py,sha256=jhBnRdQXbKIZp_VwCUEjor0PzdXn02udK8_YDWASJ8c,4387
224
224
  tomwer/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
225
  tomwer/app/axis.py,sha256=Ax0wlTp9u0Ll_3ax23QP5Ck16_M9Kop7wx0hAbXrXyM,6004
226
226
  tomwer/app/canvas.py,sha256=RbQqgE7DuNjv4nGG6BNfnSevQO5_lCl7N71hGcLoxwE,1561
@@ -247,7 +247,7 @@ tomwer/app/zstitching.py,sha256=rOc-bwX7A-eMHo0x0dyMsQhzLgcAcyavJlZ3I_D0m5E,1287
247
247
  tomwer/app/canvas_launcher/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
248
248
  tomwer/app/canvas_launcher/config.py,sha256=vGvyskE-mOLV4PPUverFhx7lQbGuE6E9747ctGcLodY,7164
249
249
  tomwer/app/canvas_launcher/environ.py,sha256=t_sgLAugHUA8d9SR6CZ6HfUHmAjS7ZcSf8I5KiwRayA,2501
250
- tomwer/app/canvas_launcher/mainwindow.py,sha256=OBd1_FQ9u-vwUPE2PuD6jVuyGEwDSqBPnbOLEowICm0,19146
250
+ tomwer/app/canvas_launcher/mainwindow.py,sha256=EwAudIgIr_uFryDn1k0AhYoVDX7gQ3Ipg7sm59houTk,19114
251
251
  tomwer/app/canvas_launcher/splash.py,sha256=2z3q5QwoQ_ad-a2UI0R8hR3252MWG7DggXPOgDZfgBA,560
252
252
  tomwer/app/canvas_launcher/widgetsscheme.py,sha256=S4x1LO798fOxL3-g2WDuAh0T2Y_Kbg79DbH3siwKPiM,2859
253
253
  tomwer/core/__init__.py,sha256=lLfviCLw9VdT6SQ_9eYhqFe8QtUA-Dv-JDGpgxQ8Yzs,1373
@@ -314,7 +314,7 @@ tomwer/core/process/reconstruction/axis/__init__.py,sha256=VSQkN6M6JvM_c55OiboNy
314
314
  tomwer/core/process/reconstruction/axis/anglemode.py,sha256=sOkuTqO8sR8xd_tEwZHj-o1TA1z33AmwwZbrPnuYqmI,1896
315
315
  tomwer/core/process/reconstruction/axis/axis.py,sha256=nkBkDjB5yGkxRNWtjnFrixwOE_qCx5iNloIpWEZne3M,42723
316
316
  tomwer/core/process/reconstruction/axis/mode.py,sha256=CvYf-Mat3Vc6Ki1RSUQl4_Z02OKdmXUmpknnLmUgz5k,6750
317
- tomwer/core/process/reconstruction/axis/params.py,sha256=y1RgFAk1wiJMeueSNJH5enUnUDxw-jsb9_JF_XxSYks,33185
317
+ tomwer/core/process/reconstruction/axis/params.py,sha256=If_WYx8FZUxMeqMclUj_QfMMT1NVI-H1U5NAvem9VzI,33184
318
318
  tomwer/core/process/reconstruction/axis/projectiontype.py,sha256=0w_NZ0N95iInHuEQCIxJIxt7K-YpCUo2fZ-_vhZ6D7Q,1543
319
319
  tomwer/core/process/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
320
320
  tomwer/core/process/reconstruction/darkref/darkrefs.py,sha256=gbRq1IJ-9fxD71684wajQj3D_M9G6chm7ahZsjxTmpM,20862
@@ -331,7 +331,7 @@ tomwer/core/process/reconstruction/nabu/nabuvolume.py,sha256=z7nyfXhMrp0Q3hAN3NY
331
331
  tomwer/core/process/reconstruction/nabu/plane.py,sha256=Cgzth77M0pFgLDULmvmPj4bqFm5MvIMJ7Ien8mRqLsE,134
332
332
  tomwer/core/process/reconstruction/nabu/settings.py,sha256=JpHKf0smiXeWC8i9Mj7h3g67teJ3Gqycd-Uwg2yzGOQ,2279
333
333
  tomwer/core/process/reconstruction/nabu/target.py,sha256=_Z4gViprjR3Vm4KASqsASStLA9GM1wTyoi3Pg0PUSeg,1481
334
- tomwer/core/process/reconstruction/nabu/utils.py,sha256=sJurDba6aUdIzbR_k9ZGoOlkGf66V9jhp6OCTiF5cz8,18349
334
+ tomwer/core/process/reconstruction/nabu/utils.py,sha256=zjEcGS0rET0kXyW26NkIf4aWtKw304DwnvOr1nGXt0E,18465
335
335
  tomwer/core/process/reconstruction/normalization/__init__.py,sha256=TDtATpMVFkEOT93wLXLpW0A_TOeiQDiM7AWAqX4FIB0,119
336
336
  tomwer/core/process/reconstruction/normalization/normalization.py,sha256=G-eAZIct47RvzvHNMbKsG4Dt58vTSKhvH-NnIMzxzOs,13210
337
337
  tomwer/core/process/reconstruction/normalization/params.py,sha256=porWC6G5lQWF-4JB03B56uGmuMxjx3u0ZMums-Bh2p8,4790
@@ -437,7 +437,7 @@ tomwer/gui/settings.py,sha256=2Uy0itj8Dg-Owtay852l_oSCop2CQBFqIU11iVj2-nE,244
437
437
  tomwer/gui/stackplot.py,sha256=Bz-6Taen3RKAa6FYKeZ81M27r9hahbjAr7Cnx0TsPhE,25517
438
438
  tomwer/gui/stacks.py,sha256=iyMDSmVRn4u1Nf7mqIcmYJEVw86GReEK4zepB6DKTmk,8650
439
439
  tomwer/gui/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
440
- tomwer/gui/cluster/slurm.py,sha256=MEPXKzJGkgnxkWvpuIJ93zecHq_lxaE3m5DQ5MpTed4,27604
440
+ tomwer/gui/cluster/slurm.py,sha256=mXTAX62V7Nvb8al9HTnDJTOx5aDRzO-bn3o-djkqnog,27688
441
441
  tomwer/gui/cluster/supervisor.py,sha256=afsXoPocymwhKABam1U2o8LshtVuTMdKaJXBWQAhVNY,17117
442
442
  tomwer/gui/cluster/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
443
443
  tomwer/gui/cluster/test/test_cluster.py,sha256=qGDSr3GMPo-nhXtaG-O6hQKzXAh7J9LgaHr8a8sUFRc,3937
@@ -776,10 +776,10 @@ tomwer/tests/test_utils.py,sha256=D0rNDSK6csEOYBY_7gD-4A3jp8rYAm8L1_Xg34A9I2s,30
776
776
  tomwer/tests/utils.py,sha256=RAXx5A99WD4Vyuv_wjHBdr-Xu7UiThHRKw2eiB5GX10,107
777
777
  tomwer/third_part/WaitingOverlay.py,sha256=GnqiytcJDp_24Cmz_2nZAP5HfpL3Yh7AzR2ATIusGsg,3906
778
778
  tomwer/third_part/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
779
- tomwer-1.3.20.dist-info/LICENSE,sha256=yR_hIZ1MfDh9x2_s23uFqBH7m5DgrBl9nJKkE37YChM,1877
780
- tomwer-1.3.20.dist-info/METADATA,sha256=RjuNYF9E1vrSrO3q6IyCehNlZ2dvD4J9a3PizFNRNtA,10734
781
- tomwer-1.3.20.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
782
- tomwer-1.3.20.dist-info/entry_points.txt,sha256=fIcDnCxjgwzfIylLYhUsFyiNZjZMxsfRQBxi4f-cJg8,440
783
- tomwer-1.3.20.dist-info/namespace_packages.txt,sha256=Iut-JTfT11SZHHm77_ZeszD7pZDWXcTweCbvrJpqDyQ,14
784
- tomwer-1.3.20.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
785
- tomwer-1.3.20.dist-info/RECORD,,
779
+ tomwer-1.3.22.dist-info/LICENSE,sha256=yR_hIZ1MfDh9x2_s23uFqBH7m5DgrBl9nJKkE37YChM,1877
780
+ tomwer-1.3.22.dist-info/METADATA,sha256=bNglK3TM01S6ysJAEBSV2vm-xsIcRlEVJBz3zWYGZJU,10718
781
+ tomwer-1.3.22.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
782
+ tomwer-1.3.22.dist-info/entry_points.txt,sha256=fIcDnCxjgwzfIylLYhUsFyiNZjZMxsfRQBxi4f-cJg8,440
783
+ tomwer-1.3.22.dist-info/namespace_packages.txt,sha256=Iut-JTfT11SZHHm77_ZeszD7pZDWXcTweCbvrJpqDyQ,14
784
+ tomwer-1.3.22.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
785
+ tomwer-1.3.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5