Commit 3b95d34e authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Updated CorrelationMatrix unit test truth data. References #4018

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6823 41f8697f-d340-4b68-9986-7bafba869bb8
parent ac0faaff
Loading
Loading
Loading
Loading
+8 −5
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()."
"**PROGRAMMER ERROR** Cannot compute correlation matrix without a specified file name. Use setCorrelationFileName(FileName) before calling computeCorrelationMatrix() in CorrelationMatrix.cpp at 198." 
Correlation Matrix: 
 New Block 
       1           1           
@@ -65,13 +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."
"**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." 
Exception 2 
"**USER ERROR** Could not find the Covariance Matrix .dat file name.\n**ERROR** PVL Keyword [CovarianceMatrixFileName] does not exist in [Object = CorrelationMatrixData]."
"**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." 
Exception 3 
"**USER ERROR** Could not find the Correlation Matrix .dat file name.\n**ERROR** PVL Keyword [CorrelationMatrixFileName] does not exist in [Object = CorrelationMatrixData]."
"**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." 
Exception 4 
"**USER ERROR** Could not get Images and Parameters from ImagesAndParameters group.\n**ERROR** Unable to find PVL group [ImagesAndParameters]."
"**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." 
Object = CorrelationMatrixData
  CovarianceMatrixFileName  = covMat.dat
  CorrelationMatrixFileName = corrMat.dat