From 2f379e9b5d3308d4d51eb31a8ec264e4ba29bf85 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 22 Apr 2020 20:38:29 +0200 Subject: [PATCH] Added missing cheater headings. --- download_rad.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/download_rad.md b/download_rad.md index 8cb5ed0..a80658d 100644 --- a/download_rad.md +++ b/download_rad.md @@ -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: ``` -