Skip to content

hummel/gadfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GADFLY

Tools for reading and analyzing simulation snapshot files in the HDF5 format produced by the SPH simulation codes GADGET and GIZMO.

A complete description of gadfly's capabilities can be found in this paper, submitted to Publications of the Astronomical Society of the Pacific.

Installation

This code only runs on python 2, and is only tested on python 2.7. It requires the following packages:

  • numpy v1.7 or greater
  • pandas
  • h5py
  • numba
  • scipy.weave

The bolded entries are optional, needed only to take advantage of gadfly's volume rendering capabilities, and only one of the two packages is needed. After cloning or otherwise downloading the repository, type

python setup.py install

to install gadfly.

Documentation

Documentation is available on Read the Docs, but is very much a work in progress at the moment.

About

Tools for reading and analyzing hdf5 snapshot files from a modified version of the SPH simulation code Gadget2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages