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


next up previous contents index
Next: bimatester.summary - Function Up: bimatester - Tool Previous: bimatester - Constructor


bimatester.runtests - Function



Package bima
Module bimatester
Tool bimatester


Run various tests


Synopsis
runtests(fill, calibrate, image, image)


Description

Run various tests on BIMA data. The user can specify which tests to run. However, imaging and cleaning tests will only be run on Linux installations because the fiducial images were created using such and installation and there are significant differences between imaging on Linux and Solaris.



Arguments

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 specified tests pass, F otherwise


Example
- bt := bimatester(2);
# Run all available tests
+ bt.runtests();
Lots of messages
T





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