pyCGM_Single.pycgmIO¶
Description
This file is used for the input and output of pycgm functions.
Functions
|
Converts two lists of values and labels to a dictionary. |
|
Return the cosine of x (measured in radians). |
|
Creates an array of motion capture data given labels and data. |
|
Creates a dictionary of vsk file values from labels and data. |
|
Converts a dictionary of markers and their corresponding x, y, and z coordinate values to an array of dictionaries. |
|
Converts frame-by-frame motion capture data to a dictionary. |
|
Open and load a C3D file of motion capture data |
|
Open and load a CSV file of motion capture data. |
|
Loads motion capture data from a csv or c3d file. |
|
Use c3dez to load a c3d file. |
|
Open and load a vsk file. |
|
Creates a file path. |
A list of marker names. |
|
|
Return the sine of x (measured in radians). |
|
A list of segment labels. |
|
Splits an array of motion capture data into separate labels and data. |
|
Splits an array of motion capture data into separate labels and data. |
|
Splits a dictionary of vsk file values into labels and data arrays |
|
Return the square root of x. |
|
Uses numpy.save to write kinetics data as an .npy file. |
|
Writes the result of the calculation into a csv file. |