Commit Graph

  • e7f7f9d665 fix: fix auto_monitor=True for MockPV by add add_callback = mock.MagicMock() appel_c 2023-11-21 12:32:27 +01:00
  • 16022c53ef fix: renamed to prepare_detector_backend appel_c 2023-11-21 12:31:08 +01:00
  • f793ec7b1f fix: rename custome_prepare.prepare_detector_backend, bugfix in custom_prepare.wait_for_signals appel_c 2023-11-21 12:24:00 +01:00
  • cbe8c8c4e5 docs: add docstring appel_c 2023-11-21 12:22:34 +01:00
  • 9e26fc2a3c fix: add __init__ and super().__init__ to falcon,eiger and pilatus appel_c 2023-11-20 22:19:32 +01:00
  • d77e8e255d refactor: mcs_card inherits from base class psi_detector_base appel_c 2023-11-20 18:06:25 +01:00
  • 3a37de9eda refactor: fix __ini__ and add comment to psi_detector_base appel_c 2023-11-20 18:05:58 +01:00
  • f66508e116 0.13.2 v0.13.2 semantic-release 2023-11-20 13:12:31 +00:00
  • 9e1a6daa6e fix: remove stop from falcon.custom_prepare.arm_acquisition; closes #23 appel_c 2023-11-20 14:02:18 +01:00
  • 334eeb83dc fix: remove stop from pilatus.custom_prepare.finished appel_c 2023-11-20 13:54:50 +01:00
  • 175700b6ad fix: remove duplicated stop call from eiger.custom_prepare.finished appel_c 2023-11-20 13:53:44 +01:00
  • f6febb5b3a 0.13.1 v0.13.1 semantic-release 2023-11-18 11:47:06 +00:00
  • 204f94e0e4 fix: include all needed files in packaged distro Ivan Usov 2023-11-16 16:05:09 +01:00
  • 048a7803c9 0.13.0 v0.13.0 semantic-release 2023-11-17 16:20:40 +00:00
  • 5c7fe09a4b doc: refactor docstrings appel_c 2023-11-17 16:33:54 +01:00
  • 8bf208e697 refactor: refactored pylint formatting appel_c 2023-11-17 16:19:47 +01:00
  • 6e4b7c6b18 test: remove tests from pylint check appel_c 2023-11-17 14:17:05 +01:00
  • 4c86f8cfb2 refactor: clean up code appel_c 2023-11-17 14:13:35 +01:00
  • 3478435e02 doc: add docstrings for functions appel_c 2023-11-17 13:15:26 +01:00
  • b9d0a5d869 fix: fixed MIN_readout, and made it a class attribute with set/get functions appel_c 2023-11-17 13:04:46 +01:00
  • e9d9711aa7 refactor: refactored pilatus to psi_detector_base class and adapted tests appel_c 2023-11-17 11:16:46 +01:00
  • e8ec101f53 fix: add User_access to cSAXS falcon and eiger appel_c 2023-11-17 08:22:03 +01:00
  • c614873f8f fix: removed __init__ from eiger9mcSAXS appel_c 2023-11-17 08:06:36 +01:00
  • 9db00add04 fix: fix imports to match bec_lib changes appel_c 2023-11-17 07:45:01 +01:00
  • d46dafdbe8 fix: fixed merge conflict appel_c 2023-11-16 23:21:42 +01:00
  • bcc3210761 feat: refactor falcon for psi_detector_base class; adapted eiger; added and debugged tests appel_c 2023-11-16 22:52:45 +01:00
  • 90cd05e68e fix: removed sls_detector_baseclass, add psi_detector_base, fixed tests and eiger9m_csaxs appel_c 2023-11-16 18:29:47 +01:00
  • a8a12103ea fix: add PSIDetectorBase appel_c 2023-11-16 17:43:22 +01:00
  • ee5cf17a05 fix: small bugfix appel_c 2023-11-16 08:27:41 +01:00
  • c8f05fe290 feat: add CustomDetectorMixin, and Eiger9M setup to separate core functionality in the ophyd integration appel_c 2023-11-16 08:12:34 +01:00
  • 225277949d feat: add docstring to detector base class; closes #12 appel_c 2023-11-13 15:13:01 +01:00
  • 79cfaf6dc0 fix: fixed imports to comply with bec_lib refactoring appel_c 2023-11-13 13:50:19 +01:00
  • 7fefb44462 fix: bugfix appel_c 2023-11-13 13:45:23 +01:00
  • 3e1a2b86c3 fix: add remaining function, propose mechanism to avoid calling stage twice appel_c 2023-11-13 13:33:28 +01:00
  • 575b4e6260 fix: changed file_writer to det_fw appel_c 2023-11-13 09:49:07 +01:00
  • 9c398e6ac6 fix; add other abstract methods, except: stage/unstage/_finished and _publish_file_location appel_c 2023-11-13 09:31:55 +01:00
  • 13180b56da feat: add SLSDetectorBaseclass as a baseclass for detectors at SLS appel_c 2023-11-13 08:31:56 +01:00
  • 31a7074d90 0.12.0 v0.12.0 semantic-release 2023-11-17 09:13:52 +00:00
  • 824ae0bde6 feat: added syndynamiccomponents for BEC CI tests wakonig_k 2023-11-17 09:53:12 +01:00
  • 830064a432 0.11.0 v0.11.0 semantic-release 2023-11-16 10:45:13 +00:00
  • a45ffe7740 feat: add pylint check to ci pipeline appel_c 2023-11-16 11:28:44 +01:00
  • d851cf6f8e refactor: fix bec_lib imports Ivan Usov 2023-11-13 08:28:09 +01:00
  • 3c173f59f7 0.10.2 v0.10.2 semantic-release 2023-11-12 16:17:11 +00:00
  • a7d713b50d refactor: add configurable timeout and ClassInitError appel_c 2023-11-12 16:41:08 +01:00
  • c6e6737547 fix: remove pytest dependency for eiger, falcon and pilatus; closes #18 and #9 appel_c 2023-11-09 13:48:31 +01:00
  • a4efb59589 refactor: remove obsolet test.py function; relates to #19 appel_c 2023-11-09 13:31:29 +01:00
  • e3e134c65d test: fix mock_cl.thread_class for eiger,falcon and pilatus; add tests for falcon csaxs; fix bugs in code based on tests appel_c 2023-11-09 13:14:57 +01:00
  • 97b6111832 refactor: refacoring of falcon sitoro appel_c 2023-11-09 10:59:35 +01:00
  • 38db08c877 refactor: refactore falcon __init__ appel_c 2023-11-09 09:50:16 +01:00
  • 793796638a 0.10.1 v0.10.1 semantic-release 2023-11-09 09:00:01 +00:00
  • b59f9b40ed refactor: fixed formatting wakonig_k 2023-11-09 09:57:17 +01:00
  • a6a621f5ea fix: adding pytest as dependency; should be removed! wakonig_k 2023-11-09 09:55:48 +01:00
  • 3fd089b98b 0.10.0 v0.10.0 semantic-release 2023-11-08 18:34:59 +00:00
  • 981b877038 refactor: cleanup and unifying galil classes wakonig_k 2023-11-08 14:01:20 +01:00
  • 89cf412551 test: fixed controller init wakonig_k 2023-11-08 10:05:13 +01:00
  • fb9a17c5e3 fix: changed dependency injection for controller classes; closes #13 wakonig_k 2023-11-08 10:02:47 +01:00
  • 9080d45075 fix: fixed fupr number of axis wakonig_k 2023-11-07 16:30:40 +01:00
  • ce94a6a88d fix: fixed fupr axis_is_referenced wakonig_k 2023-11-07 16:28:45 +01:00
  • 3396ff44d9 fix: fixed fupr axis_is_referenced wakonig_k 2023-11-07 16:27:26 +01:00
  • d72dc82264 fix: fixed fupr axis_is_referenced wakonig_k 2023-11-07 16:26:03 +01:00
  • 2ddc074e4f fix: fixed import; fixed file name wakonig_k 2023-11-07 16:22:09 +01:00
  • 9840491ab7 feat: added fupr wakonig_k 2023-11-07 16:16:36 +01:00
  • 1aae1eba12 fix: fixed drive_to_limit wakonig_k 2023-11-07 15:50:02 +01:00
  • 3eea89acc5 fix: fixed drive_to_limit wakonig_k 2023-11-07 15:47:12 +01:00
  • 9b3139ecf1 fix: fixed id assignment wakonig_k 2023-11-07 15:42:17 +01:00
  • 23664e542c feat: added support for flomni galil wakonig_k 2023-11-07 15:25:22 +01:00
  • 3f76ef76d7 fix: fixed import for fgalil Klaus Wakonig 2023-11-07 14:26:38 +01:00
  • 7b17b8401a feat: added galil for flomni wakonig_k 2023-11-07 14:06:25 +01:00
  • 3318c6ed01 0.9.2 v0.9.2 semantic-release 2023-11-08 18:24:39 +00:00
  • 47d3a5a65b Merge branch 'eiger_refactor' into 'master' appel_c 2023-11-08 19:21:38 +01:00
  • a14223cc7c Update .gitlab-ci.yml file appel_c 2023-11-08 18:18:23 +01:00
  • f32fdbc845 test: resolved problem after merge conflict appel_c 2023-11-08 11:40:56 +01:00
  • 324f5091ec Merge branch 'master' into 'eiger_refactor', resolve merge conflicts appel_c 2023-11-08 10:03:14 +00:00
  • cf4f195365 test: fixed tests appel_c 2023-11-07 20:05:20 +01:00
  • bda859e93d refactor: addressed comments from review; fixed docstring; add DeviceClassInitError appel_c 2023-11-07 19:55:43 +01:00
  • 8a19ce1508 refactor: rename infomsgmock and add docstrings appel_c 2023-11-07 19:49:05 +01:00
  • 188c8321ca test: fixed pilatus tests; closes #10 appel_c 2023-11-07 19:04:47 +01:00
  • 6b0b8de8c0 test: fixed tests for eigerl; closes #11 appel_c 2023-11-07 18:00:07 +01:00
  • 57a436261c refactor: remove bluesky runengine dependency from re_test.py appel_c 2023-11-07 14:06:38 +01:00
  • cb49a2a205 test: fixed all eiger test with updated mock PV; closes #11 appel_c 2023-11-07 13:48:43 +01:00
  • 7e9abdb323 test: fix test to mock PV access appel_c 2023-11-07 13:14:10 +01:00
  • ba01cf7b2d refactor: add min_readouttime, add complemented test cases; closes #11 #10 appel_c 2023-11-06 17:44:25 +01:00
  • ee77013ba2 test: test init filewriter appel_c 2023-11-06 17:16:31 +01:00
  • d3e8ece029 test: add tests for close and stop filewriter appel_c 2023-11-06 16:15:59 +01:00
  • 13d26c6537 refactor: requests put and delete moved to separate functions appel_c 2023-11-06 15:26:43 +01:00
  • 4ce26b5dd5 refactor: add _send_requests_delete appel_c 2023-11-06 14:55:42 +01:00
  • d2cd6a442b refactor: refactored tests and eiger appel_c 2023-11-03 18:37:36 +01:00
  • a02e0f09b0 test: add first tests for pilatus appel_c 2023-11-03 17:36:53 +01:00
  • a80d13ae66 refactor: renaming appel_c 2023-11-03 16:19:36 +01:00
  • 5d02a13ad0 refactor: class renaming and minor changes in variable names appel_c 2023-11-03 16:06:19 +01:00
  • 256aa41690 refactor: fixed tests and mocks for refactor init appel_c 2023-11-03 15:52:34 +01:00
  • b5fa9a8fb4 0.9.1 v0.9.1 semantic-release 2023-11-02 12:02:18 +00:00
  • 9e6dc2a9f7 fix: fixed complete call for non-otf scans wakonig_k 2023-11-02 13:01:08 +01:00
  • 03b15f603c 0.9.0 v0.9.0 semantic-release 2023-10-31 17:59:19 +00:00
  • de7df4f0c3 Merge branch 'xtreme_sim' into 'master' wakonig_k 2023-10-31 18:58:00 +01:00
  • d25f92c632 feat: added file-based replay for xtreme wakonig_k 2023-10-31 18:53:15 +01:00
  • 70ba2baedc refactor: remove test case without sim_mode from init, fix pending appel_c 2023-10-31 12:23:08 +01:00
  • 9dcf92af00 refactor: generalize sim_mode appel_c 2023-10-31 11:35:37 +01:00
  • 78ba00ce14 test: add tests for eiger appel_c 2023-10-30 22:25:15 +01:00
  • 72b88482ca fix: bugfixes after adding tests appel_c 2023-10-30 22:24:25 +01:00