161 Commits

Author SHA1 Message Date
06f2d781ae refactor: rename module BECMessage -> messages
This should help to avoid confusion between BECMessage module and
BECMessage class located in the same module
2023-11-10 10:28:53 +01:00
524ef24da0 refactor: flatten bec_lib structure 2023-11-10 10:24:33 +01:00
de5da559a6 refactor: move bec_lib test utils out of core folder 2023-11-10 10:22:51 +01:00
146898ec3f refactor: run isort on all files
$ isort . --profile=black --line-width=100 --multi-line=3 --trailing-comma
2023-11-10 10:22:47 +01:00
2da7dd385f test: fixed test for refactored worker 2023-11-09 13:59:14 +00:00
0c7ae795c4 refactor: major scan worker refactoring; added separate device validation mixin 2023-11-09 13:59:14 +00:00
1a8cc7c448 feat: changed arg_bundle_size from int to dict; closes #111 2023-11-06 13:56:40 +00:00
c20a6b2d9d test: fixed test for monitored devices 2023-11-01 05:53:47 +00:00
ec016e4466 test: added test for complete with list of devices 2023-10-30 13:14:16 +01:00
dfc0abe7b6 refactor: cleanup 2023-10-30 12:07:02 +00:00
cc5f5ac3a2 refactor: cleanup 2023-10-30 12:07:02 +00:00
042e51e857 feat: added complete call to all devices; closes #93 2023-10-30 12:07:02 +00:00
ac7a386acf fix: fixed stage instruction for detectors 2023-10-06 09:12:23 +02:00
31fca804cd test: fixed tests 2023-09-07 11:04:08 +02:00
7f23482b5c feat: added pre_scan 2023-09-06 15:27:22 +00:00
23af7b52c6 test: fixed test for trigger 2023-09-05 15:57:51 +02:00
54ba69b983 test: fixed test for trigger 2023-09-05 15:12:18 +02:00
9aefe83b02 test: fixed test for new wait 2023-09-05 11:51:45 +02:00
11e5f96b75 feat: added progress bar based on async devices 2023-09-02 20:58:47 +02:00
f63175941b feat: added acquisition config and readout_time 2023-08-23 18:37:51 +02:00
863dbc86bb refactor: renamed primary to monitored 2023-08-20 16:49:12 +02:00
1802e29b3d refactor: renamed stream to readout_priority 2023-08-20 16:49:04 +02:00
bb042716fe fix: removed primary queue from init; cleanup 2023-08-20 16:47:36 +02:00
9019cc2c74 feat: added support for multiple queues; still WIP 2023-08-20 16:47:36 +02:00
75f221758f fix: fixed typo in round_roi_scan init; added test 2023-08-15 09:32:05 +02:00
a693f84816 fix: fixed bug in unpack_scan_args for empty lists 2023-08-14 19:55:26 +02:00
f35b04a676 feat: scan signature is now exported; simplified scan init 2023-08-14 19:34:23 +02:00
aae5e1a050 test: fixed tests 2023-07-08 14:34:41 +00:00
441afec08b test: added more tests 2023-07-08 14:34:41 +00:00
1370db4c70 feat: renamed primary devices to monitored devices; closes #75 2023-06-28 14:40:10 +00:00
a944e43e1a feat: renamed bec_client_lib to bec_lib 2023-06-28 11:04:24 +02:00
4f0b9b0469 test: added scan server tests 2023-06-23 11:45:53 +02:00
00ad593d5c test: more scan server tests 2023-06-22 23:02:41 +02:00
f43d4ebac6 refactor: moved utils into bec_client_lib 2023-06-01 18:01:42 +02:00
a94e53e047 test: added scan guard tests 2023-05-15 14:10:18 +02:00
f9748d7dbe Merge branch 'lamni_update_e20631' into 'master'
updates from e20631; closes #68; closes #67

Closes #67 and #68

See merge request bec/bec!203
2023-05-10 18:16:31 +00:00
c2578f648c test: fixed tests for min positions 2023-05-10 19:46:36 +02:00
d6b2c67a9e test: fixed tests for new default exp time 2023-05-09 17:37:48 +02:00
a65aa9d055 fix: changes related to readout_priority 2023-05-06 12:30:00 +02:00
adedc1b83b feat: added readout_priority as replacement for scan_motors 2023-05-06 11:54:28 +02:00
506e21cee5 Merge branch 'rpc_status' into xtreme_hyst_scan 2023-05-03 19:04:34 +02:00
fb4fa18321 test: fixed tests for new kickoff interface 2023-05-03 18:48:45 +02:00
b841ecaa64 test: fixed messages for new rpc defaults 2023-04-24 21:00:49 +02:00
537203ce0c test: fixed test for new otf implementation 2023-04-24 20:57:25 +02:00
b5e391999f test: fixed lamni tests 2023-03-22 10:56:24 +01:00
03027f3ae0 feat: added support for intermediate scan_report_instructions 2023-03-22 10:33:29 +01:00
d4cbead1de fix: fixed bug in scan worker max pointid assignment 2023-03-20 22:16:02 +01:00
09f636e618 feat: added otf scan 2023-03-20 20:41:14 +01:00
41fcde8df7 test: disabled service info and metrics messages for mocked scan server 2023-03-19 16:28:10 +01:00
3f21d40613 fix: fixed bug in file_writer 2023-03-19 13:28:37 +01:00