~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to visualization/nviz/html/nviz_panel_dsf3.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
<head>
4
 
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
 
 <title>GRASS Tutorial for nviz</title>
6
 
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
7
 
</head>
8
 
 
9
 
<body bgcolor="#FFFFFF" link="#0000DF" vlink="#006000">
10
 
 
11
 
<img src="grass_logo.png"><hr align=center size=6 noshade>
12
 
 
13
 
<h1>NVIZ Reference Manual</h1>
14
 
<hr width="100%" align=center size=4 noshade>
15
 
<p>
16
 
<a href="nviz_toc.html">CONTENTS</a>
17
 
<br>
18
 
<a href="nviz_panel_dsf.html">BACK</a>
19
 
</p>
20
 
 
21
 
<h2>Mkdspf Panel - Range Threshold</h2>
22
 
 
23
 
<p>
24
 
On the <strong>Mkdspf Panel</strong>, you use the <strong>Range</strong> 
25
 
threshold option to create an evenly spaced set of display isosurfaces 
26
 
covering a user defined range of the <strong>Input File</strong>.
27
 
</p> 
28
 
 
29
 
 
30
 
<BR><BR>
31
 
<DL><DD>
32
 
<img src="nvimg/panel/mkdspf_range.gif" alt="Mkdspf Range Menu" width="294" height="268" >
33
 
</DD></DL>
34
 
<BR><BR>
35
 
 
36
 
 
37
 
<h3>OPTIONS</h3>
38
 
 
39
 
<dl>
40
 
<dt> <strong>Min</strong></dt>
41
 
<dd>Enter the minimum or start value for the display isosurfaces.
42
 
<br><br></dd>
43
 
 
44
 
<dt> <strong>Max</strong></dt>
45
 
<dd>Enter the maximum or stop value for the display isosurfaces.
46
 
<br><br></dd>
47
 
 
48
 
<dt> <strong>Levels</strong></dt>
49
 
<dd>Enter the number of isosurfaces to create between the minimum and 
50
 
maximum.
51
 
<br><br></dd>
52
 
 
53
 
 
54
 
<dt> <strong>Interpolation Type</strong></dt>
55
 
<dd>
56
 
        <dl>
57
 
        <dt><strong>Linear</strong></dt>
58
 
        <dd>Uses a linear interpolation to calculate the display isosurfaces 
59
 
        levels.
60
 
        <br><br></dd>
61
 
        <dt><strong>Logarithmic</strong></dt>
62
 
        <dd>Uses a logarithmic interpolation to calculate the display 
63
 
        isosurfaces levels.
64
 
        <br><br></dd>
65
 
        <dt><strong>Quadratic</strong></dt>
66
 
        <dd>Uses a quadratic interpolation to calculate the display 
67
 
        isosurfaces levels.
68
 
        <br><br></dd>
69
 
        <dt><strong>Arbitrary</strong></dt>
70
 
        <dd>Uses an arbitrary interpolation based on the entered arbitrary 
71
 
        value to calculate the display isosurfaces levels.
72
 
        <br><br></dd></dl>
73
 
</dd>
74
 
</dl>
75
 
 
76
 
</body>
77
 
</html>