CASA Error Messages: Difference between revisions
From CASA Guides
Jump to navigationJump to search
Created page with " == CASA Error Messages and what they mean == SEVERE Calibrater::solve Caught exception: ArrayBase::validateConformance shape [2] differs from [1] SEVERE Exception Reported: ..." |
No edit summary |
||
Line 1: | Line 1: | ||
== CASA Error Messages and what they mean == | |||
= | <pre style="background-color: #E0FFFF;"> | ||
WARN listobs::utils::verify Argument vis failed to verify. | |||
WARN listobs::utils::verify Some arguments failed to verify! | |||
</pre> | |||
'''Explanation:''' The input file for the <tt>vis</tt> parameter either is misspelled or does not exist in this directory | |||
<pre style="background-color: #E0FFFF;"> | |||
SEVERE Calibrater::solve Caught exception: ArrayBase::validateConformance shape [2] differs from [1] | SEVERE Calibrater::solve Caught exception: ArrayBase::validateConformance shape [2] differs from [1] | ||
SEVERE Exception Reported: Error in Calibrater::solve. | SEVERE Exception Reported: Error in Calibrater::solve. | ||
SEVERE uvcontsub::::casa Error in uvcontsub: Error in Calibrater::solve. | SEVERE uvcontsub::::casa Error in uvcontsub: Error in Calibrater::solve. | ||
</pre> | |||
'''Explanation:''' tbd |
Revision as of 19:19, 29 February 2012
CASA Error Messages and what they mean
WARN listobs::utils::verify Argument vis failed to verify. WARN listobs::utils::verify Some arguments failed to verify!
Explanation: The input file for the vis parameter either is misspelled or does not exist in this directory
SEVERE Calibrater::solve Caught exception: ArrayBase::validateConformance shape [2] differs from [1] SEVERE Exception Reported: Error in Calibrater::solve. SEVERE uvcontsub::::casa Error in uvcontsub: Error in Calibrater::solve.
Explanation: tbd