Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.07 KB

pydrad

pydrad CI status Documentation Status codecov

Some Python tools to configure and parse output from the HYDrodynamics and RADiation (HYDRAD) code for field-aligned coronal loop physics.

Install

To install the package and the needed dependencies,

$ git clone https://github.com/rice-solar-physics/pydrad.git
$ cd pydrad
$ pip install .

If you'd like to run the tests and confirm that everything is working alright,

$ pip install -e .[tests]
$ pytest pydrad

See the docs for more info.

Help

Create an issue if you run into any problems. Submit a PR if you would like to add any functionality.