| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
To fill the example continuum data into a MeasurementSet from a UVFITS file, type at the Glish prompt (or just cut & paste from a file):
msetC:=fitstoms(msfile='ap366.ms',
fitsfile='/aips++/data/demo/AP366-09C1.fits');
# Construct the ms tool for
# the Continuum data set located
# in the AIPS++ Data Repository
msetC.summary(verbose=T); # Write a summary to the logger window
msetC.done(); # Finish ms tool
The detailed summary of the example data set is given in Appendix 5.