Data loading and Datasets#
Helper to load data and example in the various supported formats.
General Gait Data#
Base Classes#
|
Basic subclass for all normal gait datasets. |
|
Base class for all gait datasets that have reference parameters. |
Generic Loader Classes#
|
Create dataset from data that is already loaded. |
Mobilise-D Matlab format#
Base Classes#
|
Common base class for Datasets based on the Mobilise-D matlab format. |
|
A generic dataset loader for the Mobilise-D data format. |
Load Functions#
|
Load a single data.mat file formatted according to the Mobilise-D guidelines. |
|
Parse the reference data (stored per WB) into the per recording data structures used in mobgap. |
Technical Validation Study (TVS) Data Loader#
|
A dataset containing all Lab Data recorded within the Mobilise-D technical validation study. |
|
A dataset containing all Free-Living (2.5 hour) Data recorded within the Mobilise-D technical validation study. |
Base Classes#
|
Base class for the TVS datasets. |
Example Data#
Dataset Classes#
|
A dataset containing all lab example data provided with mobgap. |
Functional Interface#
Load Functions#
Get the paths to all lab example data. |
Mobilise-D v1.0 Pipeline Result Loaders#
|
A dataset representing calculated DMO data of the clinical validation study. |
Datatypes#
|
Parsed reference parameters. |
|
Data representation of a single test/recording. |
The required minimal set of meta-data for the algorithms. |
|
Participant metadata for the Mobilise-D dataset. |
|
The required minimal set of recording meta-data for the algorithms. |
|
Metadata of each individual test/recording. |
Docfiller#
Decorator to fill common parts of the docstring for subclasses of |
|
Fill docstring from dictionary. |