1i.spectral(1)                 Grass User's Manual                i.spectral(1)
2
3
4

NAME

6       i.spectral  - displays spectral response at user specified locations in
7       group or images
8

KEYWORDS

10       imagery, raster, multispectral
11

SYNOPSIS

13       i.spectral
14       i.spectral help
15       i.spectral   [-imc]    [group=string]      [raster=string[,string,...]]
16       [output=string]   [--verbose]  [--quiet]
17
18   Flags:
19       -i
20           Use image list and not group
21
22       -m
23           Select multiple points
24
25       -c
26           label with coordinates instead of numbering
27
28       --verbose
29           Verbose module output
30
31       --quiet
32           Quiet module output
33
34   Parameters:
35       group=string
36           group input
37
38       raster=string[,string,...]
39           raster input maps
40
41       output=string
42           write output to PNG image
43

DESCRIPTION

45       i.spectral  displays  spectral  response at user specified locations in
46       images.
47

NOTES

49       This script needs gnuplot to be installed.
50

EXAMPLE

52       To analyze a time series of maps, run:
53       d.rast map_1
54       LIST=`g.mlist type=rast mapset=timeseries pat="map_*" | sort -t '_'  -k
55       2 -n | tr '\n' ','| sed 's+,$++g'`
56       i.spectral -i rast=$LIST
57         This will search all maps in the mapset 'timeseries' which match have
58       the 'map_' prefix and order by a number following this prefix  (day  of
59       the  year etc). The user is then asked to click into a map position and
60       the resulting pixel values of all matching maps are drawn in  the  gnu‐
61       plot output.
62

SEE ALSO

64       d.what.rast
65       d.where
66       r.what
67

AUTHOR

69       Markus Neteler
70       Francesco Pirotti
71
72       Last changed: $Date: 2006-04-29 16:13:04 +0200 (Sat, 29 Apr 2006) $
73
74       Full index
75
76       © 2003-2008 GRASS Development Team
77
78
79
80GRASS 6.3.0                                                      i.spectral(1)
Impressum