SainsburyWellcomeCentre / aeon_experiments

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

Refactor all subject names to use device name prefix #432

Closed glopesdev closed 8 months ago

glopesdev commented 8 months ago

This PR refactors all subject names in the social workflows to adopt prefix based naming, following the convention for device streams, where streams are contained inside device folders with individual files taking up the folder name as a prefix.

RFID device names were also refactored to follow a nesting convention from outer to inner, e.g. NestRfid1 instead of RfidNest1.

Finally, the logging was unified across AEON3 and AEON4 as they now share the same hardware.

Fixes #431