[GRASS-SVN] r33970 - in grass/branches/develbranch_6/imagery/i.ortho.photo: photo.2image photo.camera photo.init photo.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 22 05:59:36 EDT 2008


Author: hamish
Date: 2008-10-22 05:59:36 -0400 (Wed, 22 Oct 2008)
New Revision: 33970

Modified:
   grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/description.html
   grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/Makefile
   grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/description.html
   grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/description.html
   grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/description.html
Log:
html + G_parser() fixes

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/description.html	2008-10-22 09:46:08 UTC (rev 33969)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.2image/description.html	2008-10-22 09:59:36 UTC (rev 33970)
@@ -1,17 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>photo.2image</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b>photo.2image</b></em>
-
 <H2>DESCRIPTION</H2>
 
 <EM>photo.2image</EM> is an imagery function that enables
@@ -20,7 +6,6 @@
 coordinate transformation parameters.  The coordinates of
 the fiducials or reseau marks can be choosen for a camera
 reference file.
-
 <P>
 
 During the process of marking reference points with known
@@ -31,37 +16,26 @@
 <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
 precisely the fiducial or reseau point to be marked on an
 image.
-
-
 <P>
 
 To run <EM>photo.2image</EM>, a graphics monitor is
 required.
-
 <P>
 
 The procedure for marking fiducial or reseau  points,
 entering known photo-coordinates, and analyzing the RMS
 error is described below.
-
-
 <P>
 
 The terminal screen displays this message: 
-
-
 <P>
 
 <B>use mouse now...</B>
-
-
 <P>
 
 The graphics monitor displays the following screen:
@@ -109,6 +83,7 @@
                           |gs14.1 | gs22.2 |
                           +-------+--------+
 </PRE>
+
 Any single file in the imagery group may be used on which to mark 
 points, and you may mark points on more than one file
 in the imagery group to accumulate the suggested minimum number of
@@ -150,13 +125,13 @@
 The following menu is displayed at the bottom 
 of the graphics display:
 <P>
-<B>
+
 <PRE>
 +-----+------+-----------+--------+---------+-------------------+-------------+
 |Quit | Zoom | Plot Cell | Camera | Analyze |   Input-&gt;KEYBOARD | CAMERA FILE |
 +-----+------+-----------+--------+---------+-------------------+-------------+
 </PRE>
-</B>
+
 <P>
 <H2>ZOOM</H2>
 
@@ -164,13 +139,13 @@
 place the mouse cross hairs on the word ZOOM. The following menu
 will then be displayed at the bottom of the screen:
 <P>
-<B>
+
 <PRE>
 +-------+-----+-------++--------------------+
 |Cancel | Box | Point ||Select type of ZOOM |
 +-------+-----+-------++--------------------+
 </PRE>
-</B>
+
 <P>
 You have the option of identifying the zoom window either by using
 the mouse to make a box, or by using the mouse to mark the center 
@@ -179,6 +154,8 @@
 identifying the window.  The section of the image within the zoom window 
 will be displayed in the upper right hand quadrant.
 <P>
+
+
 <H2>MARKING REFERENCE POINTS</H2>
 
 To mark the known reference points (fiducial marks, reseau marks, etc.)
@@ -210,7 +187,6 @@
 |Enter PHOTO COORDINATES as x and y:                            |
 +---------------------------------------------------------------+
 </PRE>
-</B>
 <P>
 You then enter the known (x,y) photo coordinates, relative
 to the perspective center, for the  reference
@@ -259,7 +235,6 @@
 | use mouse now...                                                  |
 +----------------------------------------+--------------------------+
 </PRE>
-</B>
 <P>
 The photo coordinates and the corresponding image coordinates are 
 automatically saved in the photo_points file associated with the imagery
@@ -296,7 +271,6 @@
 |DONE | PRINT | FILE | Double click on point to be included/excluded |
 +-----+-------+------+-----------------------------------------------+
 </PRE>
-</B>
 <P>
 
 The RMS error for the image is given under the column
@@ -311,8 +285,6 @@
 in milimeters.  Points that create high RMS error are
 displayed in red on the monitor (represented here in
 italics).
-
-
 <P>
 
 The location of the point marked on the imagery group file
@@ -329,8 +301,6 @@
 in the final transformation matrix.  However, it can be
 retrieved within <EM>photo.2image</EM> at any time by
 double clicking with the mouse as described above.
-
-
 <P>
 
 
@@ -339,8 +309,6 @@
 To end the <EM>photo.2image</EM> program place the mouse cross hairs
 on the word QUIT;  the marked reference points (including coordinates)
 will be saved.
-
-
 <P>
 
 
@@ -352,8 +320,6 @@
 an accurate transformation equation for the rectification process.
 The RMS error may increase with more points added, but the 
 transformation equation will be more accurate.  
-
-
 <P>
 
 An RMS error of less than or equal to approximately one resolution
@@ -362,16 +328,18 @@
 
 <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.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.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>
+</EM>
 
 <H2>AUTHOR</H2>
 
 Mike Baba,  DBA Systems, Inc.
 
-<p><i>Last changed: $Date$</i>
-</body>
-</html>
+<p>
+<i>Last changed: $Date$</i>
+

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/Makefile	2008-10-22 09:46:08 UTC (rev 33969)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/Makefile	2008-10-22 09:59:36 UTC (rev 33970)
@@ -11,7 +11,6 @@
 
 default: etc
 
-htmletc:
-	$(MKDIR) $(GISBASE)/docs/html
-	$(INSTALL_DATA) description.html $(GISBASE)/docs/html/$(PGM).html
+$(PGM).tmp.html: description.html
+	$(INSTALL_DATA) $< $@
 	$(INSTALL_DATA) *.png $(GISBASE)/docs/html/

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/description.html	2008-10-22 09:46:08 UTC (rev 33969)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/description.html	2008-10-22 09:59:36 UTC (rev 33970)
@@ -1,17 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b></b></em>
-
 <H2>DESCRIPTION</H2>
 
 <EM>photo.camera</EM> creates or modifies entries in a camera reference
@@ -111,16 +97,18 @@
 
 <H2>SEE ALSO</H2>
 
-<EM><A HREF="i.ortho.photo.html">i.ortho.photo</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="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>
+</EM>
 
 
 <H2>AUTHOR</H2>
 
 Mike Baba, DBA Systems, Inc.
 
-<p><i>Last changed: $Date$</i>
-</body>
-</html>
+<p>
+<i>Last changed: $Date$</i>
+

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/description.html	2008-10-22 09:46:08 UTC (rev 33969)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.init/description.html	2008-10-22 09:59:36 UTC (rev 33970)
@@ -1,17 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>photo.init</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b>photo.init</b></em>
-
 <H2>DESCRIPTION</H2>
 
 Aerial photographs may be either vertical or oblique. Vertical photographs
@@ -89,15 +75,11 @@
   needs to be denoted as +90 degree for clockwise turn and -90 degree for
   a counterclockwise turn.
 </ul>
-
-
 <P>
 
 The standard deviations for (XC,YC,ZC) are expressed in meters, and
 are used as <EM>a priori</EM> values for the standard deviations used in 
 computation of the ortho rectification parameters.
-
-
 <P>
 
 The standard deviations for (omega,phi,kappa) are expressed in degrees, and
@@ -110,18 +92,18 @@
 
 <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.2target.html">photo.2target</A></EM>,
-<EM><A HREF="photo.rectify.html">photo.rectify</A></EM>
+<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>
+</EM>
 
 
 
 <H2>AUTHOR</H2>
 
 Mike Baba,  DBA Systems, Inc.
-<p><i>Last changed: $Date$</i>
-
-</body>
-</html>
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/description.html	2008-10-22 09:46:08 UTC (rev 33969)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.rectify/description.html	2008-10-22 09:59:36 UTC (rev 33970)
@@ -1,17 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>photo.rectify</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b>photo.rectify</b></em>
-
 <H2>DESCRIPTION</H2>
 
 <EM>photo.rectify</EM> rectifies an image by using the image to photo
@@ -82,7 +68,5 @@
 Mike Baba,  DBA Systems, Inc.<br>
 Updated rectification and elevation map to FP 1/2002 Markus Neteler
 
-<p><i>Last changed: $Date$</i>
-
-</body>
-</html>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list