Added missing cheater headings.

Marcus Scholz 2020-04-22 20:38:29 +02:00
parent 5b2b2c2f49
commit 2f379e9b5d

@ -1,8 +1,19 @@
# Download radiation data
## Assumptions
This step completely depends on [geigerlog](https://sourceforge.net/projects/Geigerlog/), a great open source tool written in Python 3. Currently my tool only supports CSV-exports out of geigerlog (`filename.hisdb.his`), although it should be easy to modify the default behaviour.
When you return from a photo tour, you hopefully followed the [preparation](preparation) guide before to get the time on your devices set up correctly.
## Setup geigerlog
## Connect geigercounter
## Download data
### Export data to CSV
## Assumptions
When geigerlog is being used with a device with one 'geiger muller tube' this export file looks like this
```
@ -24,4 +35,3 @@ Only relevant values (timestamp and CP/M) will be read into memory:
# Import only relevant values, that's timestamp and CP/M
for _, csv_raw_time, csv_raw_cpm, _ in csv:
```