Metadata-Version: 2.1
Name: linefinder
Version: 0.9
Summary: A tool for finding and classifying the worldlines of Lagrangian parcels of mass, in the context of hydrodynamic simulations of galaxy formation.
Home-page: https://github.com/zhafen/linefinder
Author: Zach Hafen
Author-email: zachary.h.hafen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: mock (>=2.0.0)
Requires-Dist: numpy (>=1.15.4)
Requires-Dist: pytest (>=3.4.0)
Requires-Dist: Jug (>=1.6.7)
Requires-Dist: setuptools (>=28.8.0)
Requires-Dist: palettable (>=3.1.1)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: h5py (>=2.7.0)
Requires-Dist: GitPython (>=2.1.11)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: verdict (>=1.0)

# linefinder
A tool for finding the worldlines of Lagrangian parcels of mass, in the context of hydrodynamic simulations of galaxy formation.

Fundamental parts of this code are based on previous work by Daniel Anglés-Alcázar.

## Installation

`pip install linefinder`

## Using Data Products

Please [see the wiki for information on how to work with data products produced by the code](https://github.com/zhafen/linefinder/wiki).


