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


next up previous contents index
Next: tablecomparer.checkcolnames - Function Up: tablecomparer - Tool Previous: tablecomparer - Tool


tablecomparer - Constructor



Package utility
Module table
Tool tablecomparer


Construct a tablecomparer tool


Synopsis
tablecomparer(test, model, label, verbose)


Description
Create a tablecomparer tool.



Arguments

test   Name of the test table
    Allowed: Any valid table name
    Default: None
model   Name of the model (fiducial) table to compare the test table against
    Allowed: Any valid table name
    Default: None
label   Label for the (top level) table
    Allowed: String
    Default: 'TABLE'
verbose   Controls the volume of output, 0 no log messages, higher numbers mean more
    Allowed: Int
    Default: 1


Returns
tablecomparer tool


Example
# create a tablecomparer tool, and specify you want a lot of output
- tc := tablecomparer('test.table','fiducial.table',verbose=2);





next up previous contents index
Next: tablecomparer.checkcolnames - Function Up: tablecomparer - Tool Previous: tablecomparer - 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-10-15