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

4.1.1 Get O3 lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid


Description

Get O3 lines Absorption Coefficient at layer nl, spectral window spwid and frequency channel nf

Arguments





Inputs

nl

atmospheric layer number. The value must be >= 0.

allowed:

int

Default:

nf

frequency channnel number. The value must be >= 0.

allowed:

int

Default:

0

spwid

spectral window id. The value must be >= 0.

allowed:

int

Default:

0

Returns
Quantity

Example

 
 
ac = at.getAbsO3Lines(0, 0, 0)  
print "O3 lines absorption coefficient for layer 0, channel 0 is ", ac[’value’][0], ac[’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