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


atmosphere.getAbsCoeff - Function



Package utility
Module benchmark
Tool atmosphere


get the absorption coefficients


Synopsis
getAbsCoeff(kH2OLines, kH2OCont, kO2, kDryCont, kO3, kCO, kN2O)


Description

Get the absorption coefficients.



Arguments

kH2OLines out absorption coefficients for H2O lines
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kH2OCont out absorption coefficients for H2O continum
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kO2 out absorption coefficients for O2
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kDryCont out absorption coefficients for dry continum
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kO3 out absorption coefficients for O3
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kCO out absorption coefficients for CO
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kN2O out absorption coefficients for N2O
    Allowed: Quantum with a vector value and unit of m-1
    Default: none



Example
myatm.getAbsCoeff( kH2OLines=kH2OLines,kH2OCont=kH2OCont, kO2=kO2,
                   kDryCont=kDryCont, kO3=kO3, kCO=kCO, kN2O=kN2O )
print spaste('(kH2OLines.value[1],kH2OLines.unit) = ',
              (kH2OLines.value)[1], kH2OLines.unit );

(kH2OLines.value[1],kH2OLines.unit) = 0.000105215009m-1





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