[GRASS-SVN] r44501 - in
grass/branches/develbranch_6/imagery/i.ortho.photo: .
i.photo.2image i.photo.2target i.photo.camera i.photo.elev
i.photo.init i.photo.rectify i.photo.target menu
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 1 04:34:38 EST 2010
Author: mmetz
Date: 2010-12-01 01:34:37 -0800 (Wed, 01 Dec 2010)
New Revision: 44501
Added:
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/
Removed:
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2target/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.elev/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.target/
Modified:
grass/branches/develbranch_6/imagery/i.ortho.photo/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/Makefile
grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/main.c
grass/branches/develbranch_6/imagery/i.ortho.photo/menu/description.html
grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
Log:
change module names from photo.* to i.photo.*
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -3,13 +3,13 @@
SUBDIRS1 = \
menu \
- photo.2image \
- photo.2target \
- photo.camera \
- photo.elev \
- photo.init \
- photo.rectify \
- photo.target
+ i.photo.2image \
+ i.photo.2target \
+ i.photo.camera \
+ i.photo.elev \
+ i.photo.init \
+ i.photo.rectify \
+ i.photo.target
SUBDIRS = libes $(SUBDIRS1)
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.2image
+PGM = i.photo.2image
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
<H2>DESCRIPTION</H2>
-<EM>photo.2image</EM> is an imagery function that enables
+<EM>i.photo.2image</EM> is an imagery function that enables
you to mark fiducial or reseau points on an image to be
ortho-rectified and then computes the image-to-photo
coordinate transformation parameters. The coordinates of
@@ -11,19 +11,19 @@
During the process of marking reference points with known
photo coordinates, you may compute the RMS (root mean
square) error for each reference point entered.
-<EM>photo.2image</EM> does this by calculating the
+<EM>i.photo.2image</EM> does this by calculating the
transformation equation (the same one that is calculated by
<EM><A HREF="i.points.html">i.points</A> </EM>),
and then plugging these results into an equation for RMS
error.
<P>
-<EM>photo.2image</EM> offers a zoom option to locate
+<EM>i.photo.2image</EM> offers a zoom option to locate
precisely the fiducial or reseau point to be marked on an
image.
<P>
-To run <EM>photo.2image</EM>, a graphics monitor is
+To run <EM>i.photo.2image</EM>, a graphics monitor is
required.
<P>
@@ -299,14 +299,14 @@
twice. When a point is excluded, it is not afterwards
included in the calculation of the RMS error, or included
in the final transformation matrix. However, it can be
-retrieved within <EM>photo.2image</EM> at any time by
+retrieved within <EM>i.photo.2image</EM> at any time by
double clicking with the mouse as described above.
<P>
<H2>QUIT</H2>
-To end the <EM>photo.2image</EM> program place the mouse cross hairs
+To end the <EM>i.photo.2image</EM> program place the mouse cross hairs
on the word QUIT; the marked reference points (including coordinates)
will be saved.
<P>
@@ -330,10 +330,10 @@
<EM>
<A HREF="i.ortho.photo.html">i.ortho.photo</A>,
-<A HREF="photo.camera.html">photo.camera</A>,
-<A HREF="photo.2target.html">photo.2target</A>,
-<A HREF="photo.init.html">photo.init</A>,
-<A HREF="photo.rectify.html">photo.rectify</A>
+<A HREF="i.photo.camera.html">i.photo.camera</A>,
+<A HREF="i.photo.2target.html">i.photo.2target</A>,
+<A HREF="i.photo.init.html">i.photo.init</A>,
+<A HREF="i.photo.rectify.html">i.photo.rectify</A>
</EM>
<H2>AUTHOR</H2>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.2image
+ * MODULE: i.photo.2image
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Roberto Flor <flor itc.it>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2target/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.2target
+PGM = i.photo.2target
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2target/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
<H2>DESCRIPTION</H2>
-<EM>photo.2target</EM>
+<EM>i.photo.2target</EM>
is an imagery function that enables you to
mark control points on an image to be ortho-rectified
and then input the coordinates of each point for calculation
@@ -21,23 +21,23 @@
(row,col) coordinates and photo (x,y) coordinates relative to the
perspective center. The transformation matrix is computed
explicitly in the option <EM>
-<A HREF="photo.2image.html">photo.2image</A>
+<A HREF="i.photo.2image.html">i.photo.2image</A>
</EM>.
-The second phase, <EM>photo.2target</EM>, enables you
+The second phase, <EM>i.photo.2target</EM>, enables you
to mark control points on the image
and then input the standard coordinates
(Easting,Northing, and elevation) to determine the
parameters for a three dimensional projective transformation.
<EM>
-<A HREF="photo.init.html">photo.init</A>
+<A HREF="i.photo.init.html">i.photo.init</A>
</EM> may be run before
-running <EM>photo.2target</EM>
+running <EM>i.photo.2target</EM>
to modify the initial camera exposure station parameters, and/or
modify the standard deviation of these parameters.
<EM>
-<A HREF="photo.init.html">photo.init</A>
+<A HREF="i.photo.init.html">i.photo.init</A>
</EM> is not required but generally is helpful.
@@ -45,14 +45,14 @@
During the process of marking control points and entering standard
coordinates, you may compute the RMS (root mean square)
-error for each control point entered. photo.2target does this by
+error for each control point entered. <EM>i.photo.2target</EM> does this by
calculating the transformation equation, and then
plugging these results into an equation for RMS error.
<P>
-<EM>photo.2target</EM> offers a zoom option to locate precisely the point
+<EM>i.photo.2target</EM> offers a zoom option to locate precisely the point
to be marked on an image. This program also offers you the option
of acquiring standard coordinates for a marked point from a map
layer in the target database, or from a digitizer.
@@ -60,7 +60,7 @@
<P>
-To run <EM>photo.2target</EM>, a graphics monitor is required.
+To run <EM>i.photo.2target</EM>, a graphics monitor is required.
<P>
@@ -125,7 +125,7 @@
in the imagery group to accumulate the 12 points suggested minimum.
Any file in the imagery group can be rectified (using
<EM>
-<A HREF="photo.rectify.html">photo.rectify</A>
+<A HREF="i.photo.rectify.html">i.photo.rectify</A>
</EM>) based on the rectification parameters
computed from these control points.
<P>
@@ -333,12 +333,12 @@
pressing the left button on the mouse twice.
When a point is excluded, it is not afterwards included in the calculation
of the RMS error, or included in the final rectification parameters.
-However, it can be retrieved within <EM>photo.2target</EM> at any time
+However, it can be retrieved within <EM>i.photo.2target</EM> at any time
by double clicking with the mouse as described above.
<H2>QUIT</H2>
-To end the <EM>photo.2target</EM> program place the mouse cross hairs
+To end the <EM>i.photo.2target</EM> program place the mouse cross hairs
on the word QUIT; the marked control points (including coordinates)
will be saved.
@@ -351,7 +351,7 @@
arises, the status of all previously selected control points are modified,
the control points are excluded. Running
<EM>
-<A HREF="photo.init.html">photo.init</A>
+<A HREF="i.photo.init.html">i.photo.init</A>
</EM> for the selected imagery group with accurate
camera exposure station parameters should remedy the situation.
The excluded control points may again be included as described in the section
@@ -371,10 +371,10 @@
<H2>SEE ALSO</H2>
<EM><A HREF="i.ortho.photo.html">i.ortho.photo</A></EM>,
-<EM><A HREF="photo.camera.html">photo.camera</A></EM>,
-<EM><A HREF="photo.2image.html">photo.2image</A></EM>,
-<EM><A HREF="photo.init.html">photo.init</A></EM>,
-<EM><A HREF="photo.rectify.html">photo.rectify</A></EM>
+<EM><A HREF="i.photo.camera.html">i.photo.camera</A></EM>,
+<EM><A HREF="i.photo.2image.html">i.photo.2image</A></EM>,
+<EM><A HREF="i.photo.init.html">i.photo.init</A></EM>,
+<EM><A HREF="i.photo.rectify.html">i.photo.rectify</A></EM>
<H2>AUTHOR</H2>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2target/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2target/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.2target
+ * MODULE: i.photo.2target
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Bernhard Reiter <bernhard intevation.de>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.camera
+PGM = i.photo.camera
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
<H2>DESCRIPTION</H2>
-<EM>photo.camera</EM> creates or modifies entries in a camera reference
+<EM>i.photo.camera</EM> creates or modifies entries in a camera reference
file. For ortho-photo rectification, a camera reference file is required for
computation of scanned image to photo-coordinate transformation parameters.
There are two coordinate systems: The image coordinate system (in pixels)
@@ -99,9 +99,9 @@
<EM>
<A HREF="i.ortho.photo.html">i.ortho.photo</A>,
-<A HREF="photo.2image.html">photo.2image</A>,
-<A HREF="photo.2target.html">photo.2target</A>,
-<A HREF="photo.init.html">photo.init</A>
+<A HREF="i.photo.2image.html">i.photo.2image</A>,
+<A HREF="i.photo.2target.html">i.photo.2target</A>,
+<A HREF="i.photo.init.html">i.photo.init</A>
</EM>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.camera/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.camera
+ * MODULE: i.photo.camera
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Roberto Flor <flor itc.it>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.elev/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.elev
+PGM = i.photo.elev
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.elev/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.elev/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.elev
+ * MODULE: i.photo.elev
* AUTHOR(S): Mike Baba (original contributor)
* Markus Neteler <neteler itc.it>,
* Roberto Flor <flor itc.it>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.init
+PGM = i.photo.init
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -8,19 +8,19 @@
Oblique aerial photographs are purposely taken with an
angle between 3 and 90 degree from the nadir direction.
<P>
-<b>The use of <EM>photo.init</EM> (menu 6) is only required when rectifying a
+<b>The use of <EM>i.photo.init</EM> (menu 6) is only required when rectifying a
tilted or oblique aerial photo.</b>
<P>
-<EM>photo.init</EM> creates or modifies entries in a camera initial exposure
+<EM>i.photo.init</EM> creates or modifies entries in a camera initial exposure
station file for imagery group referenced by a sub-block. These entries
include: the (XC,YC,ZC) standard (e.g. UTM) approximate coordinates of the camera exposure
station; initial roll, pitch, and yaw angles (in degrees) of the cameras
attitude; and the <EM>a priori</EM> standard deviations for these
-parameters. During the imagery program, photo.rectify, the initial camera
+parameters. During the imagery program, <EM>i.photo.rectify</EM>, the initial camera
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="photo.2target.html">photo.2target</A></EM>.
+HREF="i.photo.2target.html">i.photo.2target</A></EM>.
<P>
@@ -94,10 +94,10 @@
<EM>
<A HREF="i.ortho.photo.html">i.ortho.photo</A>,
-<A HREF="photo.camera.html">photo.camera</A>,
-<A HREF="photo.2image.html">photo.2image</A>,
-<A HREF="photo.2target.html">photo.2target</A>,
-<A HREF="photo.rectify.html">photo.rectify</A>
+<A HREF="i.photo.camera.html">i.photo.camera</A>,
+<A HREF="i.photo.2image.html">i.photo.2image</A>,
+<A HREF="i.photo.2target.html">i.photo.2target</A>,
+<A HREF="i.photo.rectify.html">i.photo.rectify</A>
</EM>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.init/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.init
+ * MODULE: i.photo.init
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Roberto Flor <flor itc.it>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.rectify
+PGM = i.photo.rectify
# for DEBUG3 see README!
#EXTRA_CFLAGS = -I../libes -DDEBUG3
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,13 +1,13 @@
<H2>DESCRIPTION</H2>
-<EM>photo.rectify</EM> rectifies an image by using the image to photo
-coordinate transformation matrix created by <A HREF="photo.2image.html">photo.2image</A>
-and the rectification parameters created by <A HREF="photo.2target.html">photo.2target</A>.
+<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>.
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 photo.rectify the parameters computed by
-<A HREF="photo.2image.html">photo.2image</A> and
-<A HREF="photo.2target.html">photo.2target</A> are used in equations to
+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
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
@@ -40,7 +40,7 @@
>
</PRE>
<P>
-<EM>photo.rectify</EM> will only rectify that portion of the
+<EM>i.photo.rectify</EM> will only rectify that portion of the
image that occurs within the chosen window. Only that portion will be
relocated in the target database. It is therefore important to check the
current window in the target LOCATION if choice number one is selected.
@@ -56,10 +56,10 @@
<EM>
<A HREF="i.ortho.photo.html">i.ortho.photo</A><br>
-<A HREF="photo.camera.html">photo.camera</A><br>
-<A HREF="photo.2image.html">photo.2image</A><br>
-<A HREF="photo.2target.html">photo.2target</A><br>
-<A HREF="photo.init.html">photo.init</A>
+<A HREF="i.photo.camera.html">i.photo.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="i.photo.init.html">i.photo.init</A>
</EM>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.rectify/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.rectify
+ * MODULE: i.photo.rectify
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Bernhard Reiter <bernhard intevation.de>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.target/Makefile 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/Makefile 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = photo.target
+PGM = i.photo.target
EXTRA_CFLAGS = -I../libes
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.target/main.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.target/main.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: photo.target
+ * MODULE: i.photo.target
* AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
* Markus Neteler <neteler itc.it>,
* Roberto Flor <flor itc.it>,
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/menu/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/menu/description.html 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/menu/description.html 2010-12-01 09:34:37 UTC (rev 44501)
@@ -126,7 +126,7 @@
description of option (4) please see the GRASS manual page
for
-<EM><A HREF="photo.camera.html">photo.camera</A></EM>.
+<EM><A HREF="i.photo.camera.html">i.photo.camera</A></EM>.
<DT><EM>5. Compute image-to-photo transformation parameters</EM>
@@ -139,7 +139,7 @@
documentation for this option is available under the manual
entry
-<EM><A HREF="photo.2image.html">photo.2image</A></EM>.
+<EM><A HREF="i.photo.2image.html">i.photo.2image</A></EM>.
<DT><EM>6. Initialize exposure station parameters</EM>
@@ -147,7 +147,7 @@
station parameters and initial variances may be selected or
modified. Complete documentation for this option is
available under the manual entry
-<EM><A HREF="photo.init.html">photo.init</A></EM>.
+<EM><A HREF="i.photo.init.html">i.photo.init</A></EM>.
<DT><EM>7. Compute photo-to-target transformation parameters</EM>
@@ -157,7 +157,7 @@
known standard (e.g. UTM) and elevation coordinates. Complete
documentation for this option is available under the manual
entry
-<EM><A HREF="photo.2target.html">photo.2target</A></EM>.
+<EM><A HREF="i.photo.2target.html">i.photo.2target</A></EM>.
@@ -173,7 +173,7 @@
documentation for this option is available under the manual
entry
-<EM><A HREF="photo.rectify.html">photo.rectify</A></EM>.
+<EM><A HREF="i.photo.rectify.html">i.photo.rectify</A></EM>.
</DL>
@@ -185,11 +185,11 @@
<H2>SEE ALSO</H2>
-<EM><A HREF="photo.camera.html">photo.camera</A></EM>,
-<EM><A HREF="photo.2image.html">photo.2image</A></EM>,
-<EM><A HREF="photo.2target.html">photo.2target</A></EM>,
-<EM><A HREF="photo.init.html">photo.init</A></EM>,
-<EM><A HREF="photo.rectify.html">photo.rectify</A></EM>
+<EM><A HREF="i.photo.camera.html">i.photo.camera</A></EM>,
+<EM><A HREF="i.photo.2image.html">i.photo.2image</A></EM>,
+<EM><A HREF="i.photo.2target.html">i.photo.2target</A></EM>,
+<EM><A HREF="i.photo.init.html">i.photo.init</A></EM>,
+<EM><A HREF="i.photo.rectify.html">i.photo.rectify</A></EM>
<H2>AUTHOR</H2>
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c 2010-11-30 15:01:16 UTC (rev 44500)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c 2010-12-01 09:34:37 UTC (rev 44501)
@@ -117,18 +117,18 @@
if (strcmp(buf, "1") == 0)
run_system("i.group");
if (strcmp(buf, "2") == 0)
- run_etc_imagery("photo.target", group.name);
+ run_etc_imagery("i.photo.target", group.name);
if (strcmp(buf, "3") == 0)
- run_etc_imagery("photo.elev", group.name);
+ run_etc_imagery("i.photo.elev", group.name);
if (strcmp(buf, "4") == 0)
- run_etc_imagery("photo.camera", group.name);
+ run_etc_imagery("i.photo.camera", group.name);
if (strcmp(buf, "5") == 0)
- run_etc_imagery("photo.2image", group.name);
+ run_etc_imagery("i.photo.2image", group.name);
if (strcmp(buf, "6") == 0)
- run_etc_imagery("photo.init", group.name);
+ run_etc_imagery("i.photo.init", group.name);
if (strcmp(buf, "7") == 0)
- run_etc_imagery("photo.2target", group.name);
+ run_etc_imagery("i.photo.2target", group.name);
if (strcmp(buf, "8") == 0)
- run_etc_imagery("photo.rectify", group.name);
+ run_etc_imagery("i.photo.rectify", group.name);
}
}
More information about the grass-commit
mailing list