pymodaq 5.0.3__py3-none-any.whl → 5.0.5__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.
Potentially problematic release.
This version of pymodaq might be problematic. Click here for more details.
- pymodaq/control_modules/daq_move.py +1 -1
- pymodaq/control_modules/move_utility_classes.py +1 -1
- {pymodaq-5.0.3.dist-info → pymodaq-5.0.5.dist-info}/METADATA +1 -1
- {pymodaq-5.0.3.dist-info → pymodaq-5.0.5.dist-info}/RECORD +7 -7
- {pymodaq-5.0.3.dist-info → pymodaq-5.0.5.dist-info}/WHEEL +0 -0
- {pymodaq-5.0.3.dist-info → pymodaq-5.0.5.dist-info}/entry_points.txt +0 -0
- {pymodaq-5.0.3.dist-info → pymodaq-5.0.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -806,7 +806,7 @@ class DAQ_Move_Hardware(QObject):
|
|
|
806
806
|
self.hardware.move_is_done = False
|
|
807
807
|
self.hardware.ispolling = polling
|
|
808
808
|
if self.hardware.data_actuator_type.name == 'float':
|
|
809
|
-
self.hardware.move_abs(position.value())
|
|
809
|
+
self.hardware.move_abs(position.units_as(self.hardware.axis_unit).value()) # convert to plugin controller current axis units
|
|
810
810
|
else:
|
|
811
811
|
position.units = self.hardware.axis_unit # convert to plugin controller current axis units
|
|
812
812
|
self.hardware.move_abs(position)
|
|
@@ -78,7 +78,7 @@ def comon_parameters(epsilon=config('actuator', 'epsilon_default'),
|
|
|
78
78
|
if isinstance(epsilon, list):
|
|
79
79
|
epsilon = epsilon[0]
|
|
80
80
|
elif isinstance(epsilon, dict):
|
|
81
|
-
epsilon = epsilon[list
|
|
81
|
+
epsilon = epsilon[list(epsilon.keys())[0]]
|
|
82
82
|
|
|
83
83
|
return [{'title': 'Units:', 'name': 'units', 'type': 'str', 'value': '', 'readonly': True},
|
|
84
84
|
{'title': 'Epsilon:', 'name': 'epsilon', 'type': 'float',
|
|
@@ -4,12 +4,12 @@ pymodaq/icon.ico,sha256=hOHHfNDENKphQvG1WDleSEYcHukneR2eRFJu8isIlD4,74359
|
|
|
4
4
|
pymodaq/splash.png,sha256=ow8IECF3tPRUMA4tf2tMu1aRiMaxx91_Y2ckVxkrmF0,53114
|
|
5
5
|
pymodaq/updater.py,sha256=JMCVRgAXwmlrKxZv3837E-LRhF0F8V-td_wODwCoXaY,3821
|
|
6
6
|
pymodaq/control_modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
pymodaq/control_modules/daq_move.py,sha256=
|
|
7
|
+
pymodaq/control_modules/daq_move.py,sha256=WXmtKz6-F68LTqpnTAer4SwropUgd7ZdfB_BYGdFkQY,38605
|
|
8
8
|
pymodaq/control_modules/daq_move_ui.py,sha256=bdkRX0wjkQuFDr4OT1Q6jT_15DEWV1dn2R6WF50H23s,16811
|
|
9
9
|
pymodaq/control_modules/daq_viewer.py,sha256=f9WYEWIlVjnEakesObhsoLBIWfv1tv4Q8TopqfP8lsg,58602
|
|
10
10
|
pymodaq/control_modules/daq_viewer_ui.py,sha256=7XTidYrYlzj--DbbE1Wx4UBjvp1upGpziGhSTPoMKCc,15677
|
|
11
11
|
pymodaq/control_modules/mocks.py,sha256=CdczKJDAuM2oL7VvIpSBWiYtTCqK_6x9unxavezp3_s,1954
|
|
12
|
-
pymodaq/control_modules/move_utility_classes.py,sha256=
|
|
12
|
+
pymodaq/control_modules/move_utility_classes.py,sha256=2byGqAv7XeDYswRaLnkc8UBZlquqeUrOfsCE_yPEmg0,43216
|
|
13
13
|
pymodaq/control_modules/utils.py,sha256=E94gyLrh7fkeppwihHXcwNyKD3CqBZvkMkk8X4fl_UE,20897
|
|
14
14
|
pymodaq/control_modules/viewer_utility_classes.py,sha256=1TcyAC7AiJNKvJ6OGNOYoyFvRCT-u6RBbFv-X8IkZYA,28076
|
|
15
15
|
pymodaq/daq_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -115,8 +115,8 @@ pymodaq/utils/tcp_ip/__init__.py,sha256=1e_EK0AgvdoLAD_CSGGEaITZdy6OWCO7ih9IAIp7
|
|
|
115
115
|
pymodaq/utils/tcp_ip/mysocket.py,sha256=03FaQskso8nLLAsN-ijX-RazXbeMezRnAPvsRxTQa4k,326
|
|
116
116
|
pymodaq/utils/tcp_ip/serializer.py,sha256=Bp6ZpGqMdZlX4CnT371d7ZYqIp7UygsRsE9XFkWZrto,400
|
|
117
117
|
pymodaq/utils/tcp_ip/tcp_server_client.py,sha256=eL-Q1HnnaAG8wfTUb9unEIiNFApMXzfzfveUWoC0_mg,30657
|
|
118
|
-
pymodaq-5.0.
|
|
119
|
-
pymodaq-5.0.
|
|
120
|
-
pymodaq-5.0.
|
|
121
|
-
pymodaq-5.0.
|
|
122
|
-
pymodaq-5.0.
|
|
118
|
+
pymodaq-5.0.5.dist-info/METADATA,sha256=xt-ceaYikU_biQpA8cjHDmTEcb1DygWOv2YpipgTX8Y,12878
|
|
119
|
+
pymodaq-5.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
120
|
+
pymodaq-5.0.5.dist-info/entry_points.txt,sha256=DvPq6fmIPH2JNsCqHDhn1xEj1kX5tfuc7xQ8-l5S2EU,387
|
|
121
|
+
pymodaq-5.0.5.dist-info/licenses/LICENSE,sha256=VKOejxexXAe3XwfhAhcFGqeXQ12irxVHdeAojZwFEI8,1108
|
|
122
|
+
pymodaq-5.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|