diff --git a/imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html b/imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html index 8e150a79c83..535ef8e03a7 100644 --- a/imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html +++ b/imagery/i.ortho.photo/i.ortho.camera/i.ortho.camera.html @@ -98,8 +98,8 @@

SEE ALSO

i.ortho.photo, -i.photo.2image, -i.photo.2target, +g.gui.photo2image, +g.gui.image2target, i.ortho.init diff --git a/imagery/i.ortho.photo/i.ortho.elev/i.ortho.elev.html b/imagery/i.ortho.photo/i.ortho.elev/i.ortho.elev.html index bb506746eef..ab5b66eaa38 100644 --- a/imagery/i.ortho.photo/i.ortho.elev/i.ortho.elev.html +++ b/imagery/i.ortho.photo/i.ortho.elev/i.ortho.elev.html @@ -7,8 +7,8 @@

SEE ALSO

i.ortho.photo
i.ortho.camera
-i.photo.2image
-i.photo.2target
+g.gui.photo2image
+g.gui.image2target
i.ortho.init
i.rectify
diff --git a/imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html b/imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html index 59d1668bc09..5da40c86344 100644 --- a/imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html +++ b/imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html @@ -20,7 +20,7 @@

DESCRIPTION

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 i.photo.2target. +HREF="g.gui.image2target.html">g.gui.image2target.

@@ -103,8 +103,8 @@

SEE ALSO

i.ortho.photo, -i.photo.2image, -i.photo.2target, +g.gui.photo2image, +g.gui.image2target, i.ortho.elev, i.ortho.camera, i.ortho.transform, diff --git a/imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html b/imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html index b0f83a1e752..1ca54e90036 100644 --- a/imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html +++ b/imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html @@ -1,13 +1,13 @@

DESCRIPTION

i.photo.rectify rectifies an image by using the image to photo -coordinate transformation matrix created by i.photo.2image -and the rectification parameters created by i.photo.2target. +coordinate transformation matrix created by g.gui.photo2image +and the rectification parameters created by g.gui.image2target. 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 i.photo.rectify the parameters computed by -i.photo.2image and -i.photo.2target are used in equations to +g.gui.photo2image and +g.gui.image2target 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 @@ -94,8 +94,8 @@

SEE ALSO

i.ortho.photo
i.ortho.camera
-i.photo.2image
-i.photo.2target
+g.gui.photo2image
+g.gui.image2target
i.ortho.init
i.rectify
diff --git a/imagery/i.ortho.photo/i.ortho.target/i.ortho.target.html b/imagery/i.ortho.photo/i.ortho.target/i.ortho.target.html index 1b5a6d83be4..5df311b8892 100644 --- a/imagery/i.ortho.photo/i.ortho.target/i.ortho.target.html +++ b/imagery/i.ortho.photo/i.ortho.target/i.ortho.target.html @@ -9,8 +9,8 @@

SEE ALSO

i.ortho.photo
i.ortho.elev
i.ortho.camera
-i.photo.2image
-i.photo.2target
+g.gui.photo2image
+g.gui.image2target
i.ortho.init
i.ortho.rectify
diff --git a/imagery/i.ortho.photo/lib/conz_points.c b/imagery/i.ortho.photo/lib/conz_points.c index 99ad7214217..62c2085f28e 100644 --- a/imagery/i.ortho.photo/lib/conz_points.c +++ b/imagery/i.ortho.photo/lib/conz_points.c @@ -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)