Various tools for theoretical and experimental dynamics.
Project description
Introduction
This is a collection of Python modules which contain tools that are helpful for a dynamicist. Right now it is basically a place I place general tools that don’t necessarily need a distribution of their own.
Modules
- bicycle
Generic tools for basic bicycle dynamics analysis.
- inertia
Various functions for calculating and manipulating inertial quantities.
- process
Various tools for common signal processing tasks.
- walk
Tools for working with gait data and walking models.
Installation
You will need Python 2.7 and setuptools to install the packages. Its best to install the dependencies first (NumPy, SciPy, matplotlib, Pandas). The SciPy Stack instructions are helpful for this: http://www.scipy.org/stackspec.html.
You can install using pip (or easy_install). Pip will theoretically [1] get the dependencies for you (or at least check if you have them):
$ pip install DynamicistToolKit
Or download the source with your preferred method and install manually.
Using Git:
$ git clone git@github.com:moorepants/DynamicistToolKit.git $ cd DynamicistToolKit
Or wget:
$ wget https://github.com/moorepants/DynamicistToolKit/archive/master.zip $ unzip master.zip $ cd DynamicistToolKit-master
Then for basic installation:
$ python setup.py install
Or install for development purposes:
$ python setup.py develop
Tests
Run the tests with nose:
$ nosetests
Vagrant
A vagrant file and provisioning script are included to test the code on an Ubuntu 13.10 box. To load the box and run the tests simply type:
$ vagrant up
See bootstrap.sh and VagrantFile to see what’s going on.
Documentation
You can build the documentation (currently sparse) if you have Sphinx and numpydoc:
$ cd docs $ make html $ firefox _build/html/index.html
Release Notes
0.2.0
Addition of walking dynamics module.
0.1.0
Original code base that was used for the computations in this dissertation: https://github.com/moorepants/dissertation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file DynamicistToolKit-0.2.0.tar.gz
.
File metadata
- Download URL: DynamicistToolKit-0.2.0.tar.gz
- Upload date:
- Size: 115.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b16b65c9ab971f6f4fcf95a37089fdedef90216fe799cb8a5322fb91f0289e |
|
MD5 | 6a8a71e9aa098d303ffbbfae5414ab0a |
|
BLAKE2b-256 | 206bbfd21d6570df5c40856d9d1206703a229d6b5238bba6bcacbd1a270403e1 |
File details
Details for the file DynamicistToolKit-0.2.0.linux-x86_64.tar.gz
.
File metadata
- Download URL: DynamicistToolKit-0.2.0.linux-x86_64.tar.gz
- Upload date:
- Size: 84.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f49ddcb9f756506e2e6a99b9bcec8c2acd2d64bcef66e58b0954ee085c1a1d9 |
|
MD5 | 3b7dfcfd35166ebcbf45d5b2f3d2596f |
|
BLAKE2b-256 | 1b423c7983d1b53a1e4898fea6435ad286ed39c4e832c6d1c16ef5db50424587 |