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 comprising a point source at
the field center with the specified flux density, expressed as Stokes
(I,Q,U,V).
Create a model data item item2 comprising a point source at the
field center with Stokes flux density
(I = 1.0, Q = 0.5, U = 0.1, V = 0.0).
Create a model data item comprising a point source
Synopsis
fluxdensity(iquv)
Arguments
iquv
Flux density (I,Q,U,V)
Allowed:
Vector of doubles
Default:
(1,0,0,0)
Returns
model data item
or fail
Description
Example
mymm:= modelmanager();
item2 := mymm.fluxdensity(iquv=[1.0, 0.5, 0.1, 0]);
Next: modelmanager.catalog - Function
Up: modelmanager - Tool
Previous: modelmanager.image - 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