Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 803
News FAQ
Search Home


next up previous contents
Next: Filling data from VLA archive format Up: Filling data from UVFITS format Previous: Continuum polarimetry case

Spectral-line case

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.


next up previous contents
Next: Filling data from VLA archive format Up: Filling data from UVFITS format Previous: Continuum polarimetry case   Contents
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2004-08-28