Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Note that this can be more easily
done from the toolmanager.
Example
The following example shows a simple way to make
a new voltage pattern table.
include 'vpmanager.g'
#
# make the vpmanager
#
algore := vpmanager();
#
# Lets say we want an Airy Disk voltage pattern for our
# HATCREEK data, but we want to use the system default
# for the OVRO data:
#
algore.setpbairy(telescope='HATCREEK', dopb=T, dishdiam='6.0m', blockagediam='0.6m',
maxrad='2arcmin', reffreq='100GHz', dosquint=F);
#
algore.setcannedpb(telescope='OVRO', dopb=T, commonpb='DEFAULT', dpsquint=F);
#
algore.summarizevps();
#
algore.saveastable(tablename='California.Beaming');
#
Functions
vpmanager
Construct a vpmanager tool
done
Terminate the vpmanager
saveastable
Save the vp or pb descriptions as a table
setcannedpb
Select a vp/pb from our library of common pb models
setpbairy
Make an airy disk vp
setpbcospoly
Make a vp/pb from a polynomial of scaled cosines
setpbgauss
Make a Gaussian vp/pb
setpbimage
Make a vp/pb from a user-supplied image
setpbinvpoly
Make a vp/pb as an inverse polynomial
setpbnumeric
Make a vp/pb from a user-supplied vector
setpbpoly
Make a vp/pb from a polynomial
summarizevps
Summarize the currently accumulated VP descriptions
Next: vpmanager - Constructor
Up: vpmanager - Tool
Previous: vpmanager - Tool
  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