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


next up previous contents index
Next: ms.clipbuffer - Function Up: ms - Tool Previous: ms.diffbuffer - Function


ms.getbuffer - Function



Package general
Module ms
Tool ms


Return the internal buffer as a Record for access from Glish.


Synopsis
getbuffer()


Returns
Record with data if operation successful



Description
Returns the internal buffer with either 'raw' or differenced data, flags and buffer statistics (if a difference operation was performed).



Example
myms:=ms("3C273XC1.MS");
myms.select([antenna1=3]);
myms.fillbuffer("PHASE");
rec:=myms.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.





next up previous contents index
Next: ms.clipbuffer - Function Up: ms - Tool Previous: ms.diffbuffer - Function   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-08-01