[GRASS-SVN] r44894 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 5 18:10:34 EST 2011
Author: ychemin
Date: 2011-01-05 15:10:34 -0800 (Wed, 05 Jan 2011)
New Revision: 44894
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
updated Imagery menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-01-05 23:10:14 UTC (rev 44893)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-01-05 23:10:34 UTC (rev 44894)
@@ -2511,6 +2511,7 @@
</menuitem>
</items>
</menu>
+ <separator />
<menuitem>
<label>Rectify image or raster</label>
<help>Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.</help>
@@ -2519,6 +2520,19 @@
<command>i.rectify</command>
</menuitem>
<menuitem>
+ <label>Histogram</label>
+ <help>Generate histogram of image</help>
+ <handler>DispHistogram</handler>
+ </menuitem>
+ <menuitem>
+ <label>Spectral response</label>
+ <help>Displays spectral response at user specified locations in group or images.</help>
+ <keywords>imagery,raster,multispectral</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>i.spectral</command>
+ </menuitem>
+ <separator />
+ <menuitem>
<label>Brovey sharpening</label>
<help>Brovey transform to merge multispectral and high-res panchromatic channels</help>
<keywords>imagery,fusion,Brovey</keywords>
@@ -2585,25 +2599,6 @@
</menuitem>
</items>
</menu>
- <menuitem>
- <label>Histogram</label>
- <help>Generate histogram of image</help>
- <handler>DispHistogram</handler>
- </menuitem>
- <menuitem>
- <label>Spectral response</label>
- <help>Displays spectral response at user specified locations in group or images.</help>
- <keywords>imagery,raster,multispectral</keywords>
- <handler>OnMenuCmd</handler>
- <command>i.spectral</command>
- </menuitem>
- <menuitem>
- <label>Tasseled cap vegetation index</label>
- <help>Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data</help>
- <keywords>raster,imagery</keywords>
- <handler>OnMenuCmd</handler>
- <command>i.tasscap</command>
- </menuitem>
<menu>
<label>Transform image</label>
<items>
@@ -2655,6 +2650,7 @@
<handler>OnMenuCmd</handler>
<command>i.landsat.toar</command>
</menuitem>
+ <separator />
<menuitem>
<label>Landsat cloud cover assessment</label>
<help>Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).</help>
@@ -2669,6 +2665,7 @@
<handler>OnMenuCmd</handler>
<command>i.modis.qc</command>
</menuitem>
+ <separator />
<menuitem>
<label>Atmospheric correction</label>
<help>Performs atmospheric correction using the 6S algorithm.</help>
@@ -2676,6 +2673,7 @@
<handler>OnMenuCmd</handler>
<command>i.atcorr</command>
</menuitem>
+ <separator />
<menuitem>
<label>LatLong map</label>
<help>creates a latitude/longitude map</help>
@@ -2703,6 +2701,14 @@
<command>i.vi</command>
</menuitem>
<menuitem>
+ <label>Tasseled cap vegetation index</label>
+ <help>Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data</help>
+ <keywords>raster,imagery,Landsat</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>i.tasscap</command>
+ </menuitem>
+ <separator />
+ <menuitem>
<label>Albedo</label>
<help>Computes broad band albedo from surface reflectance.</help>
<keywords>imagery,albedo,surface reflectance</keywords>
More information about the grass-commit
mailing list