Added examples with sample output to Readme.md
This commit is contained in:
parent
f46c8682ec
commit
0ad627fb0b
23
Readme.md
23
Readme.md
@ -49,6 +49,29 @@ optional arguments:
|
||||
Directory to output processed photos (default: .)
|
||||
```
|
||||
|
||||
### Examples
|
||||
Use test.hisdb.his from current working dir and modify (overwrite) all .CR2 files in place.
|
||||
|
||||
```
|
||||
./exif_rad.py test.hisdb.his *.CR2
|
||||
Modifying photos in place (overwrite)
|
||||
filename date / time Exif UserComment
|
||||
DSC_0196.JPG 2020-03-03 18:33:33 NOT FOUND!
|
||||
DSC_0197.JPG 2020-03-03 20:14:18 Radiation ☢ 0.15 µS/h
|
||||
DSC_0198.JPG 2020-03-03 22:18:13 Radiation ☢ 0.07 µS/h
|
||||
```
|
||||
|
||||
Use test.hisdb.his in folder 'testdata', read all .JPG files from 'testsource' and write them to 'testdest'.
|
||||
|
||||
```
|
||||
./exif_rad.py testdata/test.hisdb.his -o testdest/ testsource/*.JPG
|
||||
Modifying photos in testdest/ (copy)
|
||||
filename date / time Exif UserComment
|
||||
DSC_0196.JPG 2020-03-03 18:33:33 NOT FOUND!
|
||||
DSC_0197.JPG 2020-03-03 20:14:18 Radiation ☢ 0.15 µS/h
|
||||
DSC_0198.JPG 2020-03-03 22:18:13 Radiation ☢ 0.07 µS/h
|
||||
```
|
||||
|
||||
## GeigerLog setup
|
||||
|
||||
The Software is Open-Source and can be downloaded from [Sourceforge](https://sourceforge.net/projects/Geigerlog/).
|
||||
|
Loading…
Reference in New Issue
Block a user