Man page - casacore_assay(1)
Packages contains this manual
- tablefromascii(1)
- casacore_memcheck(1)
- casahdf5support(1)
- imreorder(1)
- showtableinfo(1)
- fits2table(1)
- countcode(1)
- image2fits(1)
- imagecalc(1)
- imageslice(1)
- casacore_assay(1)
- measuresdata(1)
- writems(1)
- lsmf(1)
- taql(1)
- msselect(1)
- showtablelock(1)
- findmeastable(1)
- readms(1)
- tomf(1)
- casacore_floatcheck(1)
- imageregrid(1)
apt-get install casacore-tools
Manual
casacore_assay
NAMESYNOPSIS
DESCRIPTION
Exit status:
ENVIRONMENT VARIABLES
AUTHOR
NAME
casacore_assay - invoke an AIPS++ test program and verify its output
SYNOPSIS
casacore_assay testexe
DESCRIPTION
casacore_assay invokes a casacore test program. If the test program has an associated .run file then it simply invokes it. Otherwise casacore_assay invokes the test executable directly, and, if there is a corresponding .out file, compares its output with that.
If there is a .in file associated with the test program then assay will redirect stdin from it.
Exit status:
|
0 |
success |
|||
|
1 |
test execution failed |
|||
|
2 |
test output disagreement |
|||
|
3 |
untested (usually returned from a .run) |
|||
|
130 |
interrupt |
ENVIRONMENT VARIABLES
CASACORE_CHECK Do checking using tools like valgrind. It defines a script that will execute the command. The script can invoke the checking tool. If set to 1, yes, or YES, the script casacore_memcheck will be used that uses valgrindโs memcheck tool.
AUTHOR
This manual page was written according to the in-program comments by Benda Xu <heroxbd@gentoo.org>, for the Debian GNU/Linux system.