553 Commits

Author SHA1 Message Date
6cac04aa52 fix: temporal fix for imports 2024-01-31 18:47:29 +01:00
f311ce5d1c feat: refactor simulation, introduce SimCamera, SimMonitor in addition to existing classes 2024-01-31 18:47:29 +01:00
8cc955b202 feat: introduce new general class to simulate data for devices 2024-01-31 18:47:29 +01:00
6f3c2383b5 feat: move signals to own file and refactor access pattern to sim_state data. 2024-01-31 18:47:29 +01:00
baac1ffe87 test: added test for static_device_test 2024-01-26 17:54:03 +01:00
257a316f6e refactor: fixed pragma statement (hopefully) 2024-01-26 17:44:01 +01:00
97e102fddb ci: added no-cover to static device test 2024-01-26 17:23:35 +01:00
b54b5d4b00 feat: added basic function tests 2024-01-26 17:23:35 +01:00
802eb29556 fix: changed default for connecting to a device 2024-01-26 16:14:10 +01:00
710beb8370 reactor: rerun formatting with black24 2024-01-26 11:31:54 +01:00
8c6d0f50cd feat: added tests for connecting devices 2024-01-24 11:07:20 +01:00
bb02a619e5 feat: added static_device_test 2024-01-23 19:35:02 +01:00
2d4c5e8434 tests: add tests for grashopper 2023-12-24 16:46:36 +01:00
0d14f9aac6 refactor: refactor docstrings 2023-12-20 15:49:43 +01:00
ca726c6066 feat: add detector, grashopper tomcat to repository 2023-12-20 15:49:43 +01:00
13f75aa2fd refactor: updates related to bec_lib refactoring 2023-12-17 15:42:29 +01:00
b166341e6f fix SimPositioner to import DummyController 2023-12-15 07:39:16 +01:00
adaa9435e3 refactor: temporary add SynAxisOPAAS to __init__.py 2023-12-14 20:00:39 +01:00
2db65a3855 refactor: renamed SynAxisOPPAS to SimPositioner; moved readback/setpoint/ismoving signal to sim_signals; closes 27 2023-12-14 14:53:44 +01:00
952c92e4b9 refactor: replace deprecated imports from typing
https://peps.python.org/pep-0585/#implementation
2023-12-12 14:55:27 +01:00
0767eb51c9 Revert "NIDAQ Ophyd runner for X01DA"
This reverts commit b7a62ea6b1617aa221117fb247f612ff456f58a6
2023-11-27 16:11:50 +01:00
b7a62ea6b1 NIDAQ Ophyd runner for X01DA 2023-11-27 15:51:11 +01:00
385198342d refactor: remove readme.md for DDG. Classes have sufficient docstrings 2023-11-23 09:21:56 +00:00
f218a9b114 refactor: removed burst_enabl/disable etc.. slight refactoring of prepare_ddg 2023-11-23 09:21:56 +00:00
a73411646d refactor: moved burst_enable/disable, set_trigger to base class 2023-11-23 09:21:56 +00:00
138d18168f fix: bugfix and reorder call logic in _init 2023-11-23 09:21:56 +00:00
da44e5d7bb docs: reviewed docstrings 2023-11-23 09:21:56 +00:00
d295741bd0 docs: reviewed docstrings 2023-11-23 09:21:56 +00:00
6780c523bd fix: fix imports of renamed classes 2023-11-23 09:21:56 +00:00
e5c90ee215 feat: add delay_generator_csaxs 2023-11-23 09:21:56 +00:00
d837ddfd1c feat: create base class for DDG at psi 2023-11-23 09:21:56 +00:00
3ad0daa5bc fix: bugfix: remove std_client from psi_det_base_class; closes #25 2023-11-23 09:07:03 +01:00
7f6db669db refactor: remove redundant __init__ calls 2023-11-21 13:31:02 +01:00
8bd65b7d67 refactor: mcs_cSAXS complies with psi_detector_base 2023-11-21 12:33:08 +01:00
f793ec7b1f fix: rename custome_prepare.prepare_detector_backend, bugfix in custom_prepare.wait_for_signals 2023-11-21 12:24:00 +01:00
cbe8c8c4e5 docs: add docstring 2023-11-21 12:22:34 +01:00
9e26fc2a3c fix: add __init__ and super().__init__ to falcon,eiger and pilatus 2023-11-20 22:19:32 +01:00
d77e8e255d refactor: mcs_card inherits from base class psi_detector_base 2023-11-20 18:06:25 +01:00
3a37de9eda refactor: fix __ini__ and add comment to psi_detector_base 2023-11-20 18:05:58 +01:00
9e1a6daa6e fix: remove stop from falcon.custom_prepare.arm_acquisition; closes #23 2023-11-20 14:02:18 +01:00
334eeb83dc fix: remove stop from pilatus.custom_prepare.finished 2023-11-20 13:54:50 +01:00
175700b6ad fix: remove duplicated stop call from eiger.custom_prepare.finished 2023-11-20 13:53:44 +01:00
204f94e0e4 fix: include all needed files in packaged distro
Fix #21
2023-11-18 11:42:55 +00:00
5c7fe09a4b doc: refactor docstrings 2023-11-17 15:35:34 +00:00
8bf208e697 refactor: refactored pylint formatting 2023-11-17 15:35:34 +00:00
4c86f8cfb2 refactor: clean up code 2023-11-17 15:35:34 +00:00
3478435e02 doc: add docstrings for functions 2023-11-17 15:35:34 +00:00
b9d0a5d869 fix: fixed MIN_readout, and made it a class attribute with set/get functions 2023-11-17 15:35:34 +00:00
e9d9711aa7 refactor: refactored pilatus to psi_detector_base class and adapted tests 2023-11-17 15:35:34 +00:00
e8ec101f53 fix: add User_access to cSAXS falcon and eiger 2023-11-17 15:35:34 +00:00