|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
ms.getbuffer - Function
1.3.1 DEPRECATED: Return the internal buffer as a Record for access from the
intrepreter.
Description
DEPRECATED: Returns the internal buffer with either ’raw’ or differenced
data, flags and buffer statistics (if a difference operation was performed).
Arguments
record
Example
ms.open("3C273XC1.MS")
ms.select({’antenna1’:[3]})
ms.fillbuffer("PHASE")
rec=ms.getbuffer()
We open the MS for reading, select a subset and then
read the DATA, FLAG and FLAG\_ROW column, extract the PHASE
and then obtain the results in a record.
__________________________________________________________________
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