Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: atmosphere.getAbsCoeff - Function Up: atmosphere - Tool Previous: atmosphere.getOapcity - Function


atmosphere.getOapcitySpec - Function



Package utility
Module benchmark
Tool atmosphere


get the integrated optical depth for each channel of each band


Synopsis
getOapcitySpec(dryOpacitySpec, wetOpacitySpec)


Description

Get the integrated optical depth for each channel of each band.



Arguments

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



Example
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]





next up previous contents index
Next: atmosphere.getAbsCoeff - Function Up: atmosphere - Tool Previous: atmosphere.getOapcity - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15