Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | imager | |
Tool | imager |
Fourier transforms the model in the image 3C273XC1.nnls.model
and then adds the visibility due to 3C273XC1.another.model
Fourier transform the specified model and componentlist
Synopsis
ft(model, complist, incremental, async)
Description
Fourier 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
in
Name of image
Allowed:
Vector of strings
complist
in
Name of component list
Allowed:
String
incremental
in
Add to the existing MODEL_DATA column?
Allowed:
Bool
Default:
F
async
in
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: imager.linearmosaic - Function
Up: imager - Tool
Previous: imager.fitpsf - 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