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