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.getOapcitySpec - Function Up: atmosphere - Tool Previous: atmosphere.getNdata - Function


atmosphere.getOapcity - Function



Package utility
Module benchmark
Tool atmosphere


get the integrated optical depth on each band


Synopsis
getOapcity(dryOpacity, wetOpacity)


Description

Get the integrated optical depth on each band.



Arguments

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



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





next up previous contents index
Next: atmosphere.getOapcitySpec - Function Up: atmosphere - Tool Previous: atmosphere.getNdata - 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