tomwer 1.3.14__py3-none-any.whl → 1.3.15__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.
- tomwer/gui/reconstruction/axis/axis.py +6 -4
- tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +5 -4
- tomwer/version.py +1 -1
- tomwer-1.3.15-py3.11-nspkg.pth +1 -0
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/METADATA +2 -2
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/RECORD +11 -11
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/WHEEL +1 -1
- tomwer-1.3.14-py3.11-nspkg.pth +0 -1
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/LICENSE +0 -0
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/entry_points.txt +0 -0
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/namespace_packages.txt +0 -0
- {tomwer-1.3.14.dist-info → tomwer-1.3.15.dist-info}/top_level.txt +0 -0
@@ -667,8 +667,9 @@ class _PositionInfoWidget(qt.QWidget):
|
|
667
667
|
else:
|
668
668
|
value = float(self._relativePositionQLE.text())
|
669
669
|
# make sure we only emit the signal if the value changed (and when the Qline has been edited).
|
670
|
-
if self._axis is
|
671
|
-
|
670
|
+
if self._axis.relative_cor_value is None or (
|
671
|
+
self._axis is not None
|
672
|
+
and not numpy.isclose(value, self._axis.relative_cor_value, atol=1e-3)
|
672
673
|
):
|
673
674
|
self.sigRelativeValueSet.emit(value)
|
674
675
|
|
@@ -684,8 +685,9 @@ class _PositionInfoWidget(qt.QWidget):
|
|
684
685
|
else:
|
685
686
|
value = float(self._absolutePositionQLE.text())
|
686
687
|
# make sure we only emit the signal if the value changed (and when the Qline has been edited).
|
687
|
-
if self._axis is
|
688
|
-
|
688
|
+
if self._axis.absolute_cor_value is None or (
|
689
|
+
self._axis is not None
|
690
|
+
and not numpy.isclose(value, self._axis.absolute_cor_value, atol=1e-3)
|
689
691
|
):
|
690
692
|
self.sigAbsolueValueSet.emit(value)
|
691
693
|
|
@@ -188,13 +188,14 @@ class _NabuPreProcessingConfig(_NabuStageConfigBase, qt.QWidget):
|
|
188
188
|
|
189
189
|
# option dedicated to Helical
|
190
190
|
## process file
|
191
|
-
self.
|
191
|
+
self._processFileLabel = qt.QLabel("file containing weights maps", self)
|
192
|
+
self.registerWidget(self._processFileLabel, "advanced")
|
193
|
+
self.layout().addWidget(self._processFileLabel, 20, 0, 1, 1)
|
194
|
+
self._processFileQLE = qt.QLineEdit("", self)
|
195
|
+
self.registerWidget(self._processFileQLE, "advanced")
|
192
196
|
self._processFileQLE.setToolTip(
|
193
197
|
"also know as 'process_file'. If you don't have this file it can be created from the 'helical-prepare-weights' widget"
|
194
198
|
)
|
195
|
-
self.layout().addWidget(self._processFileQLE, 20, 0, 1, 1)
|
196
|
-
self._processFileQLE = qt.QLineEdit("", self)
|
197
|
-
self.registerWidget(self._processFileQLE, "advanced")
|
198
199
|
self.layout().addWidget(self._processFileQLE, 20, 1, 1, 3)
|
199
200
|
|
200
201
|
# style
|
tomwer/version.py
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('orangecontrib',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('orangecontrib', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('orangecontrib', [os.path.dirname(p)])));m = m or sys.modules.setdefault('orangecontrib', types.ModuleType('orangecontrib'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.15
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: data analysis unit
|
@@ -19,7 +19,7 @@ Classifier: Natural Language :: English
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
21
21
|
Requires-Python: >=3.8
|
22
|
-
Description-Content-Type: text/
|
22
|
+
Description-Content-Type: text/x-rst
|
23
23
|
License-File: LICENSE
|
24
24
|
Requires-Dist: numpy
|
25
25
|
Requires-Dist: setuptools
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tomwer-1.3.
|
1
|
+
tomwer-1.3.15-py3.11-nspkg.pth,sha256=xeeGR3TjdoVxdFeF6T-zSwZWh6Et--EYuPWu67LxL_c,574
|
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
|
@@ -220,7 +220,7 @@ orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg,sha256=2uT9_px
|
|
220
220
|
tomwer/__init__.py,sha256=82Jp1abyG4UWdGuT4nNU7LxaUV6xxkOte5pIz3w69Do,1745
|
221
221
|
tomwer/__main__.py,sha256=jsDfWA2yl5am0dHQVkYwlKLxxqKNont6VDF-LusuawE,8575
|
222
222
|
tomwer/utils.py,sha256=EgVwJ5CQVjoBvcKNwyVoXv_P4ciI11oxb8fNyy82Lck,8465
|
223
|
-
tomwer/version.py,sha256=
|
223
|
+
tomwer/version.py,sha256=38e9A4OTLss-_PJiptPo7GAz0A2YTmrANmK0dxW9OWc,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
|
@@ -507,7 +507,7 @@ tomwer/gui/icat/publish.py,sha256=E1DwyABMZeIHDcy88YFtLpg2GpvN_AFHn4aAJbcK13c,62
|
|
507
507
|
tomwer/gui/reconstruction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
508
508
|
tomwer/gui/reconstruction/axis/CompareImages.py,sha256=mrlXPCgq71lzmA_XACqrjdzRTK1iYJQBMrJMaeKZAq8,12870
|
509
509
|
tomwer/gui/reconstruction/axis/__init__.py,sha256=fUKWiRiG2o4Y-9RN-41VZMMM8L9Srl6QCn942VL5szY,94
|
510
|
-
tomwer/gui/reconstruction/axis/axis.py,sha256=
|
510
|
+
tomwer/gui/reconstruction/axis/axis.py,sha256=ygo7QHTKVGK2_zUZQsfl9uKbbGt_Es5kj-MaBzOe3hc,27607
|
511
511
|
tomwer/gui/reconstruction/axis/radioaxis.py,sha256=hTweuwS-X32ZlpkHvP5X910zJ8p4fiJMsn_oUVtfvXM,92755
|
512
512
|
tomwer/gui/reconstruction/darkref/__init__.py,sha256=g9LASP8OJjxCPEHXO14hN0OLjLkeUve6etaPm1LIz4c,1373
|
513
513
|
tomwer/gui/reconstruction/darkref/darkrefcopywidget.py,sha256=cfU2EJv_9LfCrKTHwnYwt2Kj4G6lMPbw0lbD-yjyT-Y,12053
|
@@ -526,7 +526,7 @@ tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py,sha256=6WnlS4vNMTdKJ5uj-uLvjeWx
|
|
526
526
|
tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py,sha256=tNrV-qSpN1oaXImGJgbnk3dLfdg6nUYa4Gji41VShWU,11529
|
527
527
|
tomwer/gui/reconstruction/nabu/nabuconfig/output.py,sha256=RWd1yO4tbCoqktYozVMaRdU5wQdvshjQM5Lf5jKbiNE,13952
|
528
528
|
tomwer/gui/reconstruction/nabu/nabuconfig/phase.py,sha256=5bGZI4fW970hCd5bTHWBYPNHZ7MU5--nasF_uD3qi0Y,15368
|
529
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=
|
529
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=3MaJRS4r3GlHzJ3JCNb9p9PrY6vn4FZr9B3eKiobyUs,31282
|
530
530
|
tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py,sha256=wFjJiHGe8XZFuTeF0EefgIYfPWZJEj6bsBLC6MPjNNs,38981
|
531
531
|
tomwer/gui/reconstruction/normalization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
532
532
|
tomwer/gui/reconstruction/normalization/intensity.py,sha256=GWFPxsRxDxFnUwCh4zEDKccjt5Mmnl9WWZYa5wte0Ys,33856
|
@@ -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.
|
780
|
-
tomwer-1.3.
|
781
|
-
tomwer-1.3.
|
782
|
-
tomwer-1.3.
|
783
|
-
tomwer-1.3.
|
784
|
-
tomwer-1.3.
|
785
|
-
tomwer-1.3.
|
779
|
+
tomwer-1.3.15.dist-info/LICENSE,sha256=yR_hIZ1MfDh9x2_s23uFqBH7m5DgrBl9nJKkE37YChM,1877
|
780
|
+
tomwer-1.3.15.dist-info/METADATA,sha256=-5aT_Ge5i-iUGuYCUTWvemmzQ_njF5BkJpmHL_MJREo,11457
|
781
|
+
tomwer-1.3.15.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
782
|
+
tomwer-1.3.15.dist-info/entry_points.txt,sha256=fIcDnCxjgwzfIylLYhUsFyiNZjZMxsfRQBxi4f-cJg8,440
|
783
|
+
tomwer-1.3.15.dist-info/namespace_packages.txt,sha256=Iut-JTfT11SZHHm77_ZeszD7pZDWXcTweCbvrJpqDyQ,14
|
784
|
+
tomwer-1.3.15.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
|
785
|
+
tomwer-1.3.15.dist-info/RECORD,,
|
tomwer-1.3.14-py3.11-nspkg.pth
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('orangecontrib',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('orangecontrib', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('orangecontrib', [os.path.dirname(p)])));m = m or sys.modules.setdefault('orangecontrib', types.ModuleType('orangecontrib'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|