adjusted tube sensitivity 875 -> 825 cpm/(µS/h)

This commit is contained in:
Holger Fleischmann
2019-04-18 17:42:33 +02:00
parent 3bdbe5f8ef
commit dc485c793c

View File

@@ -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