atmosphere.getNonDispersivePhaseDelay - Function

4.1.1 get the integrated zenith H2O Atmospheric Phase Delay (Non-Dispersive part)
Description

Get the integrated zenith H2O Atmospheric Phase Delay (Non-Dispersive part) for the current conditions, for channel number nc of spectral window spwid.

Arguments





Inputs

nc

Channel number (0-based; defaults to reference channel)

allowed:

int

Default:

-1

spwid

Int standing for spectral window id (0-based)

allowed:

int

Default:

0

Returns
Quantity

Example

for spwid in range(numSpw):  
        numCh = at.getNumChan(spwid)  
        print "Spectral window ", spwid, " has ", numCh, " frequency channels"  
        for n in range(numCh):  
                freq = at.getChanFreq(n, spwid)  
                print "Total Dispersive Phase Delay at ", freq.value, freq.units, " for 1.0 air mass: ", (at.getDispersivePhaseDelay(n,spwid).value)/(w.value),  
" degrees per mm of water vapor (", ((100*at.getDispersivePhaseDelay(n,spwid).value)/(w.value))/(at.getNonDispersivePhaseDelay(n,spwid).value/w.value), "% of the Non-dispersive one )"  

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.