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


next up previous contents index
Next: mscatalog.makeindex - Function Up: mscatalog - Tool Previous: mscatalog - Tool


mscatalog - Constructor



Package nrao
Module e2e
Tool mscatalog


Construct an mscatalog tool


Synopsis
mscatalog(msname, catalogname)


Description
This constructs an mscatalog for a given MeasurementSet. This returns a Glish variable containing the tool functions of mscatalog. The tools may then be used to construct an index and write out the results.



Arguments

msname   Name of MeasurementSet
    Allowed: String
catalogname   Name of catalog to be written
    Allowed: String
    Default: MSCATALOG


Returns
mscatalog tool


Example
m:=mscatalog('3C273XC1.MS')      
m.makeindex()
m.write(/tables');
m.done();





next up previous contents index
Next: mscatalog.makeindex - Function Up: mscatalog - Tool Previous: mscatalog - Tool   Contents   Index
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
2006-08-01