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


next up previous contents index
Next: maskmanager - Tool Up: modellistmanager - Tool Previous: modellistmanager - Constructor


modellistmanager.modellist - Function



Package synthesis
Module map
Tool modellistmanager


Create a list of model data items


Synopsis
modellist(source1, model1, source2, model2, source3, model3, source4, model4, source5, model5, source6, model6, source7, model7, source8, model8, source9, model9)


Arguments

source1 Source name #1
Allowed: String
Default: unset
model1 Model #1
Allowed: Model
Default: unset
source2 Source name #2
Allowed: String
Default: unset
model2 Model #2
Allowed: Model
Default: unset
source3 Source name #3
Allowed: String
Default: unset
model3 Model #3
Allowed: Model
Default: unset
source4 Source name #4
Allowed: String
Default: unset
model4 Model #4
Allowed: Model
Default: unset
source5 Source name #5
Allowed: String
Default: unset
model5 Model #5
Allowed: Model
Default: unset
source6 Source name #6
Allowed: String
Default: unset
model6 Model #6
Allowed: Model
Default: unset
source7 Source name #7
Allowed: String
Default: unset
model7 Model #7
Allowed: Model
Default: unset
source8 Source name #8
Allowed: String
Default: unset
model8 Model #8
Allowed: Model
Default: unset
source9 Source name #9
Allowed: String
Default: unset
model9 Model #9
Allowed: Model
Default: unset


Returns
modellist data item
or fail



Description

This function creates a modellist data item, which contains a list of individual model data items.



Example
myml:= modellistmanager();
mymm:= modelmanager();
mod1:= mymm.fluxdensity(iquv=[1,0,0,0.2]);
mod2:= mymm.image(images='fld1.im', complist='fld.cl');
list:= myml.modellist(source1='3C273',model1=mod1,source2='3C84',model2=mod2);

Create a modellist data item list containing the model data items mod1 and mod2.








next up previous contents index
Next: maskmanager - Tool Up: modellistmanager - Tool Previous: modellistmanager - 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