Re-styled Readme.md
This commit is contained in:
parent
4a00fed85e
commit
d2e08a442a
12
Readme.md
12
Readme.md
@ -1,12 +1,12 @@
|
||||
# exif_rad
|
||||
# radiation tagger
|
||||
|
||||
A simple unix-style cross-platform Python 3 tool which can write certain tags to an image file.
|
||||
exif_rad.py is a simple unix-style cross-platform Python 3 tool which can write certain tags to an image file.
|
||||
|
||||
It can scan a couple of images, extract their Exif-tags, and compare the 'DateTimeOriginal' with other sources.
|
||||
It can scan a couple of images, extract their Exif-tags, and compare the `DateTimeOriginal` with other sources.
|
||||
|
||||
By now it can parse a .his (CSV) file from a GeigerLog file export and calculate the radiation in µS/h using the factor in SIFACTOR.
|
||||
By now it can parse a .his (CSV) file from a GeigerLog file export and calculate the radiation in µS/h using the factor in `SIFACTOR`.
|
||||
|
||||
It then creates a 'UserComment' Exif tag with the actual measured radiation at the time the photo has been taken.
|
||||
It then creates a `UserComment` Exif tag with the actual measured radiation at the time the photo has been taken.
|
||||
|
||||
## Dependencies
|
||||
Right now it depends on the following Python 3 libraries:
|
||||
@ -20,7 +20,7 @@ Right now it depends on the following Python 3 libraries:
|
||||
|
||||
## Requirements
|
||||
* GeigerCounter log file in csv format as it is being exported by the software GeigerLog. Such files look like this: `149654, 2020-02-27 05:12:42, 13.0, 0.0`
|
||||
* A bunch of images (jpg, cr2, etc.) with its time of creation stored in 'DateTimeOriginal'
|
||||
* A bunch of images (jpg, cr2, etc.) with its time of creation stored in `DateTimeOriginal`
|
||||
* A gpx track
|
||||
|
||||
All sources are matched by their timestamp, so all sources have to be recorded during the same time.
|
||||
|
Loading…
Reference in New Issue
Block a user