Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | componentmodels | |
Tool | componentlist |
Returns the shape type of the component
Synopsis
shapetype(which)
Description
The shapetype function returns the current shape of the specified
component. The shape defines how the flux of the component varies
with direction on the sky. Currently there are three shapes
available. These are 'Point', 'Gaussian', and 'Disk'. This
function returns one of these three strings.
Arguments
which
An index specifying which component
Allowed:
An integer between 1 and the list length
Default:
no default
Returns
A string specifying the current component shape
Example
include 'componentlist.g'
cl := componentlist('crux.cl');
print 'The first component has a', cl.shapetype(1), ' shape';
This example prints the following:
The first component has a Point shape
Next: componentlist.getshape - Function
Up: componentlist - Tool
Previous: componentlist.convertrefdir - 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