Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | solvermanager |
This function creates a solver data item from a specified solution
interval, solution type (phase only or not), and an output calibration
table name, with or without the option of appending to the existing
solutions in the table.
Create a solver data item item1 representing a solution interval
of 30 seconds, full solution for amplitude and phase, and appending to
the calibration table "cal1.gcal".
Create a general solver data item
Synopsis
general(t, phaseonly, table, append)
Arguments
t
Solution interval (sec)
Allowed:
Float
Default:
0.0
phaseonly
Solve only for phase ?
Allowed:
Boolean
Default:
F
table
Name of output calibration table
Allowed:
String
append
Append to calibration table
Allowed:
Boolean
Default:
F
Returns
solver data item
or fail
Description
Example
mysv:= solvermanager();
item1:= mysv.general(t=30.0, table='cal1.gcal', append=T);
Next: solverlistmanager - Tool
Up: solvermanager - Tool
Previous: solvermanager - 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