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


atmosphere.getPhaseFactor - Function



Package utility
Module benchmark
Tool atmosphere


get the dipersive and non-dispersive phase delay factor


Synopsis
getPhaseFactor(dispPhase, nonDispPhase)


Description

Get the dipersive and non-dispersive phase depay factor.



Arguments

dispPhase out dispersive phase delay factor
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
nonDispPhase out non-dispersive phase delay factor
    Allowed: Quantum with a vector value and unit of m-1
    Default: none



Example
myatm.getPhaseFactor( dispPhase=dispPhase, nonDispPhase=nonDispPhase ); 
print spaste( 'dispPhase = ' , dispPhase );
print spaste( 'nonDispPhase = ', nonDispPhase );

dispPhase = [value=[740.282096 740.282096] , unit=deg.m-1]
nonDispPhase = [value=[1.60255787 1.60255787] , unit=deg.m-1]





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