Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | newsimulator | |
Tool | newsimulator |
Construct a newsimulator tool from a MS
Synopsis
newsimulatorfromms(ms)
Description
This is used to construct newsimulator tools operating on
an existing MS. Data can be predicted and/or corrupted on the MS's given coordinates.
Arguments
ms
MeasurementSet to be processed
Allowed:
Table name
Default:
'MS'
Returns
newsimulator tool
Example
mysim := newsimulatorfromms('3C273XC1.MS');
mysim.predict('3C273XC1.modelImage');
mysim.setnoise(simplenoise='10mJy');
mysim.setgain(interval='100s', amplitude=[0.01, 0.01]);
mysim.corrupt();
mysm.close();
Next: newsimulator.close - Function
Up: newsimulator - Tool
Previous: newsimulator - 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