nasa / GSAP

Generic Software Architecture for Prognostics (GSAP)
Other
22 stars 6 forks source link

Removed unnecessary covariance get() #132

Closed teubert closed 4 years ago

teubert commented 4 years ago

Just saw this unnecessary line when debugging with Ed. Fixes #130

Also, noticed that we were returning temperature in °C but it's calculated in K. Updated to return in K, removing a single operation from the inner loop. (#133)

Added a few comments describing UKF variables