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.summary - Function Up: tablecomparer - Tool Previous: tablecomparer.compare - Function


tablecomparer.details - Function



Package utility
Module table
Tool tablecomparer


Get details regarding failed tests


Synopsis
details()


Description
This function returns a record containing the details of failed tests. Currently, this record contains information only column data tests which fail. In the case of homogenous array data, this record contains test, model, and diff fields. These fields themselves are records containing fields of the form LABEL.COLUMN which hold the actual column data of of the test and model and the difference of these columns, respectively. In the case of heterogeneous (variable) array columns, the diff record is absent. Thus, the test.TABLE.DATA field contains the DATA column of the main table of the test dataset on which the DATA column test failed.



Arguments



Returns
Record


Example
- tc := tablecomparer('test.table','fiducial.table', verbose=2)
- tc.compare();
- # the DATA column test of the IMAGE subtable failed. Stuff that
- # column into a glish array for inspection
- d := tc.details();
- tdata := d.test.IMAGE.DATA





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