wxGUI.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. <h2>DESCRIPTION</h2>
  2. If wxGUI is not your default UI, you can define it as default by
  3. typing at GRASS command line prompt
  4. <div class="code"><pre>
  5. g.gui -u wxpython&
  6. </pre></div>
  7. or define in your <tt>.grass7/rc</tt> file 'GRASS_GUI' variable
  8. <div class="code"><pre>
  9. GRASS_GUI: wxpython
  10. </pre></div>
  11. The GUI can be quit by selecting the 'File->Exit' menu item. The GUI
  12. can be restarted from the GRASS command line prompt by typing
  13. <div class="code"><pre>
  14. g.gui wxpython&
  15. </pre></div>
  16. or to restart with previously saved workspace type:
  17. <div class="code"><pre>
  18. g.gui wxpython workspace=file.gxw
  19. </pre></div>
  20. <p>
  21. You can also start GRASS from the shell command line with wxGUI
  22. defined by the <tt>-wxpython</tt> switch:
  23. <div class="code"><pre>
  24. grass70 -wxpython
  25. </pre></div>
  26. <p>
  27. The GUI is composed by <em>two</em> main components:
  28. <ul>
  29. <li>The <b>Layer Manager</b> includes map layer management, integrated
  30. command-line prompt, and command output window tab.</li>
  31. <li>The <b>Map Display Window</b> integrates basic tools for
  32. zooming, panning, data querying, and map elements (north arrows,
  33. barscale, etc.). Each display window is associated with its own
  34. set of map layers in the layer manager. The user may start multiple map
  35. displays during a session. The map layers for each display are grouped
  36. under different tabs in the Layer Manager.</li>
  37. </ul>
  38. <h3>Layer Manager</h3>
  39. The <em>Layer Manager</em> provides an interactive graphical interface for
  40. creating and managing GRASS displays. There is a toolbar to manage displayed
  41. map layers, a layer tree frame in which map layers for display are organized,
  42. a command output window tab, and interactive command line prompt. On Linux
  43. and Windows platforms, the layer manager also has a menu bar with a set of
  44. pull-down menus for all GRASS GIS functions (analysis, file I/O, GIS
  45. configuration and management); on a Mac, the GRASS functions menu is at the
  46. top of the screen.
  47. <center>
  48. <br><img src="wxGUI_layer_manager.jpg" border="1"><br><br>
  49. </center>
  50. The top left button of the toolbar opens a new <em>Map Display
  51. Window</em>. Each map display has a unique set of layers to display
  52. and region settings. Other toolbar buttons add layers of different
  53. types for display in the selected map display window. There are
  54. additional buttons for saving or opening workspace file, and others.
  55. <p>
  56. Map layers are listed in the window frame below the toolbar. Layers can
  57. include raster and vector maps, vector labels, and commands (where any
  58. GRASS command can be written). Layers are displayed as arranged in the layer
  59. tree: the bottom layer is displayed first and the top layer is displayed
  60. last, as if the layers were a series of stacked overlays.
  61. <p>
  62. The check box to the left of each layer makes it active or inactive
  63. for display. Only active layers are displayed/redisplayed when the
  64. display button is pressed. Layers can be organized into groups; entire
  65. groups can be activated or deactivated for display. Layer tree
  66. composition can be saved to a workspace file and opened in subsequent
  67. sessions, restoring all layers and their display options.
  68. <p>
  69. A right mouse click on a layer or left clicking the button to the right of
  70. the layer opens a dropdown menu with options to remove or rename the layer
  71. (g.remove, g.rename), change its display properties (d.rast and d.vect
  72. options such as color, symbol, etc.), show its metadata (r.info, v.info) or
  73. attributes, if applicable.
  74. <p>
  75. A left mouse double click on a layer opens GUI for its display options
  76. These options are those for the d.* command for each layer type (d.rast,
  77. d.vect, or d.grid, for example).
  78. <h4>Layer Manager Toolbar</h4>
  79. <dl>
  80. <dt><img src="icons/grass2/monitor-create.png">&nbsp;
  81. <em>Open new Map Display Window</em></dt>
  82. <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
  83. <dt><img src="icons/grass2/create.png">&nbsp;
  84. <em>Create new workspace file</em></dt>
  85. <dd>Removes all layers in the layer tree and creates a new, empty tree
  86. where new layers can be added.</dd>
  87. <dt><img src="icons/grass2/layer-open.png">&nbsp;
  88. <em>Load map layers (raster, vector) into workspace</em></dt>
  89. <dd>Loads selected raster or vector maps into current layer tree.</dd>
  90. <dt><img src="icons/grass2/open.png">&nbsp;
  91. <em>Open an existing workspace file</em></dt>
  92. <dd>Opens an previously saved workspace file, containing a set of display
  93. layers and their option settings.</dd>
  94. <dt><img src="icons/grass2/save.png">&nbsp;
  95. <em>Save workspace file</em></dt>
  96. <dd>Saves current set of layers and their options to a workspace
  97. file.</dd>
  98. <dt><img src="icons/grass2/layer-raster-add.png">&nbsp;
  99. <em>Add raster map layer</em></dt>
  100. <dd>Adds raster map to layer tree, see <em><a href="d.rast.html">d.rast</a></em>.
  101. </dd>
  102. <dt><img src="icons/grass2/layer-shaded-relief-add.png">&nbsp;
  103. <em>Add various raster-based map layers</em></dt>
  104. <dd>Opens a dropdown menu that allows user to select to:<br>
  105. <dl>
  106. <dt><img src="icons/grass2/layer-shaded-relief-add.png">&nbsp;
  107. <em>Add shaded relief raster map layer </em></dt>
  108. <dd>Adds shaded relief raster map layer,
  109. see <em><a href="d.shadedmap.html">d.shadedmap</a></em>
  110. <dt><img src="icons/grass2/layer-rgb-add.png">&nbsp;
  111. <em>Add RGB raster layer</em></dt>
  112. <dd>Combines and displays three raster maps defined as red, green,
  113. and blue channels to create an RGB color map,
  114. see <em><a href="d.rgb.html">d.rgb</a></em>.</dd>
  115. <dt><img src="icons/grass2/layer-his-add.png">&nbsp;
  116. <em>Add HIS raster layer</em></dt>
  117. <dd>Combines and displays two or three raster maps defined as hue,
  118. intensity, and (optionally) saturation channels to create a color map,
  119. see <em><a href="d.his.html">d.his</a></em>.</dd>
  120. <dt><img src="icons/grass2/layer-cell-cats-add.png">&nbsp;
  121. <em>Add raster arrows layer</em></dt>
  122. <dd>Adds map of raster cells with directional arrows drawn. Arrow
  123. direction and length are determined by separate aspect/directional map
  124. and (optional) slope/intensity map,
  125. see <em><a href="d.rast.arrow.html">d.rast.arrow</a></em>.</dd>
  126. <dt><img src="icons/grass2/layer-cell-cats-add.png">&nbsp;
  127. <em>Add raster numbers layer</em></dt>
  128. <dd>Adds map of raster cells with numbers representing the cell values,
  129. see <em><a href="d.rast.num.html">d.rast.num</a></em>.</dd>
  130. </dl>
  131. <dt><img src="icons/grass2/layer-vector-add.png">&nbsp;
  132. <em>Add vector map layer</em></dt>
  133. <dd>Adds a vector map layer, see <em><a href="d.vect.html">d.vect</a></em>.
  134. </dd>
  135. <dt><img src="icons/grass2/layer-vector-thematic-add.png">&nbsp;
  136. <em>Add various vector-based map layers </em></dt>
  137. <dd>Opens a dropdown menu that allows user to select to:<br>
  138. <dl>
  139. <dt><img src="icons/grass2/layer-vector-thematic-add.png">&nbsp;
  140. <em>Add thematic map layer
  141. (for all vector types)</em></dt>
  142. <dd>Adds layer for thematic display values from a numeric attribute
  143. column associated with a vector map. Options include: thematic display
  144. type (graduated colors or point sizes), methods for creating display
  145. intervals, SQL query of attribute column to limit vector objects to
  146. display, control of point icon types and sizes, control of thematic
  147. color schemes, creation of legend for thematic map, and saving the
  148. results of thematic mapping to a ps.map instructions file for later
  149. printing,
  150. see <em><a href="d.vect.thematic.html">d.vect.thematic</a></em>.</dd>
  151. <dt><img src="icons/grass2/layer-vector-chart-add.png">&nbsp;
  152. <em>Add thematic charts layer (for vector points)</em></dt>
  153. <dd>Adds layer in which pie or bar charts can be automatically created
  154. at vector point locations. Charts display values from selected columns
  155. in the associated attribute table. Options include: chart type, layer
  156. and attributes to chart, chart colors, and chart size (fixed or based
  157. on attribute column),
  158. see <em><a href="d.vect.chart.html">d.vect.chart</a></em>.</dd>
  159. </dl>
  160. <dt><img src="icons/grass2/layer-command-add.png">&nbsp;
  161. <em>Add command layer</em></dt>
  162. <dd>Adds a layer in which a GRASS GIS command or command list can be entered.
  163. For a command list use the semi-colon (";") symbol as a separator.
  164. For example:
  165. <div class="code"><pre>
  166. d.rast soils;d.rast -o roads;d.vect streams col=blue
  167. </pre></div>
  168. Note that when an option of the command contains spaces, you need to
  169. "escape" them with the backslash ('\') character, for example:
  170. <div class="code"><pre>
  171. d.text text=Population\ density
  172. </pre></div>
  173. </dd>
  174. <dt><img src="icons/grass2/layer-group-add.png">&nbsp;
  175. <em>Add layer group</em></dt>
  176. <dd>Adds an empty layer group. Layers can then be added to the group.</dd>
  177. <dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
  178. <em>Add grid or vector labels overlay</em></dt>
  179. <dd>Opens a dropdown menu that allows user to select to:<br>
  180. <dl>
  181. <dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
  182. <em>Add overlay grids and lines</em></dt>
  183. <dd>Adds layer to display regular grid (for all locations)
  184. see <em><a href="d.grid.html">d.grid</a></em></dd>
  185. <dt><img src="icons/grass2/layer-label-add.png">&nbsp;
  186. <em>Add labels layer for vector objects (from existing labels file)</em></dt>
  187. <dd>Add a layer of text from a labels file for vector objects
  188. created with the <em><a href="v.label.html">v.label</a></em> module.
  189. A labels file can also be created with a text editor,
  190. see <em><a href="d.labels.html">d.labels</a></em>.</dd>
  191. <dt><img src="icons/grass/module-d.geodesic.gif">&nbsp;
  192. <em>Add geodesic line layer</em></dt>
  193. <dd>Add layer to display geodesic line for latitude/longitude locations only,
  194. see <em><a href="d.geodesic.html">d.geodesic</a></em></dd>
  195. <dt><img src="icons/grass/module-d.geodesic.gif">&nbsp;
  196. <em>Add rhumbline layer</em>
  197. <dd>Add layer to display rhumblines (for latitude/longitude locations only),
  198. see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd>
  199. </dl>
  200. <dt><img src="icons/grass2/layer-remove.png">&nbsp;
  201. <em>Delete selected layer</em></dt>
  202. <dd>Removes selected map layer or map layer group from layer tree.</dd>
  203. <dt><img src="icons/grass2/table.png">&nbsp;
  204. <em>Show <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a> for selected vector map</em></dt>
  205. <dd>Displays attribute data of selected vector map.</dd>
  206. </dl>
  207. <h4>Key shortcuts</h4>
  208. <b>Menu</b>
  209. <dl>
  210. <dt>Ctrl+N</dt>
  211. <dd>Create new workspace</dd>
  212. <dt>Ctrl+O</dt>
  213. <dd>Load workspace from file</dd>
  214. <dt>Ctrl+S</dt>
  215. <dd>Save workspace</dd>
  216. <dt>Ctrl+C</dt>
  217. <dd>Close workspace</dd>
  218. <dt>Ctrl+Q</dt>
  219. <dd>Quit GUI</dd>
  220. </dl>
  221. <b>Global</b>
  222. <dl>
  223. <dt>Ctrl+Tab</dt>
  224. <dd>Switch 'Map layers' and 'Command output' tab</dd>
  225. <dt>Alt+R</dt>
  226. <dd>Add raster map layer</dd>
  227. <dt>Alt+V</dt>
  228. <dd>Add vector map layer</dd>
  229. </dl>
  230. <h3>Map Display Window</h3>
  231. The map display window includes toolbar that can be docked and undocked from
  232. the window, a map canvas where a map composition of one or more layers is
  233. displayed, and a statusbar with information about the geographic region of
  234. the maps displayed.
  235. <center>
  236. <br><img src="wxGUI_map_display.jpg" alt="Map Display Window"><br><br>
  237. </center>
  238. Each Map Display Window has a unique layer tree (in the layer manager)
  239. and geographic <em>region</em> setting. At the top of the window is a
  240. toolbar with buttons to manage the map in the display (render, erase, zoom
  241. and pan), for query and and analysis (distance measurement, profile,
  242. and histogram creation), to overlay map elements onto the display (scale,
  243. north arrow, legend, and custom text), and to export or print the display.
  244. <p>
  245. In the statusbar, the user can choose to display the geographic coordinates
  246. under the cursor, current geographical region extent, computational region
  247. (including graphical visualization in map display), map display geometry
  248. (number of rows, columns, resolution) and map scale. Checking the
  249. <em>render</em> button in the statusbar will cause the map display to update
  250. automatically any time a map is added to, removed from, or changed in its
  251. layer tree.
  252. <p>
  253. It is important to note that zooming in any display will
  254. have <em>no</em> effect on the 'computational region' setting (set
  255. with <em><a href="g.region.html">g.region</a></em>). Only by selecting
  256. the 'Set current region to match display' item in the zoom menu (in
  257. the map display toolbar) will the current display extents be copied to
  258. the computational region extents.
  259. <h4>Map Display Toolbar</h4>
  260. <dl>
  261. <dt><img src="icons/grass2/show.png">&nbsp;
  262. <em>Display map</em></dt>
  263. <dd>Displays all active layers from layer tree and re-renders for display
  264. any layers that have changed since the last time the display was updated,
  265. including layers added or removed.</dd>
  266. <dt><img src="icons/grass2/layer-redraw.png">&nbsp;
  267. <em>Re-render map</em></dt>
  268. <dd>Re-renders all active layers regardless of whether they have changed
  269. or not.</dd>
  270. <dt><img src="icons/grass2/erase.png">&nbsp;
  271. <em>Erase display</em></dt>
  272. <dd>Erases the currently selected map display to a white background.
  273. see <em><a href="d.erase.html">d.erase</a>, <a href="d.frame.html">d.frame
  274. -e</a></em>.</dd>
  275. <dt><img src="icons/grass2/pointer.png">&nbsp;
  276. <em>Pointer</em></dt>
  277. <dd>Select arrow cursor for map display.</dd>
  278. <dt><img src="icons/grass2/info.png">&nbsp;
  279. <em>Query raster/vector maps</em></dt>
  280. <dd>Opens a dropdown menu that allows user to select to:<br>
  281. <ul>
  282. <li>Query selected raster, RGB raster (all three map channels will be
  283. queried), or vector map(s) using the mouse. Map(s) must be selected
  284. before query. Vector charts and thematic vector maps cannot be
  285. queried. The results of the query will be displayed in the console window,
  286. see <em><a href="r.what.html">r.what</a>, <a href="v.what.html">v.what</a></em>.</li>
  287. <li>Query selected vector map in edit mode. The results of the query
  288. will be displayed in a form that permits editing of the queried vector
  289. attributes.</li>
  290. </ul>
  291. <dt><img src="icons/grass2/pan.png">&nbsp;
  292. <em>Pan</em></dt>
  293. <dd>Interactive selection of a new center of view in the active
  294. display monitor. Drag the pan cursor while pressing the left mouse
  295. button to pan. Panning changes the location of the region displayed
  296. but not the size of the area displayed or the resolution. Panning
  297. does <em>not</em> affect the computational region for other GIS
  298. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  299. <dt><img src="icons/grass2/zoom-in.png">&nbsp;
  300. <em>Zoom in</em></dt>
  301. <dd>Interactive zooming with the mouse in the active display monitor.
  302. Drawing a box or just click with the mouse (left button) and zoom-in
  303. cursor causes the display to zoom in so that the area defined by the
  304. box fills the display. The map resolution is not changed. Clicking
  305. with the zoom-in cursor causes the display to zoom in by 30%, centered
  306. on the point where the mouse is clicked. Zooming resets the display
  307. region extents (both size and location of area displayed). It
  308. does <em>not</em> affect the computational region for other GIS
  309. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  310. <dt><img src="icons/grass2/zoom-out.png">&nbsp;
  311. <em>Zoom out</em></dt>
  312. <dd>Interactive zooming with the mouse in the active display monitor.
  313. Drawing a box or just click with the mouse (left button) and zoom-out
  314. cursor causes the display to zoom in so that the area displayed
  315. shrinks to fill the area defined by the box. The map resolution is not
  316. changed. Clicking with the zoom-out cursor causes the display to zoom
  317. out by 30%, centered on the point where the mouse is clicked. Zooming
  318. resets the display region extents (both size and location of area
  319. displayed). It does <em>not</em> affect the computational region for
  320. other GIS processes,
  321. see <em><a href="g.region.html">g.region</a></em>.</dd>
  322. <dt><img src="icons/grass2/zoom-last.png">&nbsp;
  323. <em>Return to pervious zoom</em></dt>
  324. <dd>Returns to the previous zoom extent. Up to 10 levels of zoom back are
  325. maintained, see <em><a href="g.region.html">g.region</a></em>.</dd>
  326. <dt><img src="icons/grass2/zoom-more.png">&nbsp;
  327. <em>Zoom options</em></dt>
  328. <dd>Opens a dropdown menu that allows user to:<br>
  329. <ul>
  330. <li>Zoom to match the extents of a selected map</li>
  331. <li>Zoom to match the computational region (set with <em>g.region</em>)</li>
  332. <li>Zoom to match the extents of the default region</li>
  333. <li>Zoom to match the extents of a saved region</li>
  334. <li>Set computational region (the mapset's <tt>WIND</tt> file) to match the
  335. current display extents (does not change the resolution),
  336. see <em><a href="g.region.html">g.region</a></em>.
  337. <li>Save display geometry (current extents) to a named region file</li>
  338. </ul>
  339. <dt><img src="icons/grass2/layer-raster-analyze.png">&nbsp;
  340. <em>Analyze menu</em></dt>
  341. <dd>Opens a dropdown menu with:<br>
  342. <dl>
  343. <dt><img src="icons/grass2/measure-length.png">&nbsp;
  344. <em>Distance measurement tool</em></dt>
  345. <dd>Interactive measurement of lengths defined with the mouse. The
  346. length of each segment and the cumulative length of all segments
  347. measuered is displayed in the command output window frame. Lengths are
  348. measured in the current measurement unit,
  349. see <em><a href="d.measure.html">d.measure</a></em>.</dd>
  350. <dt><img src="icons/grass2/layer-raster-profile.png">&nbsp;
  351. <em>Profile tool</em></dt>
  352. <dd>Interactively create profile of a raster map. Profile transect is
  353. drawn with the mouse in map display. The profile may be of the
  354. displayed map or a different map. Up to three maps can be profiled
  355. simultaneously,
  356. see <em><a href="gm_profile.html">Profile Tool help page</a></em>.</dd>
  357. <dt><img src="icons/grass2/layer-raster-histogram.png">&nbsp;
  358. <em>Histogram tool</em></dt>
  359. <dd>Displays histogram of selected raster map or image in new window,
  360. see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
  361. </dl>
  362. <dt><img src="icons/grass2/overlay-add.png">&nbsp;
  363. <em>Add overlay</em></dt>
  364. <dd>opens a dropdown menu that allows user to:<br>
  365. <dl>
  366. <dt><img src="icons/grass2/scalebar-add.png">&nbsp;
  367. <em>Add scalebar and north arrow</em></dt>
  368. <dd>Adds layer to display a combined scalebar and north arrow. Options
  369. include scalebar placement (using screen coordinates or a mouse),
  370. scalebar format, and scalebar colors,
  371. see <em><a href="d.barscale.html">d.barscale</a></em>.</dd>
  372. <dt><img src="icons/grass2/legend-add.png">&nbsp;
  373. <em>Add raster map legend</em></dt>
  374. <dd>Adds layer to display with legend of selected raster map,
  375. see <em><a href="d.legend.html">d.legend</a></em>.</dd>
  376. <dt><img src="icons/grass2/text-add.png">&nbsp;
  377. <em>Add text layer</em></dt>
  378. <dd>Adds layer to display a line of text using default GRASS font
  379. (selected with <em><a href="d.font.html">d.font</a></em>). Options
  380. include: text placement (screen coordinates); and text size, bolding,
  381. and color, see <em><a href="d.text.html">d.text</a></em>.</dd>
  382. </dl>
  383. <dt><img src="icons/grass2/map-export.png">&nbsp;
  384. <em>Save display to graphic file</em></dt>
  385. <dd>Save the visible image in map display to different raster graphic formats.</dd>
  386. <dt><img src="icons/grass2/print.png">&nbsp;
  387. <em>Print map</em></dt>
  388. <dd>Prints map on system native printer or PostScript device;
  389. saves visible map display (including PostScript text and labels) to PDF
  390. or EPS file.</dd>
  391. <dt><em>Map display mode</em></dt>
  392. <dd>Opens a dropdown menu for selecting different display mode<br>
  393. <dl>
  394. <dt><em>2D view mode</em></dt>
  395. <dd>Normal GIS display. All active layers are composited and displayed
  396. in 2D mode.</dd>
  397. <dt><em>3D view mode</em></dt>
  398. <dd>Experimental replacement for NVIZ. Displays all active layers in
  399. 3D perspective using OpenGL. A new control panel opens to manage the
  400. 3D view. 3D view can be zoomed, panned, rotated, and tilted. The
  401. vertical exaggeration of rasters and 3D vectors can be set. Various
  402. color and lighten settings are possible. Not yet functional for
  403. Windows platforms</dd>
  404. <dt><em>Digitize mode</em></dt>
  405. <dd>Puts display into vector digitizing mode and opens a new digitizing
  406. toolbar. The user can digitize a new map or edit an existing
  407. map. Not yet functional for Windows platforms</dd>
  408. </dl>
  409. </dl>
  410. <h2>CONFIGURATION</h2>
  411. <em>User GIS settings</em> dialog ('Config->Preferences') enables
  412. configuration of various options.
  413. <p>
  414. For information about available <em>icon themes</em> see
  415. this <a href="wxGUI.Icons.html">page</a>.
  416. <h2>SEE ALSO</h2>
  417. <em>
  418. <a href="wxGUI.Vector_Digitizing_Tool.html">Vector digitizing tool</a>,
  419. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a>,
  420. <a href="wxGUI.Nviz.html">Nviz extension</a>,
  421. <a href="wxGUI.Icons.html">Icon themes</a>
  422. </em>
  423. <p>
  424. See also <a href="http://grass.osgeo.org/wiki/WxGUI">Wiki</a> page.
  425. <h2>AUTHORS</h2>
  426. Martin Landa, FBK-irst, Trento, Italy, and CTU in Prague, Czech Republic<br>
  427. Michael Barton, Arizona State University, USA<br>
  428. Daniel Calvelo Aros,<br>
  429. Jachym Cepicky
  430. <p>
  431. <i>$Date$</i>