Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | benchmark | |
Tool | atmosphere |
Get the integrated optical depth for each channel of each band.
dryOpacitySpec | out | dry opacity spectrum for each channel of each band | |
Allowed: | Array of Double | ||
Default: | none | ||
wetOpacitySpec | out | wet ipacity spectrum for each channel of each band | |
Allowed: | Quantum with a Array value and unit of mm-1 | ||
Default: | none |
myatm.getOpacitySpec( dryOpacitySpec=dryOS, wetOpacitySpec=wetOS ); print spaste( 'dryOpacitySpec = ', dryOS ); print spaste( 'wetOpacitySpec = ', wetOS ); dryOpacitySpec = [[1:2,] 0.018275032 0.0181644629 0.0180543786 0.0179462136 0.018275032 0.0181644629 0.0180543786 0.0179462136] wetOpacitySpec = [value=[[1:2,] 0.0066217328 0.0066217328 0.0066217328 0.0066217328 0.0066217328 0.0066217328 0.0066217328 0.0066217328], unit=mm-1]