############################################################################## # The first column must be number. To use a field from the file, use 0. # The second column must be the dimension name. # The third column must be the dimension scale of the dimension. # The dim. scale can be a field from the EOS5 file when the first column is 0. # The dim. scale can come from an ASCII file when the first column is 1. # The dim. scale can be filled with nature numbers when the first column is 2. ############################################################################## ################################################################## # For this example, the scale of dimension nLevels is # saved as a swath attribute called Pressure. We obtain this value and save it # in an ASCII file(with an added interpolated value to the ground). # Latitude and longitude are calculated by HDF-EOS5 library. # ################################################################## # number dimension_name data_field_name/ASCII file name/Index(blank) swath name: CO2NadirSwath 0 nTimes Latitude 1 nLevels TES-l2-pressure swath name: N2ONadirSwath 0 nTimes Latitude 1 nLevels TES-l2-pressure