NRAO Home > CASA > CASA Toolkit Reference Manual
sd.calibrate - Function

5.1.1 High level function for calibration that calls appropriate calibration function depending on the data
Description

This method is a high level function for calibration. It calls appropriate calibration function depending on the origin of the data. It checks an calmode argument first, and then looks antenna name in the data. Calibration functions that can be called from the method are:

Arguments





Inputs

scantab

input data as a scantable

allowed:

scantable

Default:

scannos

a list of scan numbers to be calibrated

allowed:

(list of) integer, string

Default:

[] (all data)

calmode

Calibration mode

allowed:

string (’ps’, ’fs’, ’none’)

Default:

’none’

verify

Verify calibration if True

allowed:

bool

Default:

False





Returns
scantable

Example

    s=sd.scantable(’alma-scans.asap’,average=False,getpt=True)  
    scal=sd.calibrate(s,calmode=’ps’)


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