nraonrao
 
NRAO Home > CASA > CasaRef
atmosphere.getWetOpacity - Function

4.1.1 get the integrated Wet Opacity along the atmospheric path for channel nc in spectral window spwid
Description

Get the integrated Wet Opacity for one channel in a band.

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 i in range(at.getNumSpectralWindows()):  
        for j in range(at.getNumChan(i)):  
                print "Frequency: ", at.getChanFreq(j,i).value, at.getChanFreq(j,i).units  
                print "Wet opacity:", at.getWetOpacity(j,i).value, at.getWetOpacity(j,i).units, " for ", at.getUserWH2O().value, at.getUserWH2O().units, " H2O"  

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.