gaitmap.example_data: Helper to load some example data#

Provide some example data to be used in simple tests.

The example data provides short sample data from foot mounted IMUs as well as calculated references from a camera based Motion capture system for 2x20m walk test of a healthy subject.

The data is either taken from the local filesystem in case gaitmap was installed manually or it is automatically downloaded to your cache folder (or to the path specified in the GAITMAP_DATA_DIR environment variable).

Functions#

get_healthy_example_imu_data()

Get example IMU data from a healthy subject doing a 2x20m gait test.

get_healthy_example_stride_borders()

Get hand labeled stride borders for get_healthy_example_imu_data.

get_healthy_example_mocap_data()

Get 3D Mocap information of the foot synchronised with get_healthy_example_imu_data.

get_healthy_example_stride_events()

Get gait events extracted based on mocap data.

get_healthy_example_orientation()

Get foot orientation calculated based on mocap data synchronised with get_healthy_example_imu_data.

get_healthy_example_position()

Get foot position calculated based on mocap data synchronised with get_healthy_example_imu_data.

get_ms_example_imu_data()

Get example IMU data from a MS subject performing a longer uninterrupted walking sequence.

get_healthy_example_imu_data_stair_up()

Get example IMU data from a healthy subject walking up a single staircase.

get_healthy_example_imu_data_stair_down()

Get example IMU data from a healthy subject walking down a single staircase.