Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | calibrationmanager |
This function creates a calibration data item from a specified
calibration table name, associated TaQL selection string, and an
interpolation interval (set to zero to use the existing time sampling
in the calibration table).
Create a calibration data item item1 representing calibration by
the table "cal1.gcal", selected only for solutions obtained on 3C84,
and interpolated at the current calibration time sampling.
Create a general calibration data item
Synopsis
general(t, table, select)
Arguments
t
Interpolation interval (sec)
Allowed:
Float
Default:
0.0
table
Name of calibration table
Allowed:
String
select
Calibration table TaQL selection
Allowed:
String
Returns
calibration data item
or fail
Description
Example
mycm:= calibrationmanager();
item1:= mycm.general(t=0.0, table='cal1.gcal', select='FIELD_NAME=="3C84"')
Next: calibrationmanager.vp - Function
Up: calibrationmanager - Tool
Previous: calibrationmanager - Constructor
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15