MocapUtils currently implements the following:
-
Reading Motion Analysis
*.trc
files. -
Reading Motion Analysis
*.forces
files. -
Linear gap filling for marker data.
-
Low-pass filtering of marker coordinate data using a second-order Butterworth filter.
-
Set of plotting utilities for making JFreeChart easier to use from Scala.
Check out the project from GitHub (this command uses the Read-Only repository):
$ git clone git://github.com/lancelet/mocaputils.git
This will create a new directory called mocaputils
. Next, use
sbt/xsbt to compile the project:
$ cd mocaputils $ sbt
sbt/xsbt will launch, and collect
everything it needs for the project. Within sbt
, you can then run:
> test
This will run the packaged unit tests for the project.