CASA Error Messages: Difference between revisions

From CASA Guides
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
== CASA Error Messages and what they mean ==
== CASA Error Messages and what they mean ==


<pre style="background-color: #E0FFFF;">
<pre style="background-color: #CCCC00;">
WARN listobs::utils::verify Argument vis failed to verify.
WARN listobs::utils::verify Argument vis failed to verify.
WARN listobs::utils::verify Some arguments failed to verify!
WARN listobs::utils::verify Some arguments failed to verify!
</pre>
</pre>


'''Explanation:''' The input file for the <tt>vis</tt> parameter either is misspelled or does not exist in this directory  
'''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;">
<pre style="background-color: #CC0000;">
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.

Revision as of 15:21, 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