Home
  General Information Product Documentation Data Issues Configuration Control Data Inventory Release Status Order Data  
    1B-CPR 2B-CLDCLASS 2B-CWC-RO 2B-FLXHR 2B-GEOPROF 2B-GEOPROF-LIDAR    
    2B-TAU 2D-CLOUDSAT-TRMM ECMWF-AUX MODIS-AUX          

Product Documentation

The product documentation pages contain information about the fields associated with each data product. To find out more about each product, click one of the links above or visit the Process Description Documents archive. On the product page you can click on any of the fields to get a description.

Organization of fields and attributes in the HDF-EOS files

The HDF-EOS files are organized into heirarchical groups. The file contains a swath, which for the CloudSat mission, has the same name as the product. The swath contains three groups: geolocation, data, and swath metadata. The fields listed on the following pages are organized into the geolocation and data groups. If there are any product-specific metadata fields then a swath metadata group will be shown as well.

The attributes shown for each field are also stored in the swath metadata group. They are stored in the format [field name].[attribute name]. For example, Radar_reflectivity.factor contains the scale factor for the 2B-GEOPROF radar reflectivity field.

The possible field attributes are:

[fieldname].factorscale factor (4-byte floating-point)
[fieldname].offsetoffset (4-byte floating-point)
[fieldname].unitsunits (character string)
[fieldname].long_namefield description (character string)
[fieldname].valid_rangevalid range (two element array [min,max] same type as the field)
[fieldname].missingmissing data value (same type as the field)
[fieldname].missopindicates that missing data are <, <=, ==, >=, or > the missing value (character string)

Although most fields use 1 and 0 as the scale factor and offset, some fields are scaled to fit into a smaller type when written to the file. For example, Radar_reflectivity is a 4-byte floating-point number, but is multiplied by 100 and converted to a 2-byte integer when it is written to the file. The scaling equation is:

DATA_FILE_VALUE = (SCIENCE_VALUE * FACTOR) + OFFSET
- or -
SCIENCE_VALUE = (DATA_FILE_VALUE - OFFSET) / FACTOR

The swath attributes section also contains (all character strings):

ID_SITE(CIRA)
ID_CENTER(CloudSat DPC)
ID_URL(http://cloudsat.cira.colostate.edu)
ID_MACHINEmachine that created the file
ID_ACCOUNTaccount that created the file
ID_CREATEDdate and time the file was created
algorithm_versionalgorithm version number
product_versionproduct version number
start_timeYYYYMMDDHHmmss of the first profile in the file
end_timeYYYYMMDDHHmmss of the last profile in the file
Contact the DPC