SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add pose tracking address to log name #557

Closed glopesdev closed 1 month ago

glopesdev commented 1 month ago

To accommodate the custom path suffix containing model path metadata, the current implementation of the LogPoseTracking operator uses LogHarp instead of LogHarpDemux. This was to avoid placing the message address at the end of a long variable length string, and to give more flexibility to possible naming conventions.

There is a proposal at https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/215 to always add the message address as an intermediate component following LogName, but in the interim this PR adds the address directly into the LogName.

Fixes #533