Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | modelmanager |
This function creates a model data item from a list of images and an
associated component list.
Create a model data item item1 from the images field1.im
and field2.im, and a component list model.cl.
Create a model data item from images and a component list
Synopsis
image(images, complist)
Arguments
images
Names of images
Allowed:
Vector of strings
Default:
unset
complist
Name of component list
Allowed:
String
Default:
unset
Returns
model data item
or fail
Description
Example
mymm:= modelmanager();
item1:= mymm.image(images=['field1.im', 'field2.im'], complist='model.cl');
Next: modelmanager.fluxdensity - Function
Up: modelmanager - Tool
Previous: modelmanager - 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