Skip to content

Commit

Permalink
Improve the direction examples and some example descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 20, 2024
1 parent b87ddc4 commit 0500c87
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions doc/gpscorrelate-manpage.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,14 @@
<title>EXAMPLES</title>

<para>
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):</para>
<para>
<userinput>gpscorrelate -g Test.gpx -z 2 *.jpg</userinput>
</para>

<para>
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:</para>
<para>
Expand All @@ -659,15 +659,26 @@
</para>

<para>
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:
</para>
<para>
<userinput>gpscorrelate -g car_trip.gpx --heading --direction 90 --max-direction 20 *.jpg</userinput>
<userinput>gpscorrelate --heading --max-heading 90 --direction 0 -g Test.gpx *.jpg</userinput>
</para>

<para>
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&deg; 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):
</para>
<para>
<userinput>gpscorrelate -g car_trip.gpx --heading --max-heading 45 --direction 90 --max-dist 6 --ignore-tracksegs *.jpg</userinput>
</para>

<para>
Correlate a photo taken from a camera with a fast clock (i.e., the clock
was 77 seconds ahead of GPS time):
</para>
<para>
Expand Down Expand Up @@ -710,12 +721,6 @@
<userinput>gpscorrelate -l 48.398620,9.991417,522 --direction 90 -z 2 ulm.jpg</userinput>
</para>

<para>
Correlate images taken from a dashcam, adding direction tags:</para>
<para>
<userinput>gpscorrelate --heading --max-dist 5 --max-heading 90 --direction 0 -g Test.gpx *.jpg</userinput>
</para>

</refsect1>
<refsect1>
<title>EXIT STATUS</title>
Expand Down

0 comments on commit 0500c87

Please sign in to comment.