Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.16 KB

ramtools

ramtools is a convenient and fast tool to post-process RAMSES-RT simulations.

More instructions are available on the official ramtools documentation site.

Author: Chong-Chong He (che1234@umd.edu)

Install

Clone this repository and do

python -m pip install -e .

inside the repository directory.

Usage

import ramtools as rt
r = rt.ramses.Ramses('path/to/a/ramses/job')
...