Skip to content

Releases: mkjung99/pyc3dserver

PyC3Dserver 0.2.0

18 Nov 15:50
Compare
Choose a tag to compare

This version include 3 new functions:
get_fp_output() - to get the force plate output including the resultant forces, moments and COP (Center of Pressure)
export_trc() - to export a TRC file which is compatible with OpenSim for marker information
export_mot() - to export a MOT file which is compatible with OpenSim for force plate information

PyC3Dserver 0.0.10

13 Jul 18:46
Compare
Choose a tag to compare

1) Applied more try-except statements in order to handle exception cases better

2) Following functions are updated:

get_dict_groups():
multi-dimensional values will be reshaped based on their dimensions
add_marker():
there is a new option "adjust_params" in order to adjust related parameters' lengths to be consistent with POINT:USED parameter
add_analog():
there is a new option "adjust_params" in order to adjust related parameters' lengths to be consistent with ANALOG:USED parameter
fill_marker_gap_pattern():
added more options "search_span_offset" and "min_needed_frs" to be more similar to VICON NEXUS's pattern gap filling function

3) Following functions are added:

get_group_params(): "Return desired parameter values under a specific group"
get_fp_params(): "Return desired parameter values under the 'FORCE_PLATFORM' group"
resize_char_type_param(): "Resize a char type parameter's first dimension"
auto_adjust_params(): "Adjust several group parameters' items automatically, especially for POINT and ANALOG groups"
add_group(): "Add a group"
add_param(): "Add a parameter under the specified group"

PyC3Dserver 0.0.9

03 Jul 01:12
Compare
Choose a tag to compare

Minor updates

  • Update on version number: 0.0.8
  • Update on authors
  • Update on acknowledgement: EU H2020 Project EXTEND under grant agreement No 779982
  • Application of exception handling procedures inside several module functions

PyC3Dserver 0.0.7

25 Jun 23:57
235dd96
Compare
Choose a tag to compare

Minor update.

PyC3Dserver 0.0.2

22 Jun 23:55
Compare
Choose a tag to compare

PyC3Dserver

Python interface of C3Dserver software for reading and editing C3D motion capture files.

Description

PyC3Dserver is a python interace of C3Dserver using PyWin32.

Installation

PyC3Dserver can be installed from PyPI using pip on Python>=3.7.

pip install pyc3dserver

Prerequisites

C3Dserver x64 edition (for Windows x64 platforms) installation: https://www.c3dserver.com/

Dependencies

References