Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | qimager | |
Tool | qimager |
Fourier transforms the model in the image 3C273XC1.nnls.model
and then adds the visibility due to 3C273XC1.another.model
Predict the data from the specified model and componentlist
Synopsis
predict(model, complist, incremental, async)
Description
Transform the specified model (and optionally componentlist)
and insert into the MODEL_DATA column. The current contents of
the MODEL_DATA column are replaced unless incremental is set to
T (in which case the results are added to the column).
Arguments
model
Name of image
Allowed:
Vector of strings
complist
Name of component list
Allowed:
String
incremental
Add to the existing MODEL_DATA column?
Allowed:
Bool
Default:
F
async
Run asynchronously in the background?
Allowed:
Bool
Default:
!dowait
Returns
Bool
Example
imgr.ft(model='3C273XC1.nnls.model')
imgr.ft(model='3C273XC1.another.model', incremental=T)
Next: qimager.approximatepsf - Function
Up: qimager - Tool
Previous: qimager.linearmosaic - 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