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


next up previous contents index
Next: ms.listhistory - Function Up: ms - Tool Previous: ms.tofits - Function


ms.summary - Function



Package general
Module ms
Tool ms


Summarize the measurement set


Synopsis
summary(header, verbose)


Arguments

header out Header information
    Allowed: Record
    Default: empty record
verbose in Produce verbose logging output
    Allowed: Boolean
    Default: F



Description
This function will print a summary of the measurement set to the system logger. The verbose argument provides some control on how much information is displayed.

This function can also return, in the header argument, a record containing the following fields.

nrow
Number of rows in the measurement set
name
Name of the measurement set


Example
      include 'ms.g'
      myms := ms('3C273XC1.ms')
      myms.summary(verbose=T)
This example will send a verbose summary of the measurement set to the logger.



next up previous contents index
Next: ms.listhistory - Function Up: ms - Tool Previous: ms.tofits - Function   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