Skip to content

Commit

Permalink
fix(block_analysis): bugfix restricting positions to only the "anchor…
Browse files Browse the repository at this point in the history
…_part"
  • Loading branch information
ttngu207 committed Aug 23, 2024
1 parent 764fdb0 commit e5ae334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/dj_pipeline/analysis/block_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def make(self, key):
# positions - query for CameraTop, identity_name matches subject_name,
pos_query = (
streams.SpinnakerVideoSource
* tracking.SLEAPTracking.PoseIdentity.proj("identity_name", anchor_part="part_name")
* tracking.SLEAPTracking.PoseIdentity.proj("identity_name", part_name="anchor_part")
* tracking.SLEAPTracking.Part
& key
& {
Expand Down

0 comments on commit e5ae334

Please sign in to comment.