You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ With Rad Pro, you can:
13
13
* Measure cumulative dose.
14
14
* Set up user-adjustable rate and dose alarms.
15
15
* Plot radiation rate history (10 minutes, 1 hour and 24 hours).
16
-
* Log data to the built-in flash memory or live on a computer, optionally sending the data to the [gmcmap.com](https://gmcmap.com), [radmon.org](https://radmon.org) and [safecast.org](https://map.safecast.org) radiation monitoring websites.
16
+
* Log data to the built-in flash memory or live to a computer, optionally sending the data to the [gmcmap.com](https://gmcmap.com), [radmon.org](https://radmon.org) and [safecast.org](https://map.safecast.org) radiation monitoring websites.
17
17
* Generate true random data: secure passwords (alphanumeric, full ASCII), random hexadecimal and decimal numbers, dice throws (4-sided, 6-sided, 8-sided, 12-sided and 20-sided) and coin flips.
Copy file name to clipboardexpand all lines: docs/users.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* Measurement view with large digits, ideal for field application.
6
6
* Multiple measurement units: Sievert, rem, cpm (counts per minute), cps (counts per second).
7
7
* Configurable averaging for performing surveys.
8
-
*Live and offline data logging with data compression.
8
+
*Offline and live data logging with data compression.
9
9
* Compatibility with the [GeigerLog](https://github.com/Gissio/geigerlog-radpro) data logging software.
10
10
* Configurable pulse indication with optional thresholding: pulse clicks (off, quiet, loud), pulse LED (on supported devices), display flashes (on display sleep) and haptic pulses (on supported devices).
11
11
* Dead-time measurement.
@@ -84,11 +84,11 @@ You can also set a custom conversion factor by going to the settings, selecting
84
84
85
85
Rad Pro lets you log cumulative dose count, from which both rate and dose can be derived.
86
86
87
-
To start logging, simply select a data logging interval in the settings. Data is automatically logged in the background. When memory gets full, old data is overwritten. In order to avoid flash memory wear, data cannot be manually erased.
87
+
To start logging, ensure that the time zone, date and time of your device are correctly set, and enable data logging in the settings. Data is automatically logged in the background. When the memory becomes full, older data is overwritten.
88
88
89
-
To live log data on a computer or download the datalogs, use the [GeigerLog](https://github.com/Gissio/geigerlog-radpro) data logging software. “CPS” data is the low-level counts per second value. To average the data, use the “MvAvg” function.
89
+
To download the data logs or log data live to a computer, use the [GeigerLog](https://github.com/Gissio/geigerlog-radpro) data logging software. “CPS” data is the low-level counts per second value. To average the data, use the “MvAvg” function.
90
90
91
-
During datalog download, data is not logged.
91
+
Please note that data is not logged during the download process.
92
92
93
93
## Instantaneous rate averaging
94
94
@@ -112,15 +112,15 @@ $$n = \frac{m}{1 - m \tau}$$
112
112
113
113
where $m$ is the rate in counts per seconds, and $\tau$ is the tube's dead time in seconds. To prevent overflow, the compensation factor is limited to a maximum value of 10.
114
114
115
-
Dead-time compensation is applied to instantaneous rate, average rate, cumulative dose and history. It is not applied to tube life pulse count nor datalogging.
115
+
Dead-time compensation is applied to instantaneous rate, average rate, cumulative dose and history. It is not applied to tube life pulse count nor data logs.
116
116
117
117
## Background compensation
118
118
119
119
Geiger-Müller tubes, being composed of matter, inherently contain atoms prone to radioactive decay. Consequently, the tubes themselves emit radiation. This intrinsic radiation will depend on factors such as tube type, size, and production batch.
120
120
121
121
Rad Pro lets you remove these extra counts by applying background compensation.
122
122
123
-
Background compensation is applied to instantaneous rate, average rate, cumulative dose and history. It is not applied to tube life pulse count nor datalogging.
123
+
Background compensation is applied to instantaneous rate, average rate, cumulative dose and history. It is not applied to tube life pulse count nor data logs.
124
124
125
125
## HV profiles
126
126
@@ -152,7 +152,7 @@ For faster bit generation, use a radioactive source.
152
152
153
153
## radpro-tool
154
154
155
-
`radpro-tool` gives you low-level access to your device from a computer, allowing you to live log data, download datalogs, submit live data to radiation monitoring websites, get device information and sync the device's clock.
155
+
`radpro-tool` gives you low-level access to your device from a computer, allowing you to download data logs, log data live, submit data live to radiation monitoring websites, get device information and sync the device's clock.
156
156
157
157
To use `radpro-tool`, install [Python](https://www.python.org), [PIP](https://pip.pypa.io/en/stable/). You must also install the necessary requirements by running the following command in a terminal:
158
158
@@ -166,15 +166,15 @@ To sync the clock of a Rad Pro device connected to COM13:
166
166
167
167
python tools/radpro-tool.py --port COM13
168
168
169
-
To live log data to the file `live.csv` every 60 seconds:
169
+
To download the data log to the file `datalog.csv`:
0 commit comments