1RASLS(1NCARG) NCAR VIEW RASLS(1NCARG)
2
3
4
6 rasls - list information on rasterfiles
7
9 rasls [-type] [-count] [-resolution] [-verbose] [-Version] [-ifmt
10 file_format] [files]
11
13 For each file rasls will generate a one line description of the rasterā
14 file. Information provided includes the format type (Sun, HDF, etc.),
15 the encoding (indexed, direct, etc.), resolution, and filename. Files
16 that cannot be read as rasterfiles, are empty, are directories, or are
17 otherwise unrecognizable are simply listed as such.
18
19
21 -type Print the encoding type of the rasterfile. Currently this will
22 be either indexed or direct.
23
24 -count Print the number of frames in the raster file.
25
26 -resolution
27 Print the spatial resolution of a file in pixels.
28
29 -help Print help information.
30
31 -verbose
32 Print as much information as possible about each rasterfile.
33 Information provided is a combination of format-independent and
34 format-dependent parameters.
35
36 -Version
37 Print the version number.
38
39 -ifmt format
40 Specify the input file format. format is one of the file name
41 extensions discussed in ras_formats(5NCARG) (without the ".",
42 e.g. xwd). When this option is specified file name extensions
43 are not necessary and are ignored if present. All input files
44 must have the same format.
45
46
48 rasview(1NCARG), rascat(1NCARG), rasgetpal(1NCARG), rasls(1NCARG),
49 rassplit(1NCARG), ras_formats(5NCARG), ras_palette(5NCARG)
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56
57 The use of this Software is governed by a License Agreement.
58
59
60
61NCARG January 1993 RASLS(1NCARG)