biosignal-device-interface 0.1.1a0__py3-none-any.whl → 0.1.11b0__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.
@@ -99,7 +99,7 @@ The values are dictionaries with the following keys:
99
99
 
100
100
  MUOVI_AVAILABLE_CHANNELS_DICT: dict[DeviceType, dict[DeviceChannelTypes, int]] = {
101
101
  DeviceType.OTB_MUOVI: {
102
- DeviceChannelTypes.ALL: 70,
102
+ DeviceChannelTypes.ALL: 38,
103
103
  DeviceChannelTypes.BIOSIGNAL: 32,
104
104
  DeviceChannelTypes.AUXILIARY: 6,
105
105
  },
@@ -115,8 +115,8 @@ MUOVI_AVAILABLE_CHANNELS_DICT: dict[DeviceType, dict[DeviceChannelTypes, int]] =
115
115
  """
116
116
 
117
117
  MUOVI_CONVERSION_FACTOR_DICT: dict[MuoviDetectionMode, int] = {
118
- MuoviDetectionMode.MONOPOLAR_GAIN_8: 572.2e-9,
119
- MuoviDetectionMode.MONOPOLAR_GAIN_4: 286.1e-9,
118
+ MuoviDetectionMode.MONOPOLAR_GAIN_8: 572.2e-6,
119
+ MuoviDetectionMode.MONOPOLAR_GAIN_4: 286.1e-6,
120
120
  }
121
121
  """
122
122
  Dictionary to get the gain of the Muovi detection mode. \\
@@ -20,7 +20,7 @@ if TYPE_CHECKING:
20
20
  )
21
21
 
22
22
 
23
- class AllDevicesWidget(BaseMultipleDevicesWidget):
23
+ class OTBDevicesWidget(BaseMultipleDevicesWidget):
24
24
  def __init__(self, parent: QWidget | QMainWindow | None = None):
25
25
  super().__init__(parent)
26
26
 
@@ -10,7 +10,7 @@ from biosignal_device_interface.gui.ui_compiled.otb_muovi_template_widget import
10
10
  from biosignal_device_interface.devices import OTBMuovi
11
11
 
12
12
  # Constants
13
- from biosignal_device_interface.constants.devices.otb_muovi_constants import (
13
+ from biosignal_device_interface.constants.devices.otb.otb_muovi_constants import (
14
14
  MuoviWorkingMode,
15
15
  MuoviDetectionMode,
16
16
  MUOVI_NETWORK_PORT,
@@ -10,7 +10,7 @@ from biosignal_device_interface.gui.ui_compiled.otb_muovi_template_widget import
10
10
  from biosignal_device_interface.devices import OTBMuovi
11
11
 
12
12
  # Constants
13
- from biosignal_device_interface.constants.devices.otb_muovi_constants import (
13
+ from biosignal_device_interface.constants.devices.otb.otb_muovi_constants import (
14
14
  MuoviWorkingMode,
15
15
  MuoviDetectionMode,
16
16
  MUOVI_NETWORK_PORT,
@@ -10,7 +10,7 @@ from biosignal_device_interface.gui.ui_compiled.otb_quattrocento_light_template_
10
10
  from biosignal_device_interface.devices import OTBQuattrocentoLight
11
11
 
12
12
  # Constants
13
- from biosignal_device_interface.constants.devices.otb_quattrocento_constants import (
13
+ from biosignal_device_interface.constants.devices.otb.otb_quattrocento_constants import (
14
14
  QuattrocentoLightSamplingFrequency,
15
15
  QuattrocentoLightStreamingFrequency,
16
16
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biosignal-device-interface
3
- Version: 0.1.1a0
3
+ Version: 0.1.11b0
4
4
  Summary: Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
5
5
  License: CC BY-SA 4.0
6
6
  Author: Dominik I. Braun
@@ -2,7 +2,7 @@ biosignal_device_interface/__init__.py,sha256=zzxMBmt9dnlXOvFvjyi0EPZxlNgGIC1ORa
2
2
  biosignal_device_interface/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  biosignal_device_interface/constants/devices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  biosignal_device_interface/constants/devices/core/base_device_constants.py,sha256=LjAUvZfaTlciWdAyk0CDZh7hEr4Wg3sKXCqejKA73Xk,1405
5
- biosignal_device_interface/constants/devices/otb/otb_muovi_constants.py,sha256=E41LEykrxnzbyGo_f9CWwZf2W7deAj3bsDdrouLWElw,4319
5
+ biosignal_device_interface/constants/devices/otb/otb_muovi_constants.py,sha256=LTmvSm6RMf_wg6wdQaZW3lM2ygdWzZezLI1pxv0OOoc,4319
6
6
  biosignal_device_interface/constants/devices/otb/otb_quattrocento_constants.py,sha256=0YGDhfYSMMae9oRnpYeyk61ZA2K4ahTb-xdwsEh0j3Y,1712
7
7
  biosignal_device_interface/constants/plots/color_palette.py,sha256=dobhXqcAfYKHQBDUhiNmM4i0foJFO8Vr1TNTbVOi1nE,1057
8
8
  biosignal_device_interface/devices/__init__.py,sha256=ulJmJuDa42tyjS5D4iQSyS8YrSxOMyL6IFa2XXsXkME,352
@@ -16,10 +16,10 @@ biosignal_device_interface/gui/device_template_widgets/all_devices_widget.py,sha
16
16
  biosignal_device_interface/gui/device_template_widgets/core/base_device_widget.py,sha256=hHeHVn4JccPQTQOXPd9Z8-ES_WxnIGPC897x6lSPeuk,3501
17
17
  biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py,sha256=fhj5O2-hmfVDSXJ5j1KNQ0pq7caSRKpcN19wIrfngc4,3988
18
18
  biosignal_device_interface/gui/device_template_widgets/otb/__init__.py,sha256=gvl_g4k6k7cxk1YZlLWhNnwj0zfW4lzeQSUHY5MnTzw,403
19
- biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py,sha256=X5V2RryZCjorrjni0LrYtQv4hWyG7B6AbMGHx4og_n4,1172
20
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py,sha256=7gqsJtAYwXl-cX6i9h5XvAykKqE0vWij7qnO72iyNos,6085
21
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py,sha256=Ou3kD_tJn2_56IEI8Kl78kiibh-ttmy7_V0p0J77XLE,6062
22
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py,sha256=DPkR3GQr7s62gzsPzyDWFKcFdYu4GRkc2SXWHCX4g6A,6673
19
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py,sha256=GJ1JKyjDtqMsYrcboH8lHDiUKd97nkiCGixfpvUKvCc,1172
20
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py,sha256=3zHdlBhri6L5mRIaCR-y6XVyW4B1-TfEN0yhNBQDvpo,6089
21
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py,sha256=3lrcd_UQOKWxViTV7v9uQ8Q4D95IcsleZl4Avdradc4,6066
22
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py,sha256=M3sbeZ-oiQ_eKMIYOFd4rVN9k_jZZGMO4A2MUo61KII,6677
23
23
  biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py,sha256=9Hprby5B4c1A7nZpigX-Y1-O99TQ4cEadNct5PlTQss,18557
24
24
  biosignal_device_interface/gui/ui/devices_template_widget.ui,sha256=K1IXxMGx19g9WuB_k7pyEZcySnnz15uARJjx8jjF0BY,977
25
25
  biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui,sha256=VPTyX-fgJgmAm0aXwPsNufCYcRt4uw_1T1D2ZtZPMrw,4918
@@ -29,7 +29,7 @@ biosignal_device_interface/gui/ui_compiled/devices_template_widget.py,sha256=tLG
29
29
  biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py,sha256=BQBb38kzJQOoUh-iJQfaEOlgQYnEUshfpmVbaAkk_wA,7707
30
30
  biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py,sha256=UQizD9Z89_WogUoHMPdtKgE7qwhq6xNWubYhjUL11yY,7566
31
31
  biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py,sha256=KaABGhQGiXSxdG8HBgviR50i14WvOctF7YbDxXmyZO8,12148
32
- biosignal_device_interface-0.1.1a0.dist-info/LICENSE,sha256=SKg6bjn3svFmdjswd2EyyamaqBbxfLBvh61bhUKntx8,19045
33
- biosignal_device_interface-0.1.1a0.dist-info/METADATA,sha256=FA-7QwAycnyzmvJDk6Ajee4p9M3pGTXabmxTIGvM618,4024
34
- biosignal_device_interface-0.1.1a0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
35
- biosignal_device_interface-0.1.1a0.dist-info/RECORD,,
32
+ biosignal_device_interface-0.1.11b0.dist-info/LICENSE,sha256=SKg6bjn3svFmdjswd2EyyamaqBbxfLBvh61bhUKntx8,19045
33
+ biosignal_device_interface-0.1.11b0.dist-info/METADATA,sha256=4SH4BhHOoVKyZecMcxi0je-fJi26eky7g9dXRjZBCxQ,4025
34
+ biosignal_device_interface-0.1.11b0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
35
+ biosignal_device_interface-0.1.11b0.dist-info/RECORD,,