NRAO Home > CASA > CASA Toolkit Reference Manual
ms.fillbuffer - Function

1.3.1 DEPRECATED: Fill the internal buffer with data and flags.


Description

DEPRECATED: Read the specified data item from the table, including its flags and keep the results in an internal buffer

Arguments





Inputs

item

data derived item

allowed:

string

Default:

ifraxis

Create interferometer axis if True

allowed:

bool

Default:

false

Returns
bool

Example

 
 
ms.open("3C273XC1.MS")  
ms.select({’antenna1’:[3]})  
ms.fillbuffer("PHASE",True)  
 
 
 
We open the MS for reading, select a subset and then  
read the DATA, FLAG and FLAG\_ROW column, extract the PHASE,  
reorder the data to add an interferometer axis,  
and keep the results around in an internal buffer.  
 

__________________________________________________________________


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