diff --git a/README.md b/README.md index 1d3c68b..74ee064 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Dowload zip file from the latest release https://github.com/RockRobotic/exifwrit Unzip and navigate to the 'dist' folder and run the exifwrite program. -Select your trajectory file and the folder containing your camera images and click start. GPS data will be written to the photos in the folder you selected. +Select the csv file created by PCPainter and the folder containing your camera images and click start. GPS data will be written to the photos in the folder you selected. If you do not have the csv file, then a less accurate method can be used by selecting the trajectory file intead. NOTE: the csv file processing is preferred. ## Compatibility @@ -22,4 +22,4 @@ conda create --name exifwriter python=3.8.3 pip install Gooey piexif pyinstaller pyproj -pyinstaller --noconsole --onefile --windowed exifwrite.py \ No newline at end of file +pyinstaller --noconsole --onefile --windowed exifwrite.py