NRAO Home > CASA > CASA Toolkit Reference Manual
sd.scantable.mx_quotient - Function

5.1.2 Form a quotient using ”off” beams when observing in ”MX” mode
Description

Form a quotient using ”off” beams when observing in ”MX” mode.

The formula to get result depends on the preserve paramter. If it is True, the continuum will be preserved while if it is False, the continuum will be removed. The equation used are

T *= TOF F-ON--- T OFF,
 a    sys OF F     sys

if preserve is True, while

 *    OFF ON      ON
Ta = Tsys  OF-F-- Tsys ,

if preserve is False.

The weight argument is used for time averaging off beams. You can set any options same as average_time.

Arguments





Inputs

mask

An optional mask to be used when weight == ’stddev’

allowed:

bool array

Default:

None

weight

How to average the off beams

allowed:

string

Default:

’median’

preserve

Preserve the continuum or remove it

allowed:

bool

Default:

True





Returns
scantable

Example


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