NRAO Home > CASA > CASA Toolkit Reference Manual
sd.selector.set_tsys - Function

5.1.3 Set range of system temperature
Description

Select by Tsys range. The method sets an upper and a lower limit of the Tsys value.

Arguments





Inputs

tsysmin

The lower threshold

allowed:

float

Default:

0.0

tsysmax

The upper threshold

allowed:

float

Default:

None (no upper limit)





Returns

Example

        sel=sd.selector()  
        # select all spectra with Tsys <= 500.0  
        sel.set_tsys(tsysmax=500.0)


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