biosignal-device-interface 0.2.1a2__py3-none-any.whl → 0.2.2__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.
@@ -154,7 +154,7 @@ class BiosignalPlotWidget(QWidget):
154
154
  self.lines_enabled = np.ones((self.number_of_lines,)).astype(bool)
155
155
 
156
156
  for i in range(self.number_of_lines):
157
- checkbox = QCheckBox(f"Line {i + 1}")
157
+ checkbox = QCheckBox(f"Ch {i + 1}")
158
158
  checkbox.setChecked(True)
159
159
  checkbox.stateChanged.connect(partial(self._toggle_line, i))
160
160
  checkbox.setStyleSheet("padding-left: 10px;")
@@ -350,7 +350,6 @@ class VispyFastPlotCanvas(app.Canvas):
350
350
  plot_data = self.line_data.ravel().astype(np.float32)
351
351
  self.program["a_position"].set_data(plot_data)
352
352
  self.update()
353
- self.context.flush()
354
353
 
355
354
  def on_update_color(self, line_number: int, disable: bool = False) -> None:
356
355
  # Update alpha value of the line color
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: biosignal-device-interface
3
- Version: 0.2.1a2
3
+ Version: 0.2.2
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
+ License-File: LICENSE
6
7
  Author: Dominik I. Braun
7
8
  Author-email: dome.braun@fau.de
8
9
  Requires-Python: >=3.10,<3.13
@@ -27,7 +27,7 @@ biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py,s
27
27
  biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py,sha256=dGvPvlmQ5pm9sXHeSwKxfB1RrKmKoR8O2eaepSzZUoc,6630
28
28
  biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py,sha256=pU9iV5VIdxgjObxV21pUVEHc9xZfkEZn8-BLpJHwx4Q,10296
29
29
  biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py,sha256=eaEfH9tWzpHzqSOyPs-7DN_97asIeEh7WH0htShxF3A,11146
30
- biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py,sha256=xA88q73OWvmfWsaushZ8IDZoZuemYzHLpvlGY0c9cpY,18312
30
+ biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py,sha256=Buu8k5n14E6CDGR9lAXwjmJ4ShFfdxHlBMJJ05GMgF4,18281
31
31
  biosignal_device_interface/gui/ui/devices_template_widget.ui,sha256=nLG2GprRG5b2dC2HrRyEstsob8VMYI4mmvKm2yrGbWc,939
32
32
  biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui,sha256=NnRkQzcQ6anaxgXPM-ovBIqAzELELf9YUQUtvMOGnvo,4747
33
33
  biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui,sha256=nsB9oC5oYrT-X26nMUFgdBrzPqnuEhQ_OEorhJMuAyE,4735
@@ -40,7 +40,7 @@ biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py,sha256=k
40
40
  biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py,sha256=FT_SOrjGCneeO5KMLrDwxkZcDqhlB1olw6r-aXS5Ncw,11931
41
41
  biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py,sha256=FNyYDg6oYd9lTT00zKhLl2HDPHiZogTQf7Ayz97l0co,17321
42
42
  biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py,sha256=RBRpiIrBvNMviOPszCV5HpRGEGnyFMkpagfpyXnt12s,32508
43
- biosignal_device_interface-0.2.1a2.dist-info/LICENSE,sha256=zFRw_u1mGSOH8GrpOu0L1P765aX9fB5UpKz06mTxAos,34893
44
- biosignal_device_interface-0.2.1a2.dist-info/METADATA,sha256=Xjl6bKVqmBlkQHVHwcvuIYeecYBa5wAM8Z0UgMQ5bF8,3916
45
- biosignal_device_interface-0.2.1a2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
46
- biosignal_device_interface-0.2.1a2.dist-info/RECORD,,
43
+ biosignal_device_interface-0.2.2.dist-info/METADATA,sha256=xEAkCTVTs5gdQkVksYFIaPyEjBkuJOY_bFAQiNf8_GQ,3936
44
+ biosignal_device_interface-0.2.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
45
+ biosignal_device_interface-0.2.2.dist-info/licenses/LICENSE,sha256=zFRw_u1mGSOH8GrpOu0L1P765aX9fB5UpKz06mTxAos,34893
46
+ biosignal_device_interface-0.2.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any