Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | calibrationmanager |
This function creates a voltage pattern calibration data item from
either a default beam response, or from a voltage pattern table
created by the vpmanager. This image-plane
correction is applied during imaging; especially in mosaicing.
Create a calibration data item item1 representing default
voltage pattern calibration with the squint term disabled.
Create a voltage pattern calibration data item
Synopsis
vp(usedefaultvp, vptable, dosquint, parangleinc)
Arguments
usedefaultvp
Look up the default VP for this telescope and frequency?
Allowed:
Bool
Default:
T
vptable
If usedefaultvp is false, provide a VP Table made with vpmanager
Allowed:
String
dosquint
Activate the beam squint in the VP model
Allowed:
Bool
Default:
True
parangleinc
Parallactice angle increment for squint application
Allowed:
Quantity
Default:
360deg
Returns
calibration data item
or fail
Description
Example
mycm:= calibrationmanager();
item1:= mycm.vp(usedefaultvp=T, dosquint=F);
Next: calibrationlistmanager - Tool
Up: calibrationmanager - Tool
Previous: calibrationmanager.general - Function
  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