From 3e7e3737cb64d9b71fc9a65415c0d41820ce8025 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 4 Mar 2020 13:04:27 +0100 Subject: [PATCH] Made CSV sample more readable. --- Readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 6c4e296..8c24b0a 100644 --- a/Readme.md +++ b/Readme.md @@ -14,16 +14,22 @@ Right now it depends on the following non-core Python 3 libraries: * [piexif](https://pypi.org/project/pyexif/): Python module for working with EXIF image data. ## Requirements - * GeigerCounter log file in csv format as it is being exported by the software GeigerLog. Such files look like this: - `# ID , time in isoformat , CP/M, CP/S` - `149654, 2020-02-27 05:12:42, 13.0, 0.0` + * GeigerCounter log file in csv format as it is being exported by the software GeigerLog. * A bunch of images (jpg, cr2, etc.) with its time of creation stored in `DateTimeOriginal` All sources are matched by their timestamp, so all sources have to be recorded during the same time (and timezone). The Geiger counter has to log a value every second, as the script compares the timestamps exactly. +These exported .his files look like this: + +``` +# ID , time in isoformat , CP/M, CP/S +149654, 2020-02-27 05:12:42, 13.0, 0.0 +``` + ## Usage -```usage: exif_rad.py [-h] [-si SIFACTOR] [-o OUTDIR] CSV Photo [Photo ...] +``` +usage: exif_rad.py [-h] [-si SIFACTOR] [-o OUTDIR] CSV Photo [Photo ...] A tool that writes radiation levels (and optionally geocoordinates) to image files and extracts the infos from external sources.