130 Commits

Author SHA1 Message Date
ebcd2a4dbc docs: added section on logging 2024-04-28 12:45:56 +02:00
39bb6281bd feat(bec_lib): added option to combine yaml files 2024-04-26 17:05:22 +02:00
1f21b90ba3 refactor: moved to dot notation for specifying device classes 2024-04-19 10:56:50 +02:00
a8d270e0d7 docs(dev/install): fixed install guide for developers bec_client -> bec_ipython_client 2024-04-19 00:54:39 +02:00
836689667c docs: fixed version update for sphinx 2024-04-18 18:00:34 +02:00
ff0d2a1ebb build: removed wheel dependency 2024-04-17 14:46:45 +02:00
6d13618a6f docs: added link to BECFigure docs 2024-04-12 13:42:05 +02:00
52b33d8b65 fix(client): removed outdated bec plotter; to be replaced by BECFigure once ready 2024-04-12 13:33:51 +02:00
792c5cdb95 docs(developer): updated developer instructions after bec server refactoring 2024-04-11 13:48:09 +02:00
cb41c6f1ac docs(developer): fixed isort description 2024-04-05 17:18:57 +02:00
536f2efc0c docs: refactor summary, configure in docs 2024-04-02 20:36:09 +02:00
e669252413 docs: adapt user installation; closes #246 2024-04-02 16:45:00 +02:00
8dd3ee0946 docs: fix wording 2024-04-02 16:38:41 +02:00
2de2e1b4bc docs: address comments 2024-04-02 16:38:41 +02:00
04b3bb03b9 docs: Update documentation about ophyd devices 2024-04-02 16:38:41 +02:00
4b3851e282 docs: add documentation for pytest fixtures provided as pytest plugins 2024-04-02 10:57:36 +02:00
720e3c39ee docs: added isort to developer instructions 2024-03-29 06:14:10 +01:00
df34f2a480 doc: add docstring and documentation for computedsignal; close #221 #229 #230 2024-03-28 16:18:55 +01:00
996809f3a0 refactor: renamed queueID to queue_id 2024-03-22 15:07:19 +01:00
01b4e9cc68 refactor: renamed scanID to scan_id 2024-03-22 15:06:14 +01:00
b92d757c05 docs: added reference to bec-server attach 2024-03-19 22:38:49 +01:00
911192d566 docs: added bec_plugins link to developer.md 2024-03-14 13:41:36 +01:00
bcf605b0f6 doc: psi-python311/2024.02 is now stable 2024-03-12 21:18:02 +01:00
af2bd273d5 docs: updated contributing.md 2024-03-05 23:19:18 +01:00
d16268ce81 ci: drop python/3.9 2024-03-05 22:13:35 +01:00
4ac0bbca16 docs: typo 2024-03-05 15:59:21 +01:00
aadbb01a94 docs: fixed last comments 2024-03-05 15:58:00 +01:00
d556f84235 docs: adress comments 2024-03-05 15:33:50 +01:00
0ec3dac85f docs: update documentation on the simulation 2024-03-05 14:41:08 +01:00
94d63e60b7 docs(developer): added instructions on how to set up vscode 2024-02-20 18:10:17 +01:00
4dd6263c64 refactor: fix typos and structure 2024-02-12 17:14:28 +01:00
0c33ba7616 refactor: add dap_services, renamed ophyd_devices to devices and hli to high_level_interface 2024-02-12 17:14:28 +01:00
c14c526a85 docs(plugins): added plugin docs 2024-02-12 17:14:28 +01:00
b881b08172 docs(dap): added data fitting to user docs 2024-02-12 13:50:08 +01:00
c1f4b38803 docs: fixed typo ophyd.md 2024-02-10 18:59:11 +01:00
6a272dede1 docs(ophyd): fixed ophyd config description 2024-02-10 18:59:11 +01:00
8bbfd10ca7 refactor(messages)!: messages refactoring, new serialization module
To have a better separation of concern between messages and how they are conveyed in connectors.
BECMessage can be simple dataclasses, leaving the serialization to the connector which transport those.
The serialization module itself can be isolated, and in the case of msgpack it can be extended to
understand how to encode/decode BECMessage, to simplify writing code like with BundleMessage or to
be able to automatically encode numpy or BECStatus objects.
Finally, client objects (producers and consumers) can receive BECMessage objects instead of having
to dump or load themselves.
2024-02-07 12:43:52 +01:00
b4ac84a960 docs: complement documentation 2024-02-05 14:48:35 +01:00
a25c4b2bb0 docs: added references to the user guide 2024-02-02 13:04:44 +01:00
356374e59c docs: complement documentation 2024-01-25 12:12:26 +01:00
979e1d6b84 docs: updated the docs 2024-01-24 22:18:31 +01:00
58098821e9 docs: added ophyd-test to documentation 2024-01-24 16:19:21 +01:00
3cb7ae7cf9 fix: remove deviceType from device config and backend; closes #171 2024-01-24 12:15:57 +01:00
wyzula-jan
87074a8e5e doc: bec_plotter.py docstring fixed, documentation updated 2024-01-10 17:57:33 +01:00
wyzula-jan
6bf51abeea docs: BECPlotter docs updated in GUI section 2024-01-09 16:07:03 +01:00
4ea93dcd48 fix: fixed wm behaviour 2023-12-15 23:05:43 +00:00
8dbf4c79d4 refactor: update configs; relates to 2db65a385524b81bef1943a2a91693f327de4213 2023-12-15 07:17:18 +00:00
c33a66ef00 docs: updated docs for cached config readouts 2023-12-14 18:14:19 +00:00
6cf5cfa7a5 docs: update user docs, read and get; closes #125, #150 2023-12-11 18:23:20 +01:00
4aa9ba4a8e fix: fix devicemanger get_deviceType_devices bug and add test 2023-12-11 18:23:17 +01:00