|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
atmosphere.getTrjSky - Function
4.1.1 Returns the Rayleigh-Jeans Temperature
Description
Gets the Rayleigh-Jeans Temperature in spectral window spwid and channel
nc, for Water Vapor Column wh2o, the current Air Mass, and perfect Sky
Coupling to the sky.
Arguments
Inputs |
| ||
nc |
| Channel number (0-based) - defaults to reference
channel | |
| allowed: | int |
|
| Default: | -1 |
|
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 |
|
Quantity
Example
for s in range(at.getNumSpectralWindows()):
for i in range(at.getNumChan(s)):
print "Band", s, " channel ", i, "TrjSky = ", at.getTrjSky(i,s)[’value’][0], at.getTrjSky()[’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