dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
403 stars 134 forks source link

Add ChernoffUpdater class and track feeder #681

Closed ekhunter123 closed 2 years ago

ekhunter123 commented 2 years ago

Following the work done in the example in my latest pull request #666, we've made standalone classes for the ChernoffUpdater and the Tracks2GaussianDetectionFeeder. I'd love any feedback or suggestions, thank you!

Thanks to @sdhiscocks for the help in designing and writing these classes!

Sample usages of both these classes can be seen in the example #666 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #681 (6af1d89) into main (f36afad) will decrease coverage by 0.00%. The diff coverage is 92.68%.

:exclamation: Current head 6af1d89 differs from pull request most recent head 9d5a246. Consider uploading reports for the commit 9d5a246 to get more accurate results

@@            Coverage Diff             @@
##             main     #681      +/-   ##
==========================================
- Coverage   94.59%   94.58%   -0.01%     
==========================================
  Files         168      170       +2     
  Lines        8516     8557      +41     
  Branches     1652     1658       +6     
==========================================
+ Hits         8056     8094      +38     
- Misses        342      343       +1     
- Partials      118      120       +2     
Flag Coverage Δ
integration 68.27% <0.00%> (-0.33%) :arrow_down:
unittests 92.10% <92.68%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stonesoup/updater/chernoff.py 92.30% <92.30%> (ø)
stonesoup/feeder/track.py 93.33% <93.33%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f36afad...9d5a246. Read the comment docs.