SainsburyWellcomeCentre / aeon_mecha

Project Aeon's main library for interfacing with acquired data. Contains modules for raw data file io, data querying, data processing, data qc, database ingestion, and building computational data pipelines.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Update pose reader to output string subject names directly, from config file, rather than the int class values #365

Closed jkbhagatio closed 2 months ago

jkbhagatio commented 2 months ago

This would make the get_class_names method redundant and can be removed.

Related to #328