You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ Requires (and installs) [geomagdata](https://pypi.org/project/geomagdata/) for t
57
57
## Usage
58
58
### Pre-defined examples
59
59
60
-
*[`Maxwellian.py`](Examples/Maxwellian.py): Maxwellian precipitation, specify Q (flux) and E0 (characteristic energy).
61
-
*[`NoPrecipitation.py`](Examples/NoPrecipitation.py): No precipitating electrons.
62
-
*[`test_glow.py`](tests/test_glow.py): Compares GLOW results between `glowpython` and `glowpython2` modules without precipitation, as well as with NRLMSISE-2.1 atmosphere and IRI-2020 ionosphere.
60
+
*[`Maxwellian.py`](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/Examples/Maxwellian.py): Maxwellian precipitation, specify Q (flux) and E0 (characteristic energy).
61
+
*[`NoPrecipitation.py`](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/Examples/NoPrecipitation.py): No precipitating electrons.
62
+
*[`test_glow.py`](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/tests/test_glow.py): Compares GLOW results between `glowpython` and `glowpython2` modules without precipitation, as well as with NRLMSISE-2.1 atmosphere and IRI-2020 ionosphere.
63
63
64
64
These examples are also available on the command line: `Glow2Maxwellian` and `Glow2NoPrecip`.
65
65
@@ -76,11 +76,11 @@ Read the module documentation for more information.
76
76
### Example Plots
77
77
| Densities | Temperatures |
78
78
| :---: | :---: |
79
-
| and `glowpython2` densities with no precipitation.](tests/glow_den.png)| and `glowpython2` temperatures with no precipitation.](tests/glow_temp.png)|
79
+
| and `glowpython2` densities with no precipitation.](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/tests/glow_den.png)| and `glowpython2` temperatures with no precipitation.](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/tests/glow_temp.png)|
80
80
81
81
| Volume Emission Rates |
82
82
| :---: |
83
-
| and `glowpython2` volume emission rates with no precipitation.](tests/glow_ver.png)|
83
+
| and `glowpython2` volume emission rates with no precipitation.](https://raw.githubusercontent.com/sunipkm/glowpython2/refs/heads/master/tests/glow_ver.png)|
0 commit comments