Skip to content

Commit

Permalink
manual: i.ortho.* update broken module references (#3175)
Browse files Browse the repository at this point in the history
Time ago some GRASS GIS 6 modules have been renamed:

- `i.photo.2target` -> `g.gui.photo2image`
- `i.photo.2image` -> `g.gui.image2target`

This PR updates the references in the manual accordingly.
  • Loading branch information
neteler committed Oct 4, 2023
1 parent d52c4c4 commit d2972bd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ <h2>SEE ALSO</h2>

<em>
<a href="i.ortho.photo.html">i.ortho.photo</a>,
<a href="i.photo.2image.html">i.photo.2image</a>,
<a href="i.photo.2target.html">i.photo.2target</a>,
<a href="g.gui.photo2image.html">g.gui.photo2image</a>,
<a href="g.gui.image2target.html">g.gui.image2target</a>,
<a href="i.ortho.init.html">i.ortho.init</a>
</em>

Expand Down
4 changes: 2 additions & 2 deletions imagery/i.ortho.photo/i.ortho.elev/i.ortho.elev.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ <h2>SEE ALSO</h2>
<em>
<a href="i.ortho.photo.html">i.ortho.photo</a><br>
<a href="i.ortho.camera.html">i.ortho.camera</a><br>
<a href="i.photo.2image.html">i.photo.2image</a><br>
<a href="i.photo.2target.html">i.photo.2target</a><br>
<a href="g.gui.photo2image.html">g.gui.photo2image</a><br>
<a href="g.gui.image2target.html">g.gui.image2target</a><br>
<a href="i.ortho.init.html">i.ortho.init</a><br>
<a href="i.rectify.html">i.rectify</a>
</em>
Expand Down
6 changes: 3 additions & 3 deletions imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>DESCRIPTION</h2>
exposure station file is used for computation of the ortho-rectification
parameters. If no initial camera exposure station file exist, the default
values are computed from the control points file created in <em><A
HREF="i.photo.2target.html">i.photo.2target</a></em>.
HREF="g.gui.image2target.html">g.gui.image2target</a></em>.


<p>
Expand Down Expand Up @@ -103,8 +103,8 @@ <h2>SEE ALSO</h2>

<em>
<a href="i.ortho.photo.html">i.ortho.photo</a>,
<a href="i.photo.2image.html">i.photo.2image</a>,
<a href="i.photo.2target.html">i.photo.2target</a>,
<a href="g.gui.photo2image.html">g.gui.photo2image</a>,
<a href="g.gui.image2target.html">g.gui.image2target</a>,
<a href="i.ortho.elev.html">i.ortho.elev</a>,
<a href="i.ortho.camera.html">i.ortho.camera</a>,
<a href="i.ortho.transform.html">i.ortho.transform</a>,
Expand Down
12 changes: 6 additions & 6 deletions imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<H2>DESCRIPTION</H2>

<em>i.photo.rectify</em> rectifies an image by using the image to photo
coordinate transformation matrix created by <a href="i.photo.2image.html">i.photo.2image</a>
and the rectification parameters created by <a href="i.photo.2target.html">i.photo.2target</a>.
coordinate transformation matrix created by <a href="g.gui.photo2image.html">g.gui.photo2image</a>
and the rectification parameters created by <a href="g.gui.image2target.html">g.gui.image2target</a>.
Rectification is the process by which the geometry of an image is made
planimetric. This is accomplished by mapping an image from one coordinate
system to another. In <em>i.photo.rectify</em> the parameters computed by
<a href="i.photo.2image.html">i.photo.2image</a> and
<a href="i.photo.2target.html">i.photo.2target</a> are used in equations to
<a href="g.gui.photo2image.html">g.gui.photo2image</a> and
<a href="g.gui.image2target.html">g.gui.image2target</a> are used in equations to
convert x,y image coordinates to standard map coordinates for each pixel in
the image. The result is an image with a standard map coordinate system,
compensated for relief distortions and photographic tilt. Upon completion of
Expand Down Expand Up @@ -94,8 +94,8 @@ <H2>SEE ALSO</H2>
<em>
<a href="i.ortho.photo.html">i.ortho.photo</a><br>
<a href="i.ortho.camera.html">i.ortho.camera</a><br>
<a href="i.photo.2image.html">i.photo.2image</a><br>
<a href="i.photo.2target.html">i.photo.2target</a><br>
<a href="g.gui.photo2image.html">g.gui.photo2image</a><br>
<a href="g.gui.image2target.html">g.gui.image2target</a><br>
<a href="i.ortho.init.html">i.ortho.init</a><br>
<a href="i.rectify.html">i.rectify</a>
</em>
Expand Down
4 changes: 2 additions & 2 deletions imagery/i.ortho.photo/i.ortho.target/i.ortho.target.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <H2>SEE ALSO</H2>
<a href="i.ortho.photo.html">i.ortho.photo</a><br>
<a href="i.ortho.elev.html">i.ortho.elev</a><br>
<a href="i.ortho.camera.html">i.ortho.camera</a><br>
<a href="i.photo.2image.html">i.photo.2image</a><br>
<a href="i.photo.2target.html">i.photo.2target</a><br>
<a href="g.gui.photo2image.html">g.gui.photo2image</a><br>
<a href="g.gui.image2target.html">g.gui.image2target</a><br>
<a href="i.ortho.init.html">i.ortho.init</a><br>
<a href="i.ortho.rectify.html">i.ortho.rectify</a>
</em>
Expand Down
1 change: 0 additions & 1 deletion imagery/i.ortho.photo/lib/conz_points.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#define POINT_FILE "CONTROL_POINTS"

/* This is used in i.image.2target */
/* read the control points from group file "CONTROL_POINTS" into */
/* the struct Con_Points */
int I_read_con_points(FILE *fd, struct Ortho_Control_Points *cp)
Expand Down

0 comments on commit d2972bd

Please sign in to comment.