diff --git a/doc/gpscorrelate-manpage.xml.in b/doc/gpscorrelate-manpage.xml.in
index c43614a..216df2b 100644
--- a/doc/gpscorrelate-manpage.xml.in
+++ b/doc/gpscorrelate-manpage.xml.in
@@ -634,14 +634,14 @@
EXAMPLES
- To correlate all photos in a directory taken in western Europe in the
+ Correlate all photos in a directory taken in western Europe in the
summer (i.e., UTC-2):
gpscorrelate -g Test.gpx -z 2 *.jpg
- To correlate all photos in a directory taken in Italy, switching to UTC-2
+ Correlate all photos in a directory taken in Italy, switching to UTC-2
or UTC-1 depending on the daylight savings time in effect when the first
picture in the list was taken:
@@ -659,15 +659,26 @@
- To correlate a set of photos taken with a camera aimed straight out of the
- right-hand passenger window of a car, using a GPX file containing direction tags:
+ Correlate images taken from a dashcam, adding direction tags from the
+ GPX file:
- gpscorrelate -g car_trip.gpx --heading --direction 90 --max-direction 20 *.jpg
+ gpscorrelate --heading --max-heading 90 --direction 0 -g Test.gpx *.jpg
- To correlate a photo taken from a camera with a fast clock (i.e., the clock
+ Correlate a set of photos taken with a camera aimed straight out of the
+ right-hand passenger side window of a car (90° from straight ahead),
+ using a GPX file containing direction tags, skipping direction tagging
+ during fast turns and all tags when a GPS lock is lost for more than 6
+ seconds (to avoid writing inaccurate tags):
+
+
+ gpscorrelate -g car_trip.gpx --heading --max-heading 45 --direction 90 --max-dist 6 --ignore-tracksegs *.jpg
+
+
+
+ Correlate a photo taken from a camera with a fast clock (i.e., the clock
was 77 seconds ahead of GPS time):
@@ -710,12 +721,6 @@
gpscorrelate -l 48.398620,9.991417,522 --direction 90 -z 2 ulm.jpg
-
- Correlate images taken from a dashcam, adding direction tags:
-
- gpscorrelate --heading --max-dist 5 --max-heading 90 --direction 0 -g Test.gpx *.jpg
-
-
EXIT STATUS