From 2d9d064ceee9c53e2a12eef6fa1c6ab95ad9a2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Quast?= <guenter.quast@online.de> Date: Thu, 20 Jun 2024 11:18:22 +0200 Subject: [PATCH] small addition to redP_mimoCoRB documentation --- redP_mimoCoRB.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redP_mimoCoRB.py b/redP_mimoCoRB.py index 76f1e34..6b776d0 100644 --- a/redP_mimoCoRB.py +++ b/redP_mimoCoRB.py @@ -21,6 +21,9 @@ oscilloscope tag to start data transfer to the *mimiCoRB* input buffer. Stop data taking with the button "End run" in the *mimoCoRB* conotrol window to cleanly shut down all processes. +Note that this script depends on additional code for the *mimoCoRB* peak finder +in the sub-directory *modules/* and a corresponding configuration file in +subdirectory *config/*. """ import time -- GitLab