RaySSharma / pynbody

N-body and hydro analysis tools for python 2 and 3

Home Page:http://pynbody.github.io/pynbody/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pynbody

Build Status

Pynbody is a light-weight, portable, format-transparent analysis framework for N-body and hydrodynamic astrophysical simulations supporting PKDGRAV/Gasoline, Gadget, N-Chilada, and RAMSES AMR outputs.

Written in python, the core tools are accompanied by a library of publication-level analysis routines. For a quick tour of some of the features, have a look at this IPython notebook.

Getting started

If your python with distutils is installed and properly configured, you can simply do:

$ git clone https://github.com/pynbody/pynbody
$ cd pynbody
$ python setup.py install
$ cd ..
$ python
>>> import pynbody

If this fails, you may need some more detailed installation instructions. Once you have the package instlaled, try the introductory tutorials. The full documentation can be found here.

Contributing

Help us make pynbody better! As you develop analysis for your science with pynbody, consider making your code available for everyone else to use. You can do this by creating a tutorial or cookbook or by adding your code to the relevant sub-module and submitting a pull request (make a fork first -- see https://help.github.com/articles/using-pull-requests).

Acknowledging the code

When using pynbody, please acknowledge it by citing the Astrophysics Source Code Library entry. Optionally you can also cite the Zenodo DOI for the specific version of pynbody that you are using (since 0.45), which may be found here.

Support and Contact

If you have trouble with Pynbody or you have feature requests/suggestions you can submit an issue, and/or shoot us an email on the Usergroup mailing list.

About

N-body and hydro analysis tools for python 2 and 3

http://pynbody.github.io/pynbody/index.html


Languages

Language:Python 82.8%Language:C 12.5%Language:C++ 4.7%