Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.2 KB

File metadata and controls

26 lines (14 loc) · 1.2 KB

philatracks

Python modules for combining particle tracking of jammed 2D packings with oscillatory rheology.

Documentation is available online and in the source code.

Written by Nathan Keim, a member of the Penn Complex Fluids Lab.

Portions of this code were used in data analysis for Keim, N. C. & Arratia, P. E. Yielding and microstructure in a 2D jammed material under shear deformation. Soft Matter 9, 6222 (2013).

To cite this software, please use the above reference, or the DOI for the release you used: DOI

Unit tests may be run with py.test.

Installation

philatracks makes heavy use of the fabulous pandas library for analysis of structured data. It and other more standard requirements (numpy, scipy) are found in most scientific Python distributions.

To install:

pip install 'git+http://github.com/nkeim/philatracks/#egg=philatracks'

or, without git:

pip install https://github.com/nkeim/philatracks/archive/master.zip