Dependencies
A conscious effort has been made to keep dependencies to a minimum. For a vanilla HDF5 Enzo dataset, the only necessary components are NumPy, Python, and the HDF5 libraries--a custom HDF5 reader is included. matplotlib is required for plotting. Finally, it is highly suggested that you install PyTables.
- Python -- version 2.5 or 2.6 (2.4 has been deprecated, and 3.0 is not yet supported)
- NumPy -- version > 1.0
- MatPlotLib
- Recommended: PyTables (for data serialization only)
- Optional: mpi4py (for parallel analysis -- in 'trunk' only. svn co http://mpi4py.googlecode.com/svn/trunk)
- Optional: PyHDF (for legacy-HDF4 support)
- Optional: PyFITS (for exporting fixed buffers to FITS format)
- Optional: NumDisplay (for viewing fixed buffers in DS9)
See the installation instructions for more information.
