Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: modelmanager.fluxdensity - Function Up: modelmanager - Tool Previous: modelmanager - Constructor


modelmanager.image - Function



Package synthesis
Module map
Tool modelmanager


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

This function creates a model data item from a list of images and an associated component list.



Example
mymm:= modelmanager();
item1:= mymm.image(images=['field1.im', 'field2.im'], complist='model.cl');

Create a model data item item1 from the images field1.im and field2.im, and a component list model.cl.





next up previous contents index
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