contents - Lists dimensions, attributes, and variables of a TDF dataset

SYNOPSIS

contents [ parameter=value ... ] [ inputfile ... ]

Parameters are printout.

DESCRIPTION

contents lists the definitions of all dimensions and variables as well as the definitions and values of the global and variable attributes of a TeraScan dataset. The contents function does not list the contents of the history attribute. The audit function has been provided to report the contents of that attribute.

PARAMETERS

printout

This parameter controls the location of the output report. Enter yes to direct the output to the printer. no will direct the report to the terminal screen.

Valid responses are [yes and no]. The default is [no].

EXAMPLES

The following example shows the contents of the dataset reg.avhrr.

% contents reg.avhrr
printout       : char(  3) ? [no]
Contents of File: reg.avhrr    Page 1

Dimension       Size        Coord       Scale      Offset
 line             512        y              1           0
 sample           640        x              1           0

Attribute       Type        Units           Value
 channels        long                        2 4
 projection      long        std_projection  rectangular
 et_affine       double                      -0.898311 0 0
                                             0.898311 256.5
                                             320.5
 satellite       byte                        noaa-7
 sensor          long        std_sensor      avhrr
 pass_date       long        std_date        84/07/09
 start_time      double      std_time        23:11:30.384
 time_adjust     double      std_time        00:00:00.1
 attitude        double      degrees         -0.0244437 0 0
 sensor_tilt     double      degrees         0
 sensorient      double      degrees         0 45 0 55.3 -55.3
 scan_samples    long                        2048
 scan_rates      double                      6 40000 37.6991
 orb_elem_date   long        std_date        84/07/10
 orb_elements    double                      0.433433 0.829086
                                             0.00014 0.001365
                                             0.0914715 0.654252
                                             0.275137
 center_lat      double      std_latitude    34 0.00  N
 center_lon      double      std_longitude   120 0.00  W
 history         byte
 map_angle       double      degrees         0
 proj_param      double      std_latitude    0 0.00  N

Variable        Type        Units
 avhrr_ch2       short       albedo*100%
 avhrr_ch4       short       temp_deg_c

Variable        Dimension   Size
 avhrr_ch2       line         512
 avhrr_ch2       sample       640
 avhrr_ch4       line         512
 avhrr_ch4       sample       640

Variable    BadValue  Minimum  Maximum    Scale   Offset
 avhrr_ch2    -32768   -32768    32767     0.01        0
 avhrr_ch4    -32768   -32768    32767     0.01        0

SEE ALSO

audit, datasets


Last Update: $Date: 1998/06/23 17:00:33 $