|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
calibrater.createcaltable - Function
2.1.1 Create an empty calibration table
Description
Creates an empty calibration table that can subsequently be filled with by
using the table tool.
Arguments
Inputs |
| ||
caltable |
| Calibration table name | |
| allowed: | string |
|
| Default: |
| |
partype |
| Parameter type name
| |
| allowed: | string |
|
| Default: |
| |
caltype |
| Calibration type name
| |
| allowed: | string |
|
| Default: |
|
|
singlechan |
| Create a calibration table with frequency-independent
parameters?
| |
| allowed: | bool |
|
| Default: |
|
|
bool
Example
cb.open(’ngc5921.ms’,F,F,F) # don’t add MODEL_DATA, etc.
cb.createcaltable(’ngc5921.gcal’, ’Complex’, ’G Jones’, True)
cb.close()
__________________________________________________________________
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