Changes between Version 5 and Version 6 of Processing/Wavelengths


Ignore:
Timestamp:
Mar 4, 2008, 6:45:40 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Wavelengths

    v5 v6  
    1414== Example commands ==
    1515
    16 General form: `azexhdf -vf OUTPUT_FILE.txt -vn VECTOR_NAME -h LEV1_HDF_FILENAME`
     16General form:
     17 * '''`azexhdf -vf OUTPUT_FILE.txt -vn VECTOR_NAME -h LEV1_HDF_FILENAME`'''
    1718
    18 `azexhdf -vf casi192_wave_centre.txt -vn CAwavc -h lev1/c192a011b.hdf `
    19  * this prints lots of information and also outputs the vector as space-separated numbers to the file, e.g.
     19Example
     20 * '''`azexhdf -vf casi192_wave_centre.txt -vn CAwavc -h lev1/c192a011b.hdf `'''
     21   * this prints lots of information and also outputs the vector as space-separated numbers to the file, e.g.
    2022{{{
    2123 408.94 440.93 488.94 508.72 528.52 559.66 570.06 588.97 620.21 648.68 670.55 679.11 684.83 704.86 754.62 779.60 871.54
    2224}}}
    23 
    24 The output is in order of band number.
     25   * The output is in order of band number.
    2526
    2627A unix command to transpose this output into a column is `cat OUTPUT_FILE.txt | tr ' ' \\n > OUTPUT_FILE-transposed.txt`