From 6c46efebd2ef9358138705aed4ae944f6436c745 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 19 Jul 2021 10:39:27 +0200 Subject: [PATCH] add a note on sf_daq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4b81808..54226f58 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The core library contains - **scanner** — Class collecting several types of scans, e.g., along different numbers of axes. Scans are performed by alternatingly changing one or more **adjustables** and performing a static recording via one or more **acquisition** objects. Optionally, each step can be tested by a **condition**. Besides, a generator for run names/numbers and a class to hold meta information about a scan is included. - **acquisition** — Classes for static recording via several means available at SwissFEL. Specifically, the following packages are wrapped for a common interface: + - [sf_daq](https://github.com/paulscherrerinstitute/sf_daq_broker) via a standalone [BrokerClient](slic/core/acquisition/broker_client.py#L15) - [bsread](https://github.com/paulscherrerinstitute/bsread_python) - [DataAPI](https://github.com/paulscherrerinstitute/data_api_python) - [DIA (Detector integration API)](https://github.com/paulscherrerinstitute/sf_dia)