Changes between Version 2 and Version 3 of Processing/Wavelengths


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Wavelengths

    v2 v3  
    2222A unix command to transpose this output into a column is `cat OUTPUT_FILE.txt | tr ' ' \\n > OUTPUT_FILE-transposed.txt`
    2323
    24 A unix script that will produce a CSV file of a CASI, Eagle or Hawk HDF is attached to the bottom of this page.  Note you must have the azexhdf command installed somewhere in the path (ie. such that typing "azexhdf" works).
     24A Linux script that will produce a CSV file of a CASI, Eagle or Hawk HDF is attached to the bottom of this page.
     25 * Save the script somewhere on a Linux system
     26 * Make the script executable (`chmod +x /path/to/create_band_info_csv.sh`)
     27 * Run the script: `/path/to/create_band_info_csv.sh /another/path/to/level1_HDF_file.hdf /yet/another/path/to/output.csv`
     28   * Note you must have the azexhdf command installed somewhere in the path (ie. such that typing "azexhdf" works).
     29 * If it all runs ok, you should be able to load the csv file into Excel or other spreadsheet packages