Some Python tools to configure and parse output from the HYDrodynamics and RADiation (HYDRAD) code for field-aligned coronal loop physics.
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.
Create an issue if you run into any problems. Submit a PR if you would like to add any functionality.