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 on each band.
dryOpacity | out | dry opacity for each band | |
Allowed: | Vector of Double | ||
Default: | none | ||
wetOpacity | out | wet ipacity for each band | |
Allowed: | Quantum with a vector value and unit of mm-1 | ||
Default: | none |
myatm.getOpacity( dryOpacity=dryOpacity, wetOpacity=wetOpacity); print spaste('dryOpacity = ', dryOpacity ); print spaste('wetOpacity = ', wetOpacity ); dryOpacity = [0.0181100218 0.0181100218] wetOpacity = [value=[0.00665036438 0.00665036438] , unit=mm-1]