Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed Oct 25, 2024
1 parent bdc84e6 commit 2b1c474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Plotting \& Processing Outputs
SIROCCO produces a large number of files in both binary and ascii format. Tools exist to examine the binary files.

PySi
==============
#####################################
PySi, short for PySIROCCO, is a python package designed to interface with the SIROCCO code.
It can be installed from its `own Github repository <https://github.com/sirocco-rt/pysi>`_
under the sirocco-rt organisation. We recommend installing this package for reading code outputs.:
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/source/plotting/plot_spectrum.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Plotting spectra with pysi\n",
"## Plotting spectra with pysi \n",
"\n",
"First we will set up the basic modules to import, then make a few different style plots. "
]
Expand Down Expand Up @@ -166,7 +166,7 @@
"source": [
"Some important ones are:\n",
"\n",
"* **Created:** total spectrum of all of the photons paakets as created, that is before having been translated through the wind\n",
"* **Created:** total spectrum of all of the photons packets as created, that is before having been translated through the wind\n",
"* **WCreated:** spectrum of the photons that are created in the wind before translation\n",
"* **Emitted:** is the emergent spectrun after the photons have been translated through the wind\n",
"* **CenSrc:** is the emergent spectrum from photons bundles originating on the Star or BL,\n",
Expand Down Expand Up @@ -254,7 +254,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x14024da50>]"
"[<matplotlib.lines.Line2D at 0x146ba43a0>]"
]
},
"execution_count": 8,
Expand Down

0 comments on commit 2b1c474

Please sign in to comment.