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


next up previous contents index
Next: Index Up: bimatester - Module Previous: bimatester.summary - Function


bimatest - Function



Package bima
Module bimatester


A quick way to run tests.


Synopsis
bimatest(verbose, summarize, fill, calibrate, image, image)


Description
This global function runs user-specified tests on BIMA data by creating a bimatester tool, running the tests, and optionally prining a summary.



Arguments

verbose   Controls the level of output. 0 means run silently, higher values produce more messages
    Allowed: Int
    Default: 1
summarize   Summarize the results?
    Allowed: Boolean
    Default: T
fill   Fill data and run filler tests?
    Allowed: Boolean
    Default: T
calibrate   Calibrate data and run calibration tests?
    Allowed: Boolean
    Default: T
image   Image data and run imaging tests?
    Allowed: Boolean
    Default: T
image   Clean the image and run deconvolution tests?
    Allowed: Boolean
    Default: T


Returns
T if all tests passed, F otherwise



Example
- include 'bimatester.g';
- bimatest();
<Lots of messages>
T








next up previous contents index
Next: Index Up: bimatester - Module Previous: bimatester.summary - 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