From 21eec3938aa1a569a5c3b7043aeb0e4ea474061f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Quast?= <guenter.quast@online.de> Date: Thu, 20 Jun 2024 17:36:16 +0200 Subject: [PATCH] small fixes to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b18709..2b10708 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ the faculty of physics at Karlsruhe Institute of Technology. - *setup.yaml* coniguration script defining the *mimoCoRB* application - *modules/* and *config/* contain code and configuration files for the *redP_mimoCoRB* application - *mcpha.ui* qt5 graphical user interface for *mcpha* application - - *rpControl.ui* qt5 tab for *redPosci* application + - *rpControl.ui* qt5 tab for *redPdaq* application - *mcpha_daq.ui* qt5 tab for oscilloscope with daq mode - *mcpha_gen.ui* qt5 tab for generator - *mcpha_osc.ui* qt5 tab for oscilloscope @@ -71,9 +71,10 @@ The original version by Pavel Demin has been modified to better meet the usual s displays in physics. A command line interface has also been added to allow easy control of important parameters at program start. -A special version of the original oscilloscope display, *redPosci.py*, with fast transfer of data to the client for data acquisition applications is also contained in this extended package. +A special version of the original oscilloscope display, *redPdaq.py*, with fast transfer of data to the client for data acquisition applications is also contained in this extended package. -### Basic functionality + +### Basic functionality The *mcpha* application uses a rather simple, but straight-forward algorithm to determine the height of pulses. When the signal voltage of a supplied input signal starts rising, the corresponding -- GitLab