-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* infrastructure cleanup * rename Loop->Strand * fix circular import
- Loading branch information
Showing
19 changed files
with
244 additions
and
258 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<div align="center"> | ||
<img src="docs/_static/synthesizar_logo.png" width=55%><br> | ||
</div> | ||
|
||
# synthesizAR | ||
|
||
[![Powered by SunPy Badge]( http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat)](http://www.sunpy.org) | ||
![synthesizAR CI status](https://github.com/wtbarnes/synthesizAR/workflows/Run%20tests/badge.svg) | ||
[![synthesizAR CI status](https://github.com/wtbarnes/synthesizAR/actions/workflows/ci.yml/badge.svg)](https://github.com/wtbarnes/synthesizAR/actions/workflows/ci.yml) | ||
[![Documentation Status](http://readthedocs.org/projects/synthesizar/badge/?version=latest)](http://synthesizar.readthedocs.io/en/latest/?badge=latest) | ||
[![codecov](https://codecov.io/gh/wtbarnes/synthesizAR/branch/master/graph/badge.svg)](https://codecov.io/gh/wtbarnes/synthesizAR) | ||
[![codecov](https://codecov.io/gh/wtbarnes/synthesizAR/graph/badge.svg?token=QUTQZGWQKB)](https://codecov.io/gh/wtbarnes/synthesizAR) | ||
|
||
synthesizAR is a Python package for forward modeling emission from solar active regions using hydrodynamic simulations of coronal loops | ||
synthesizAR is a Python package for forward modeling optically-thin emission from field-aligned hydrodynamic simulations of astrophysical plasmas. | ||
|
||
## Install | ||
|
||
To clone the repository and install the package and all of its needed dependencies, | ||
|
||
```shell | ||
$ git clone https://github.com/wtbarnes/synthesizAR.git | ||
$ cd synthesizAR | ||
$ pip install -e .[all] | ||
git clone https://github.com/wtbarnes/synthesizAR.git | ||
cd synthesizAR | ||
pip install -e .[all] | ||
``` | ||
|
||
## Help | ||
|
||
See the [docs](http://synthesizar.readthedocs.io). To report bugs or request features, create an issue or submit a pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ authors = [ | |
{name="Will Barnes", email="[email protected]"} | ||
] | ||
license = {file="LICENSE.rst"} | ||
description = "A Python package for forward-modeling optically-thin emission from field-aligned coronal loop models" | ||
description = "A Python package for forward modeling optically-thin emission from field-aligned hydrodynamic simulations of astrophysical plasmas." | ||
readme = {file="README.md", content-type = "text/markdown"} | ||
requires-python = ">=3.10" | ||
dependencies = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.