Remove measurement dimension hack in KF#1195
Remove measurement dimension hack in KF#1195stephenswat wants to merge 1 commit intoacts-project:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
de83b80 to
acdfaa1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Before acts-project#1187 was merged, we were unable to properly determine the dimensionality of measurements in the Kálmán filter. This necessitated a hack which can now be removed.
acdfaa1 to
286038a
Compare
|
Physics performance summaryHere is a summary of the physics performance effects of this PR. Command used: Seeding performanceTotal number of seeds went from 298345 to 298345 (+0.0%) Track finding performanceTotal number of found tracks went from 50178 to 48228 (-3.9%) Track fitting performanceSeeding to track finding relative performanceTrack finding to track fitting relative performanceNote This is an automated message produced on the explicit request of a human being. |
Performance summaryHere is a summary of the performance effects of this PR: GraphicalTabular
Important All metrics in this report are given as reciprocal throughput, not as wallclock runtime. Note This is an automated message produced upon the explicit request of a human being. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getter::element(H, 1u, 1u) = 0.f; | ||
| if (dim == 1) { | ||
| // TODO: Fully understand the consequences of this. | ||
| assert(getter::element(H, 1u, 0u) == 0.f); |
There was a problem hiding this comment.
Maybe the subspace for line surfaces is not correct and these need to be set explicitly ?











































Before #1187 was merged, we were unable to properly determine the dimensionality of measurements in the Kálmán filter. This necessitated a hack which can now be removed.