Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 803
News FAQ
Search Home


next up previous contents
Next: Calibration table conventions Up: Practical use of the calibrater tool Previous: Initial calibrator models

Uv-data selection

Before using Calibrater to solve for any calibration components, selection can be applied to the MS to restrict the subset of uv-data to be used in the solution. This is specified using the Calibrater.setdata method and the very general msselect query argument as follows:

cal.setdata(msselect='FIELD_ID IN [1,2,3]')  # select data only for calibrators 
                                             # (fields 1, 2, & 3 in this case):

Other selection keywords may be included in the msselect parameter, including ANTENNA1, ANTENNA2, SPECTRAL_WINDOW_ID, etc. These are described fully in the MS tool documentation. Arbitrary selection may be achieved by combining the selection keywords with the logical && and || operators.


next up previous contents
Next: Calibration table conventions Up: Practical use of the calibrater tool Previous: Initial calibrator models   Contents
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
2004-08-28