Skip to content

rice-solar-physics/pydrad

Repository files navigation

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.