[GRASS-SVN] r46618 - grass/branches/releasebranch_6_4/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 8 19:50:56 EDT 2011


Author: neteler
Date: 2011-06-08 16:50:56 -0700 (Wed, 08 Jun 2011)
New Revision: 46618

Modified:
   grass/branches/releasebranch_6_4/tools/build_html_index.sh
   grass/branches/releasebranch_6_4/tools/module_synopsis.sh
Log:
modules renamed

Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh	2011-06-08 23:39:07 UTC (rev 46617)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh	2011-06-08 23:50:56 UTC (rev 46618)
@@ -14,8 +14,8 @@
 i.ask \
 i.find \
 p.out.vrml \
-photo.elev \
-photo.target \
+i.photo.elev \
+i.photo.target \
 r.cats \
 r.watershed.ram \
 r.watershed.seg \

Modified: grass/branches/releasebranch_6_4/tools/module_synopsis.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2011-06-08 23:39:07 UTC (rev 46617)
+++ grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2011-06-08 23:50:56 UTC (rev 46618)
@@ -108,13 +108,13 @@
 g.parser: Full parser support for GRASS scripts.
 r.mapcalc: Performs arithmetic on raster map layers.
 r3.mapcalc: Performs arithmetic on 3D grid volume data.
-photo.2image: Marks fiducial or reseau points on an image to be ortho-rectified and then computes the image-to-photo coordinate transformation parameters.
-photo.2target: Create control points on an image to be ortho-rectified.
-photo.camera: Creates or modifies entries in a camera reference file.
-photo.elev: Selects target elevation model for ortho-rectification.
-photo.init: Creates or modifies entries in a camera initial exposure station file for imagery group referenced by a sub-block.
-photo.rectify: Rectifies an image by using the image to photo coordinate transformation matrix created by photo.2image and the rectification parameters created by photo.2target.
-photo.target: Selects target location and mapset for ortho-rectification.
+i.photo.2image: Marks fiducial or reseau points on an image to be ortho-rectified and then computes the image-to-photo coordinate transformation parameters.
+i.photo.2target: Create control points on an image to be ortho-rectified.
+i.photo.camera: Creates or modifies entries in a camera reference file.
+i.photo.elev: Selects target elevation model for ortho-rectification.
+i.photo.init: Creates or modifies entries in a camera initial exposure station file for imagery group referenced by a sub-block.
+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.
+i.photo.target: Selects target location and mapset for ortho-rectification.
 EOF
 
 ## with --dictionary-order db.* ends up in the middle of the d.* cmds
@@ -344,16 +344,16 @@
 	  >> "${TMP}.tex"
 
     if [ "$SECTION" = "i" ] ; then
-	# include imagery photo subsection
+	# include imagery i.photo subsection
 	cat << EOF >> "${TMP}.tex"
 \end{lyxlist}
 
-\subsubsection*{Imagery photo.{*} commands:}
+\subsubsection*{Imagery i.photo.{*} commands:}
 
 \begin{lyxlist}{00.00.0000}
 EOF
 
-	grep "^photo\." "${TMP}.txt" | \
+	grep "^i.photo\." "${TMP}.txt" | \
 	  sed -e 's/^/\\item [/' -e 's/: /]/' >> "${TMP}.tex"
     fi
 



More information about the grass-commit mailing list