synthesizAR is a Python package for forward modeling emission from solar active regions using hydrodynamic simulations of coronal loops
The easiest way to install these packages is with the Anaconda Python distribution. To create a new environment with all of the needed dependencies, use the environment file included in this repo.
$ conda env create -f conda_environment.yml
$ source activate synthesizar
After installing all of the needed dependencies, clone and install the package,
$ git clone https://github.com/wtbarnes/synthesizAR.git
$ cd synthesizAR && python setup.py install
See the docs. To report bugs or request features, create an issue or submit a pull request.