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.
To accommodate the custom path suffix containing model path metadata, the current implementation of the
LogPoseTracking
operator usesLogHarp
instead ofLogHarpDemux
. 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 theLogName
.Fixes #533