wxGUI.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. <h2>DESCRIPTION</h2>
  2. <b>wxGUI</b> is a new generation of the GUI for GRASS GIS. It's a successor
  3. of the <em>Tcl/Tk GUI</em> from GRASS 6.
  4. <p>
  5. To start the wxGUI automatically for each session run GRASS with
  6. <tt>gui</tt> switch
  7. <div class="code"><pre>
  8. grass -gui
  9. </pre></div>
  10. or define in your <tt>.grassrc7</tt> file 'GRASS_GUI' variable
  11. <div class="code"><pre>
  12. GRASS_GUI: gui
  13. </pre></div>
  14. The GUI can be quit by selecting the 'File->Exit' menu item. The GUI
  15. can be restarted from the GRASS command line prompt by
  16. typing
  17. <div class="code"><pre>
  18. g.gui
  19. </pre></div>
  20. or
  21. <div class="code"><pre>
  22. g.gui workspace=file.gxw
  23. </pre></div>
  24. to launch wxGUI and load workspace file on start-up.
  25. <p>
  26. The GUI is composed by <em>two</em> main components:
  27. <ul>
  28. <li><b>Layer Manager</b> which allows users to run different GRASS
  29. modules from menu, includes map layer management, integrated
  30. command-line prompt, and command output window tab.</li>
  31. <li><b>Map Display Window</b> which integrates basic tools for
  32. zooming, panning, data querying, decorations (north arrows,
  33. barscale, etc.). The user is allowed to start various map display
  34. instances during one session. The Layer Manager registers Map
  35. Display Windows using different tabs.</li>
  36. </ul>
  37. <h3>Layer Manager</h3>
  38. The <em>Layer Manager</em> provides an interactive graphical interface to GRASS
  39. commands. It includes a set of pull-down menus for all GRASS GIS
  40. functions (analysis, file I/O, GIS configuration and management), the
  41. toolbar to manage display map layers, a layer tree frame in which map layers
  42. to display are organized, command output window tab, and interactive
  43. command line prompt.
  44. <center>
  45. <br><img src="wxGUI_layer_manager.jpg" border="1"><br><br>
  46. </center>
  47. The top left button of the toolbar opens a new <em>Map Display
  48. Window</em>. Each map display has a unique set of layers to display
  49. and region settings. Other toolbar buttons add layers of different
  50. types for display in the selected map display window. There are
  51. additional buttons for saving or opening workspace file, and others.
  52. <p>
  53. Map layers are listed in the window frame below the toolbar. Layers can
  54. include raster and vector maps, text, map decorations (scale and
  55. north arrow, and grids), and commands (where any GRASS command can be
  56. written). Layers are displayed in as arranged in the layer tree: the
  57. bottom layer is displayed first and the top is displayed last, as if
  58. layers are a series of stacked overlays.
  59. <p>
  60. The check box to the left of each layer makes it active or inactive
  61. for display. Only active layers are displayed/redisplayed when the
  62. display button is pressed. Layers can be organized into groups; entire
  63. groups can be activated or deactivated for display. Layer tree
  64. composition can be saved to a workspace file and opened in subsequent
  65. sessions, restoring all layers and their display options.
  66. <h4>Layer Manager Toolbar</h4>
  67. <dl>
  68. <dt><img src="icons/grass2/monitor-create.png">&nbsp;
  69. <img src="icons/grass/gui-startmon.gif">&nbsp;
  70. <img src="icons/silk/application_add.png"> <em>Open new Map Display Window</em></dt>
  71. <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
  72. <dt><img src="icons/grass2/create.png">&nbsp;
  73. <img src="icons/grass/file-new.gif">&nbsp;
  74. <img src="icons/silk/page_white.png"> <em>Creates new workspace file</em></dt>
  75. <dd>Removes all layers in the layer tree and creates a new, empty tree
  76. where new layers can be added.</dd>
  77. <dt><img src="icons/grass2/layer-open.png">&nbsp;
  78. <img src="icons/grass/file-new.gif">&nbsp;
  79. <img src="icons/silk/page_white_get.png"> <em>Load map layers (raster, vector) into workspace</em></dt>
  80. <dd>Loads selected raster or vector maps into current layer tree.</dd>
  81. <dt><img src="icons/grass2/open.png">&nbsp;
  82. <img src="icons/grass/file-open.gif">&nbsp;
  83. <img src="icons/silk/folder.png"> <em>Open an existing workspace file</em></dt>
  84. <dd>Opens an previously saved workspace file, containing a set of display
  85. layers and their option settings.</dd>
  86. <dt><img src="icons/grass2/save.png">&nbsp;
  87. <img src="icons/grass/file-save.gif">&nbsp;
  88. <img src="icons/silk/page_save.png"> <em>Save layers composition to workspace
  89. file</em></dt>
  90. <dd>Saves current set of layers and their options to a workspace
  91. file.</dd>
  92. <dt><img src="icons/grass2/layer-raster-add.png">&nbsp;
  93. <img src="icons/grass/element-cell.gif">&nbsp;
  94. <img src="icons/silk/image_add.png"> <em>Add raster-based map layer</em></dt>
  95. <dd>Adds raster map to layer tree, see <em><a href="d.rast.html">d.rast</a></em>. Includes also shaded relief map, RGB or HIS map or raster flow arrows map.</dd>
  96. <dt><img src="icons/grass2/layer-shaded-relief-add.png">&nbsp;
  97. <img src="icons/grass/module-d.shadedmap.gif">&nbsp;
  98. <img src="icons/silk/picture_empty.png"> <em>Add shaded relief map layer</em></dt>
  99. <dd>Adds shaded relief raster map layer,
  100. see <em><a href="d.shadedmap.html">d.shadedmap</a></em>.</dd>
  101. <dt><img src="icons/grass2/layer-rgb-add.png">&nbsp;
  102. <img src="icons/grass/channel-rgb.gif">&nbsp;
  103. <img src="icons/silk/rgb.png"> <em>Add RGB raster layer</em></dt>
  104. <dd>Combines and displays three raster maps defined as red, green, and blue
  105. channels, see <em><a href="d.rgb.html">d.rgb</a></em>.</dd>
  106. <dt><img src="icons/grass2/layer-his-add.png">&nbsp;
  107. <img src="icons/grass/channel-his.gif">&nbsp;
  108. <img src="icons/silk/his.png"> <em>Add HIS raster layer</em></dt>
  109. <dd>Combines and displays two or three raster maps defined as hue,
  110. intensity, and (optionally) saturation channels,
  111. see <em><a href="d.his.html">d.his</a></em>.</dd>
  112. <dt><img src="icons/grass2/layer-cell-cats-add.png">&nbsp;
  113. <img src="icons/grass/module-d.rast.arrow.gif">&nbsp;
  114. <img src="icons/silk/arrow_out.png"> <em>Add raster arrows layer</em></dt>
  115. <dd>Adds map of raster cells with directional arrows drawn. Arrow
  116. direction and length are determined by separate aspect/directional map
  117. and (optional) slope/intensity map,
  118. see <em><a href="d.rast.arrow.html">d.rast.arrow</a></em>.</dd>
  119. <dt><img src="icons/grass2/layer-vector-add.png">&nbsp;
  120. <img src="icons/grass/element-vector.gif">&nbsp;
  121. <img src="icons/silk/map_add.png"> <em>Add vector-based map layer</em></dt>
  122. <dd>Adds a vector map layer, see <em><a href="d.vect.html">d.vect</a></em>. Includes also thematic vector map or thematic charts layer.</dd>
  123. <dt><img src="icons/grass2/layer-vector-thematic-add.png">&nbsp;
  124. <img src="icons/grass/module-d.vect.thematic.gif">&nbsp;
  125. <img src="icons/silk/thematic.png"> <em>Add thematic map layer
  126. (for all vector types)</em></dt>
  127. <dd>Adds layer for thematic display values from a numeric attribute
  128. column associated with a vector map. Options include: thematic display
  129. type (graduated colors or point sizes), methods for creating display
  130. intervals, SQL query of attribute column to limit vector objects to
  131. display, control of point icon types and sizes, control of thematic
  132. color schemes, creation of legend for thematic map, and saving the
  133. results of thematic mapping to a ps.map instructions file for later
  134. printing,
  135. see <em><a href="d.vect.thematic.html">d.vect.thematic</a></em>.</dd>
  136. <dt><img src="icons/grass2/layer-vector-chart-add.png">&nbsp;
  137. <img src="icons/grass/module-d.vect.chart.gif">&nbsp;
  138. <img src="icons/silk/chart_bar.png"> <em>Add thematic charts layer
  139. (for vector points)</em></dt>
  140. <dd>Adds layer in which pie or bar charts can be automatically created
  141. at vector point locations. Charts display values from selected columns
  142. in the associated attribute table. Options include: chart type, layer
  143. and attributes to chart, chart colors, and chart size (fixed or based
  144. on attribute column),
  145. see <em><a href="d.vect.chart.html">d.vect.chart</a></em>.</dd>
  146. <dt><img src="icons/grass2/layer-command-add.png">&nbsp;
  147. <img src="icons/grass/gui-cmd.gif">&nbsp;
  148. <img src="icons/silk/cog_add.png"> <em>Add command layer</em></dt>
  149. <dd>Adds a layer in which a GRASS GIS command or command list can be entered.
  150. For a command list use the semi-colon (";") symbol as a separator.
  151. For example:
  152. <div class="code"><pre>
  153. d.rast soils;d.rast -o roads;d.vect streams col=blue
  154. </pre></div>
  155. Note that when an option of the command contains spaces, you need to
  156. "escape" them with the backslash ('\') character, for example:
  157. <div class="code"><pre>
  158. d.text text=Population\ density
  159. </pre></div>
  160. </dd>
  161. <dt><img src="icons/grass2/layer-group-add.png">&nbsp;
  162. <img src="icons/grass/gui-group.gif">&nbsp;
  163. <img src="icons/silk/folder_add.png"> <em>Add layer group</em></dt>
  164. <dd>Adds an empty layer group. Layers can then be added to the group.</dd>
  165. <dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
  166. <img src="icons/grass/module-d.grid.gif">&nbsp;
  167. <img src="icons/silk/images.png"> <em>Add overlay grids and lines</em></dt>
  168. <dd>Adds layer to display regular grid (for all locations), or geodesic and
  169. rhumblines (for latitude/longitude locations only), see <em><a href="d.grid.html">d.grid</a>, <a href="d.geodesic.html">d.geodesic</a>, <a href="d.rhumbline.html">d.rhumbline</a></em>.</dd>
  170. <dt><img src="icons/grass2/layer-label-add.png">&nbsp;
  171. <img src="icons/grass/module-d.labels.gif">&nbsp;
  172. <img src="icons/silk/tag_blue_add.png"> <em>Add labels layer for vector
  173. objects (from existing labels file)</em></dt>
  174. <dd>Add raster text layer from a labels file for vector objects
  175. created with the <em><a href="v.label.html">v.label</a></em> module
  176. (accessed from button in options panel). A labels file can also be
  177. created with a text editor,
  178. see <em><a href="d.labels.html">d.labels</a></em>.</dd>
  179. <dt><img src="icons/grass2/layer-remove.png">&nbsp;
  180. <img src="icons/grass/edit-cut.gif">&nbsp;
  181. <img src="icons/silk/bin_closed.png"> <em>Remove map layer from layer tree</em></dt>
  182. <dd>Removes selected map layer or map layer group from layer tree.</dd>
  183. <dt><img src="icons/grass2/table.png">&nbsp;
  184. <img src="icons/grass/db-values.gif">&nbsp;
  185. <img src="icons/silk/application_view_columns.png"> <em>Open <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a> for selected vector map</em></dt>
  186. <dd>Displays attribute data of selected vector map.</dd>
  187. </dl>
  188. <h3>Map Display Window</h3>
  189. This component includes toolbar area (set of toolbars), map canvas
  190. where a map composition is displayed, and the statusbar.
  191. <center>
  192. <br><img src="wxGUI_map_display.jpg" alt="Map Display Window"><br><br>
  193. </center>
  194. Each Map Display Window has a unique layer tree and region
  195. setting. The window contains a toolbar with buttons to manage the map
  196. in the display (zoom and pan), providing tools for query and distance
  197. measurement, and exporting or printing the display.
  198. <p>
  199. In the statusbar can be displayed the geographic coordinates under the
  200. cursor, current geographical region extent, computational region
  201. (including graphical visualization in map display), map display
  202. geometry (number of rows, columns, resolution) and map scale.
  203. <p>
  204. It is important to note that zooming in any display will
  205. have <em>no</em> effect on the 'computational region' setting (set
  206. with <em><a href="g.region.html">g.region</a></em>). Only by selecting
  207. the 'Set current region to match display' item in the zoom menu (in
  208. the map display toolbar) will the current display extents be copied to
  209. the computational region extents.
  210. <h4>Map Display Toolbar</h4>
  211. <dl>
  212. <dt><img src="icons/grass2/show.png">&nbsp;
  213. <img src="icons/grass/gui-display.gif">&nbsp;
  214. <img src="icons/silk/map_go.png"> <em>Display active layers (current region)</em></dt>
  215. <dd>Displays all active layers from layer tree at current resolution
  216. and region extents for that map display window.</dd>
  217. <dt><img src="icons/grass2/layer-redraw.png">&nbsp;
  218. <img src="icons/grass/gui-redraw.gif">&nbsp;
  219. <img src="icons/silk/arrow_refresh.png"> <em>Re-render and display all active
  220. layers and zoom to current region</em></dt>
  221. <dd>Resets the region to the display resolution and extents and forces
  222. re-display and re-rendering all active layers.</dd>
  223. <dt><img src="icons/grass2/erase.png">&nbsp;
  224. <img src="icons/grass/gui-erase.gif">&nbsp;
  225. <img src="icons/silk/cross.png"> <em>Erase display content</em></dt>
  226. <dd>Erases the currently selected map display to a white background;
  227. also removes all frames,
  228. see <em><a href="d.erase.html">d.erase</a>, <a href="d.frame.html">d.frame
  229. -e</a></em>.</dd>
  230. <dt><img src="icons/grass2/pointer.png">&nbsp;
  231. <img src="icons/grass/gui-pointer.gif">&nbsp;
  232. <img src="icons/silk/cursor.png"> <em>Arrow cursor</em></dt>
  233. <dd>Select arrow cursor for map display.</dd>
  234. <dt><img src="icons/grass2/info.png">&nbsp;
  235. <img src="icons/grass/gui-query.gif">&nbsp;
  236. <img src="icons/silk/information.png"> <em>Query tool (select a map first)</em></dt>
  237. <dd>Query selected raster, RGB raster (all three map channels will be
  238. queried), or vector map(s) using the mouse. Map(s) must be selected
  239. before query. Vector charts and thematic vector maps cannot be
  240. queried. The results of the query will be displayed in the console
  241. window,
  242. see <em><a href="r.what.html">r.what</a>, <a href="v.what.html">v.what</a></em>.</dd>
  243. <dt><img src="icons/grass2/pan.png">&nbsp;
  244. <img src="icons/grass/gui-pan.gif">&nbsp;
  245. <img src="icons/silk/arrow_out.png"> <em>Pan</em></dt>
  246. <dd>Interactive selection of a new center of view in the active
  247. display monitor. Drag the pan cursor while pressing the left mouse
  248. button to pan. Panning changes the location of the region displayed
  249. but not the size of the area displayed or the resolution. Panning
  250. does <em>not</em> affect the computational region for other GIS
  251. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  252. <dt><img src="icons/grass2/zoom-in.png">&nbsp;
  253. <img src="icons/grass/gui-zoom_in.gif">&nbsp;
  254. <img src="icons/silk/zoom_in.png"> <em>Zoom in</em></dt>
  255. <dd>Interactive zooming with the mouse in the active display monitor.
  256. Drawing a box or just click with the mouse (left button) and zoom-in
  257. cursor causes the display to zoom in so that the area defined by the
  258. box fills the display. The map resolution is not changed. Clicking
  259. with the zoom-in cursor causes the display to zoom in by 30%, centered
  260. on the point where the mouse is clicked. Zooming resets the display
  261. region extents (both size and location of area displayed). It
  262. does <em>not</em> affect the computational region for other GIS
  263. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  264. <dt><img src="icons/grass2/zoom-out.png">&nbsp;
  265. <img src="icons/grass/gui-zoom_out.gif">&nbsp;
  266. <img src="icons/silk/zoom_out.png"> <em>Zoom out</em></dt>
  267. <dd>Interactive zooming with the mouse in the active display monitor.
  268. Drawing a box or just click with the mouse (left button) and zoom-out
  269. cursor causes the display to zoom in so that the area displayed
  270. shrinks to fill the area defined by the box. The map resolution is not
  271. changed. Clicking with the zoom-out cursor causes the display to zoom
  272. out by 30%, centered on the point where the mouse is clicked. Zooming
  273. resets the display region extents (both size and location of area
  274. displayed). It does <em>not</em> affect the computational region for
  275. other GIS processes,
  276. see <em><a href="g.region.html">g.region</a></em>.</dd>
  277. <dt><img src="icons/grass2/zoom-last.png">&nbsp;
  278. <img src="icons/grass/gui-zoom_back.gif">&nbsp;
  279. <img src="icons/silk/zoom_back.png"> <em>Revert zoom</em></dt>
  280. <dd>Returns to the previous zoom. Up to 10 levels of zoom back are
  281. maintained, see <em><a href="g.region.html">g.region</a></em>.</dd>
  282. <dt><img src="icons/grass2/zoom-more.png">&nbsp;
  283. <img src="icons/grass/gui-mapzoom.gif">&nbsp;
  284. <img src="icons/silk/zoom.png"> <em>Zoom menu</em></dt>
  285. <dd>Automatic zoom settings menu. Zoom to match the extents of a selected
  286. map, zoom to match the computational region (set with
  287. <em>g.region</em>), zoom to match the extents of a saved region or
  288. save the current extents to a named region file, or to set
  289. computational region (the mapset's <tt>WIND</tt> file) to match the
  290. current display extents (does not change the resolution).
  291. See <em><a href="g.region.html">g.region</a></em>.</dd>
  292. <dt><img src="icons/grass2/layer-raster-analyze.png">&nbsp;
  293. <img src="icons/grass/gui-rastanalyze.gif">&nbsp;
  294. <img src="icons/silk/application_lightning.png"> <em>Analyze menu</em></dt>
  295. <dd>Contains functions for distance measurement, creating histogram or
  296. profile tool.</dd>
  297. <dt><img src="icons/grass2/measure-length.png">&nbsp;
  298. <img src="icons/grass/gui-measure.gif">&nbsp;
  299. <img src="icons/silk/sum.png"> <em>Distance measurement tool</em></dt>
  300. <dd>Interactive measurement of lengths defined with the mouse. The
  301. length of each segment and the cumulative length of all segments
  302. measuered is displayed in the command output window frame. Lengths are
  303. measured in the current measurement unit,
  304. see <em><a href="d.measure.html">d.measure</a></em>.</dd>
  305. <dt><img src="icons/grass2/layer-raster-profile.png">&nbsp;
  306. <img src="icons/grass/gui-profile.gif">&nbsp;
  307. <img src="icons/silk/wand.png"> <em>Profile tool</em></dt>
  308. <dd>Interactively create profile of a raster map. Profile transect is
  309. drawn with the mouse in map display. The profile may be of the
  310. displayed map or a different map,
  311. see <em><a href="gm_profile.html">Profile Tool help
  312. page</a></em>.</dd>
  313. <dt><img src="icons/grass2/layer-raster-histogram.png">&nbsp;
  314. <img src="icons/silk/chart_bar.png">&nbsp;
  315. <img src="icons/grass/module-d.histogram.gif"> Display histogram of selected raster map</dt>
  316. <dd>Displays histogram of selected raster map or image in new window,
  317. see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
  318. <dt><img src="icons/grass2/element-add.png">&nbsp;
  319. <img src="icons/silk/overlays.png">&nbsp;
  320. <img src="icons/grass/gui-rastanalyze.gif"> Add overlay</dt>
  321. <dd>Adds overlay to map display like barscale, north arrow, text.</dd>
  322. <dt><img src="icons/grass2/scalebar-add.png">&nbsp;
  323. <img src="icons/grass/module-d.barscale.gif">&nbsp;
  324. <img src="icons/silk/page_white_picture.png"> <em>Add scalebar and north arrow</em></dt>
  325. <dd>Adds layer to display a combined scalebar and north arrow. Options
  326. include scalebar placement (using screen coordinates or a mouse),
  327. scalebar format, and scalebar colors,
  328. see <em><a href="d.barscale.html">d.barscale</a></em>.</dd>
  329. <dt><img src="icons/grass2/legend-add.png">&nbsp;
  330. <img src="icons/grass/module-d.legend.gif">&nbsp;
  331. <img src="icons/silk/page_green.png"> <em>Add raster map legend</em></dt>
  332. <dd>Adds layer to display with legend of selected raster map,
  333. see <em><a href="d.legend.html">d.legend</a></em>.</dd>
  334. <dt><img src="icons/grass2/text-add.png">&nbsp;
  335. <img src="icons/grass/module-d.text.gif">&nbsp;
  336. <img src="icons/silk/textfield_add.png"> <em>Add text layer</em></dt>
  337. <dd>Adds layer to display a line of text using default GRASS font
  338. (selected with <em><a href="d.font.html">d.font</a></em>). Options
  339. include: text placement (screen coordinates); and text size, bolding,
  340. and color, see <em><a href="d.text.html">d.text</a></em>.</dd>
  341. <dt><img src="icons/grass2/map-export.png">&nbsp;
  342. <img src="icons/grass/file-save.gif">&nbsp;
  343. <img src="icons/silk/picture_save.png"> <em>Export map display</em></dt>
  344. <dd>Exports visible map display to different raster graphic formats.</dd>
  345. <dt><img src="icons/grass2/print.png">&nbsp;
  346. <img src="icons/grass/file-print.gif">&nbsp;
  347. <img src="icons/silk/printer.png"> <em>Print map</em></dt>
  348. <dd>Prints map on the UNIX <i>lpr</i> printer or PostScript device;
  349. saves visible map display (including PostScript text and labels) to PDF
  350. or EPS file. Requires <tt>ghostscript</tt> for all output except EPS.</dd>
  351. </dl>
  352. <h2>CONFIGURATION</h2>
  353. User preferences dialog ('Config->Preferences') enables configuration
  354. of various options.
  355. <h3>Icon Theme</h3>
  356. Currently are supported three icon theme sets:
  357. <ul>
  358. <li><em>new</em> <a href="http://www.szczepanek.pl/icons.grass/v.0.1/">GRASS theme</a> v0.1 (<tt>grass2</tt>)</li>
  359. <li><em>original TCL/TK-based</em> GRASS theme (<tt>grass</tt>)</li>
  360. <li><em>Silk theme</em>-based
  361. on <a href="http://www.famfamfam.com/lab/icons/silk/">Silk icon
  362. set</a>, v1.3 (<tt>silk</tt>)</li>
  363. </ul>
  364. <h2>SEE ALSO</h2>
  365. <em>
  366. <a href="wxGUI.Vector_Digitizing_Tool.html">Vector digitizing tool</a>,
  367. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a>,
  368. <a href="wxGUI.Nviz.html">Nviz extension</a>
  369. </em>
  370. <p>
  371. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS">Wiki</a> page.
  372. <h2>AUTHORS</h2>
  373. (Alphabetically ordered)<br><br>
  374. Michael Barton,<br>
  375. Daniel Calvelo Aros,<br>
  376. Jachym Cepicky,<br>
  377. Martin Landa, FBK-irst, Trento, Italy
  378. <p>
  379. <i>$Date$</i>