neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Reorganise `poses_accessor.py` #118

Closed lochhh closed 9 months ago

lochhh commented 9 months ago

Should we also rename the class itself to MoveAccessor? And the file accordingly to move_accessor.py? I was also thinking of moving this out of the io folder into movement/move_accessor.py (since it will no longer have strictly io functionalities).

_Originally posted by @niksirbi in https://github.com/neuroinformatics-unit/movement/pull/106#discussion_r1495028568_

### Tasks
- [x] Rename `poses_accessor.py` to `move_accessor.py`
- [x] Move `move_accessor.py` out of the io folder into `movement/move_accessor.py`
- [x] Rename `PoseAccessor` class to `MoveAccessor`
- [x] Rename `poses` accessor to `move`
- [ ] https://github.com/neuroinformatics-unit/movement/issues/119
- [ ] https://github.com/neuroinformatics-unit/movement/issues/120