# Dataset structure The data set has the following structure. EMGdata │ subject_20 ├────┬──── id │ │ │ ├──── meta ──────────────────────┬───── id │ │ │ │ ├──── mvc_measurement ───────┐ ├───── age │ │ │ │ │ └──── experiment_data ───┐ │ ├───── weight │ │ │ │ │ │ │ ├───── height subject_... ├────┬──── ... │ │ │ │ │ │ │ ├───── sex │ ├──── ... │ │ │ │ │ │ │ ├───── wrist_circumference │ ├──── ... │ │ │ │ │ │ │ ├───── forearm_circumference │ └──── ... │ │ │ │ │ │ ├───── upper_arm_circumference ... │ │ │ │ │ ├───── acromion_epicondyle_length │ │ │ │ │ ├───── epicondyle_syloid_length │ │ │ │ │ ├───── epicondyle_hand_center_length │ │ │ │ │ ├───── handedness │ │ │ │ │ ├───── diseases │ │ │ │ │ └───── saved_at │ │ │ │ │ ├───────── sample_rate │ │ │ ├───────── sample_duration │ │ │ ├───────── hand_flexor_time │ │ │ ├───────── hand_flexor_force │ │ │ ├───────── hand_flexor_max_force │ │ │ ├───────── hand_flexor_max_force_index │ │ │ ├───────── hand_extensor_time │ │ │ ├───────── hand_extensor_force │ │ │ ├───────── hand_extensor_max_force │ │ │ ├───────── hand_extensor_max_force_index │ │ ┌─────────────┬──────────────┴──┬──────────┬────────────┬─────────────────┐ │ posture │ load_condition │ velocity │ repetition │ sensor_readings │ ├─────────────┼─────────────────┼──────────┼────────────┼────┬───────┬────┤ trial_1 │ lower_curls │ 0 │ slow │ 1 │┼┼┼┼│ table │┼┼┼┼┼──┐ │ │ │ │ ├────┴───────┴────┤ │ trial_... │ ... │ ... │ ... │ ... │ ... │ │ └─────────────┴─────────────────┴──────────┴────────────┴─────────────────┘ │ │ ┌────────────────────────────────────────┘ │ ┌───────────────────┬─────────┬───────────┼──────┬─────────────────────────┬──────────────┐ │ name │ channel │ sensor_id │ unit │ per_channel_sample_rate │ data │ ├───────────────────┼─────────┼───────────┼──────┼─────────────────────────┼──────────────┤ channel_1 │ biceps_short_head │ emg │ 2 │ volt │ 1.1111e+03 │┼┼┼┼┼┼┼┼┼┼┼┼┼┼│ │ │ │ │ │ ├──────────────┤ channel_... │ ... │ ... │ ... │ ... │ ... │ ... │ └───────────────────┴─────────┴───────────┴──────┴─────────────────────────┴──────────────┘