|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
simulator.corrupt - Function
2.4.1 Corrupt the data with visibility errors
Description
Add errors specified by the set* functions (such as noise, gains, polarization
leakage, bandpass, etc) to the visibility data. The errors are applied to the
DATA and CORRECTED_DATA columns.
Note that corrupt handles only visibility-plane effects, not image-plane effects such as pointing errors and voltage patterns, which get applied in predict. Note, the function applies errors to both cross- and auto-correlation data; The auto-correlation data are corrupted properly only for the thermalnoise set by setnoise.
Arguments
bool
Example
sm,openfromms(’3C273XC1.MS’);
sm.predict(’3C273XC1.FAKE.IMAGE’);
sm.setnoise( mode=’simplenoise’, simplenoise=’0.1Jy’);
sm.setpa( mode=’calculate’);
sm.corrupt();
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search