Changes between Version 5 and Version 6 of Processing/Wavelengths
- Timestamp:
- Mar 4, 2008, 6:45:40 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Wavelengths
v5 v6 14 14 == Example commands == 15 15 16 General form: `azexhdf -vf OUTPUT_FILE.txt -vn VECTOR_NAME -h LEV1_HDF_FILENAME` 16 General form: 17 * '''`azexhdf -vf OUTPUT_FILE.txt -vn VECTOR_NAME -h LEV1_HDF_FILENAME`''' 17 18 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. 19 Example 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. 20 22 {{{ 21 23 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 22 24 }}} 23 24 The output is in order of band number. 25 * The output is in order of band number. 25 26 26 27 A unix command to transpose this output into a column is `cat OUTPUT_FILE.txt | tr ' ' \\n > OUTPUT_FILE-transposed.txt`