1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 01:37:52 +01:00

docs: updated documentation and TODOs

This commit is contained in:
wyzula-jan
2023-09-01 10:16:07 +02:00
parent aac6e172f6
commit 0ebe35ac7a
3 changed files with 3 additions and 3 deletions

View File

@@ -45,4 +45,5 @@ plot_data:
- name: "gauss_bpm"
entry: "gauss_bpm"
- name: "samx"
entry: ["samx", "samx_setpoint"]
# entry: ["samx","incorect"] #multiple entries for one device

View File

@@ -13,7 +13,6 @@ from bec_widgets.qt_utils import Crosshair, Colors
# TODO implement:
# - implement scanID database for visualizing previous scans
# - change how dap is handled in bec_dispatcher to handle more workers
class PlotApp(QWidget):
@@ -406,7 +405,8 @@ class PlotApp(QWidget):
self.plot_settings = config.get("plot_settings", {})
self.plot_data = config.get("plot_data", {})
# Reinitialize the UI and plots
# self.init_plot_background(self.plot_settings["background_color"]) #TODO implement
# TODO implement, change background works only before loading .ui file
# self.init_plot_background(self.plot_settings["background_color"])
self.init_ui(self.plot_settings["num_columns"])
self.init_curves()
print(f"Settings loaded from {file_path}")

View File

@@ -16,7 +16,6 @@ from bec_lib.core import MessageEndpoints, BECMessage
# TODO - General features
# - setting motor speed and frequency
# - setting motor acceleration
# - updating motor precision
# - put motor status (moving, stopped, etc)