Skip to content

Commit

Permalink
Var->StdDev
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Feb 7, 2025
1 parent 5367f2a commit 939db15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/BundleAdjustment/cMMVII_BundleAdj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void cMMVII_BundleAdj::ShowUKNames(const std::vector<std::string> & aParam)
int aIndGlob = aBBNV.mIndVar0 + aKV;
StdOut() << " N=" << aBBNV.mNamesVar.at(aKV) << " V=" << aVUk(aBBNV.mIndVar0 + aKV) ;
if (mRUCSUR)
StdOut() << " UC=" << mRUCSUR->UK_VarCovarEstimate(aIndGlob,aIndGlob);
StdOut() << " UC=" << std::sqrt(mRUCSUR->UK_VarCovarEstimate(aIndGlob,aIndGlob));
StdOut() << "\n";
}
}
Expand Down

0 comments on commit 939db15

Please sign in to comment.