| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
| direction | choose between time or channel direction | ||
| Allowed: | String: TIME or CHANNEL | ||
| window | width of averaging window in timeslots or channels | ||
| Allowed: | Positive integer | ||
myms:=ms("3C273XC1.MS");
myms.select([antenna1=3]);
myms.fillbuffer("DATA");
myms.diffbuffer("TIME",15)
We open the MS for reading, select a subset and then read the DATA, FLAG and FLAG_ROW column, we then subtract the average over a 15 point time-window from each data point.