Commit d4b3dceb authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Updated CorrelationMatrix truth data.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6826 41f8697f-d340-4b68-9986-7bafba869bb8
parent bdfa2457
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Covariance Matrix:
Testing Compute Correlation Matrix Method. 
Tesing Exception in Compute Correlation Matrix Method 
Exception 1: 
"**PROGRAMMER ERROR** Cannot compute correlation matrix without a specified file name. Use setCorrelationFileName(FileName) before calling computeCorrelationMatrix() in CorrelationMatrix.cpp at 198." 
"**PROGRAMMER ERROR** Cannot compute correlation matrix without a specified file name. Use setCorrelationFileName(FileName) before calling computeCorrelationMatrix()." 
Correlation Matrix: 
 New Block 
       1           1           
@@ -65,16 +65,16 @@ Images and Parameters:
		 "Y" 
Testing CorrelationMatrix(PvlObject storedMatrixData) 
Exception 1 
"**USER ERROR** This Pvl Object does not have the correct correlation information. The Object you are looking for is called CorrelationMatrixData in CorrelationMatrix.cpp at 69." 
"**USER ERROR** This Pvl Object does not have the correct correlation information. The Object you are looking for is called CorrelationMatrixData." 
Exception 2 
"**USER ERROR** Could not find the Covariance Matrix .dat file name in CorrelationMatrix.cpp at 78.
**ERROR** PVL Keyword [CovarianceMatrixFileName] does not exist in [Object = CorrelationMatrixData] in PvlContainer.cpp at 84." 
"**USER ERROR** Could not find the Covariance Matrix .dat file name.
**ERROR** PVL Keyword [CovarianceMatrixFileName] does not exist in [Object = CorrelationMatrixData]." 
Exception 3 
"**USER ERROR** Could not find the Correlation Matrix .dat file name in CorrelationMatrix.cpp at 92.
**ERROR** PVL Keyword [CorrelationMatrixFileName] does not exist in [Object = CorrelationMatrixData] in PvlContainer.cpp at 84." 
"**USER ERROR** Could not find the Correlation Matrix .dat file name.
**ERROR** PVL Keyword [CorrelationMatrixFileName] does not exist in [Object = CorrelationMatrixData]." 
Exception 4 
"**USER ERROR** Could not get Images and Parameters from ImagesAndParameters group in CorrelationMatrix.cpp at 106.
**ERROR** Unable to find PVL group [ImagesAndParameters] in PvlObject.cpp at 93." 
"**USER ERROR** Could not get Images and Parameters from ImagesAndParameters group.
**ERROR** Unable to find PVL group [ImagesAndParameters]." 
Object = CorrelationMatrixData
  CovarianceMatrixFileName  = covMat.dat
  CorrelationMatrixFileName = corrMat.dat