Merge pull request #3467 from bska/report-siunits-guiderates

Report Guiderate Values in Strict SI Units
This commit is contained in:
Bård Skaflestad 2021-08-17 17:34:55 +02:00 committed by GitHub
commit f11639fd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1202,7 +1202,7 @@ getGuideRateValues(const GuideRate::RateVector& qs,
{ {
auto getGR = [this, &wgname, &qs](const GuideRateModel::Target t) 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. // Note: GuideRate does currently (2020-07-20) not support Target::RES.