| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
| item | data derived item | ||
| Allowed: | String | ||
| ifraxis | Create interferometer axis if true | ||
| Allowed: | Bool | ||
| Default: | F | ||
myms:=ms("3C273XC1.MS");
myms.select([antenna1=3]);
myms.fillbuffer("PHASE",T);
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.