From dc485c793ce6ce748997d5d1855c2f9c53ce4f0c Mon Sep 17 00:00:00 2001 From: Holger Fleischmann Date: Thu, 18 Apr 2019 17:42:33 +0200 Subject: [PATCH] =?UTF-8?q?adjusted=20tube=20sensitivity=20875=20->=20825?= =?UTF-8?q?=20cpm/(=C2=B5S/h)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/GeigerData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GeigerData.h b/include/GeigerData.h index 77da777..1da37dd 100644 --- a/include/GeigerData.h +++ b/include/GeigerData.h @@ -5,7 +5,7 @@ // Russion STS-6 ("CTC-6") Geiger tube: // N = (2.28-3.42)*10^3 at 0.36 µR/h; Nmax = 6*10^4; Nf = 110 -const float STS6_CPM_PER_USPH = 875; +const float STS6_CPM_PER_USPH = 825; // 875 is a little bit too low compared to official station // Holds pulse counter history and performs calculations class GeigerData