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-2007
55 University Corporation for Atmospheric Research
56
57 This documentation is free software; you can redistribute it and/or
58 modify it under the terms of the GNU General Public License as pub‐
59 lished by the Free Software Foundation; either version 2 of the
60 License, or (at your option) any later version.
61
62 This software is distributed in the hope that it will be useful, but
63 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
64 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
65 Public License for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with this software; if not, write to the Free Software Foundation,
69 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
71
72
73
74NCARG January 1993 RASLS(1NCARG)