We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c776edd commit ac2f930Copy full SHA for ac2f930
OpenSim/Common/C3DFileAdapter.cpp
@@ -120,6 +120,7 @@ C3DFileAdapter::extendRead(const std::string& fileName) const {
120
// BTK reads empty values as zero, but sets a "residual" value
121
// to -1 and it is how it knows to export these values as
122
// blank, instead of 0, when exporting to .trc
123
+ // See: BTKCore/Code/IO/btkTRCFileIO.cpp#L359-L360
124
// Read in value if it is not zero or residual is not -1
125
if (!pt->GetValues().row(f).isZero() || //not precisely zero
126
(pt->GetResiduals().coeff(f) != -1) ) {//residual is not -1
0 commit comments