From 14f5c5c6b608f21b78a8641279e4ba84c2dee2bc Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 19 Jul 2021 15:49:20 +0200 Subject: [PATCH] Remove unused bit_depth in sync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8139ce7..1fe7246 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ for i in {0..3}; do docker run --rm -d --net=host --ipc=host --shm-size=8G -v /t 1 UDP synchronizer: ```bash -docker run -d --rm -v /tmp:/tmp --name=udp-sync paulscherrerinstitute/std-daq-buffer ./std_udp_sync example_detector.json 16 +docker run -d --rm -v /tmp:/tmp --name=udp-sync paulscherrerinstitute/std-daq-buffer ./std_udp_sync example_detector.json ``` 1 Image assembler: