Looking at the analyze_skeleton option, it is not clear if the output supplies the angle created between two bones in the skeleton, e.g [[‘hip’, ‘ischium’], [‘ischium’, ‘stifle’]] for each frame where the calculation can be made.
I can see where the angle of the bone is calculated between the two points, but is there an option to state which angles that you would like to calclulate between two bones ? e.g calculate_angle_between ([[‘hip’, ‘ischium’], [‘ischium’, ‘stifle’]] would supply the cos(?) degree between the two bones in the CSV file.