We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66b8b1 commit a77be17Copy full SHA for a77be17
README.md
@@ -0,0 +1,22 @@
1
+# EPICS IOC for Pilatus4 detector based on ADEiger
2
+
3
+This repository contains the EPICS Input/Output Controller (IOC) used at LNLS
4
+based on [ADEiger](https://github.com/areaDetector/ADEiger) support module.
5
6
+## Running the IOC
7
8
+You can use the following command to run it in the background using the default
9
+start-up script from
10
+[epics-in-docker](https://github.com/cnpem/epics-in-docker).
11
12
+```
13
+docker compose up -d
14
15
16
+## Building the IOC image
17
18
+You can build the IOC with the following command:
19
20
+```bash
21
+TAG=latest docker compose build
22
0 commit comments