Skip to content

Modifications to architectures to handle set of detections/tracks#1268

Open
sdhiscocks wants to merge 3 commits intomainfrom
arch_mods
Open

Modifications to architectures to handle set of detections/tracks#1268
sdhiscocks wants to merge 3 commits intomainfrom
arch_mods

Conversation

@sdhiscocks
Copy link
Copy Markdown
Member

This modifies architectures to handle detections and tracks as a set to enable data to be moved in "scans" between nodes. The case of single detection/track at a time can be handle as a set of one detection/track e.g. by source generating data or by using feeder for manipulating the data.

This also removes arrival time feature, but again could be done with feeder.

This may be better implemented using Feeders where other types of
manipulation of data could be done
This ensures data association is done correctly due to detections being
sent in "scans"
@sdhiscocks sdhiscocks requested a review from a team as a code owner March 20, 2026 10:19
@sdhiscocks sdhiscocks requested review from csherman-dstl and jswright-dstl and removed request for a team March 20, 2026 10:19
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.57%. Comparing base (88b3d3a) to head (2507fe5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1268      +/-   ##
==========================================
+ Coverage   94.51%   94.57%   +0.05%     
==========================================
  Files         233      233              
  Lines       16837    16833       -4     
  Branches     2369     2367       -2     
==========================================
+ Hits        15914    15920       +6     
+ Misses        621      614       -7     
+ Partials      302      299       -3     
Flag Coverage Δ
integration 66.68% <88.23%> (+<0.01%) ⬆️
unittests 91.93% <100.00%> (+0.03%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants