Report Guiderate Values in Strict SI Units

The output layer expects its input values to be strictly SI, but we
know that the GuideRate container's values are in output units.
This commit is contained in:
Bård Skaflestad 2021-08-13 13:16:34 +02:00
parent b6c4b2e509
commit 517db198f8

View File

@ -1202,7 +1202,7 @@ getGuideRateValues(const GuideRate::RateVector& qs,
{
auto getGR = [this, &wgname, &qs](const GuideRateModel::Target t)
{
return this->guideRate_.get(wgname, t, qs);
return this->guideRate_.getSI(wgname, t, qs);
};
// Note: GuideRate does currently (2020-07-20) not support Target::RES.