1i.spectral(1) Grass User's Manual i.spectral(1)
2
3
4
6 i.spectral - displays spectral response at user specified locations in
7 group or images
8
10 imagery, raster, multispectral
11
13 i.spectral
14 i.spectral help
15 i.spectral [-imc] [group=string] [raster=string[,string,...]]
16 [output=string]
17
18 Flags:
19 -i Use image list and not group
20
21 -m Select multiple points
22
23 -c label with coordinates instead of numbering
24
25 Parameters:
26 group=string
27 group input
28
29 raster=string[,string,...]
30 raster input maps
31
32 output=string
33 write output to PNG image
34
36 i.spectral displays spectral response at user specified locations in
37 images.
38
40 This script needs gnuplot to be installed.
41
43 To analyze a time series of maps, run:
44 d.rast map_1
45 LIST=`g.mlist type=rast mapset=timeseries pat="map_*" | sort -t '_' -k
46 2 -n | tr '\n' ','| sed 's+,$++g'`
47 i.spectral -i rast=$LIST
48 This will search all maps in the mapset 'timeseries' which match have
49 the 'map_' prefix and order by a number following this prefix (day of
50 the year etc). The user is then asked to click into a map position and
51 the resulting pixel values of all matching maps are drawn in the gnu‐
52 plot output.
53
55 d.what.rast
56 d.where
57 r.what
58
60 Markus Neteler
61 Francesco Pirotti
62
63 Last changed: $Date: 2006/04/29 14:13:04 $
64
65 Full index
66
67
68
69GRASS 6.2.2 i.spectral(1)