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: # | <pre style="background-color: #FFFF00;"> | ||
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! | ||
Line 8: | Line 8: | ||
'''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: # | <pre style="background-color: #FF0000;"> | ||
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 19:22, 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