| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
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.