Changes between Version 1 and Version 2 of Processing/Wavelengths
- Timestamp:
- Mar 4, 2008, 6:17:29 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Wavelengths
v1 v2 8 8 * ATwavu & ATwavl: upper and lower wavelength limits for ATM, in nm 9 9 10 The ATM vectors will never vary. 10 The ATM vectors will never vary. You can use the CSV file at the bottom of this page for ATM. 11 11 12 12 == Example commands == … … 22 22 A unix command to transpose this output into a column is `cat OUTPUT_FILE.txt | tr ' ' \\n > OUTPUT_FILE-transposed.txt` 23 23 24 Band Center-Wavelength Half-bandwidth 25 1 408.94 6.74479 26 2 439.04 6.74581 27 3 487.99 6.75106 28 4 507.78 7.69685 29 5 557.78 6.76623 30 6 617.37 7.73400 31 7 661.99 6.80551 32 8 678.16 5.86114 33 9 705.81 6.82787 34 10 748.86 3.97656 35 11 757.50 3.01953 36 12 775.75 9.75582 37 13 862.78 11.79800 38 14 882.26 5.97619 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).