NRAO Home > CASA > CASA Toolkit Reference Manual
atmosphere.getAverageTebbSky - Function

4.1.1 Returns average equiv. BB Temp


Description

Returns the average Equivalent Blackbody Temperature in spectral window spwid, for the current conditions and a perfect sky coupling.

Arguments





Inputs

spwid

Spectral window (0-based). The value must be >= 0.

allowed:

int

Default:

0

wh2o

mm

User specified water column length in mm. Default is not to use wh2o.

allowed:

doublemm

Default:

-1

Returns
Quantity

Example

 
 
wh2o = qa.quantity(0.4,’mm’)  
print "(INPUT CHANGE) water vapor column:", wh2o[’value’], wh2o[’unit’]  
print "(NEW OUTPUT) T_EBB =", at.getAverageTebbSky(0,wh2o)[’value’][0], at.getAverageTebbSky(0,wh2o)[’unit’]  
 

__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 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