Add transmissionReconstruction.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace
|
||||
{
|
||||
if(aReferenceTemps.getDimSize(1) >= aMotorPos)
|
||||
{
|
||||
result = mean(aReferenceTemps($,aMotorPos).toMatrix(), FunctionDirection::All, false)[0];
|
||||
result = mean(aReferenceTemps($,aMotorPos - 1).toMatrix(), FunctionDirection::All, false)[0];
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -61,6 +61,5 @@ Matrix Recon::extractTasTemperature(const Matrix& aTasTemperature, const Matrix&
|
||||
}
|
||||
}
|
||||
Matrix result = Matrix::New(resultData, aTasList.getDataSize(), aMotorPosList.getDataSize());
|
||||
result.printf();
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user