Skip to content

Commit

Permalink
documentation fixing headers and index
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGroneck committed Dec 3, 2024
1 parent 7bddf42 commit 38953cd
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Custom Star Model"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -12,7 +19,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Using MARCS to get .mod files\n",
"## Using MARCS to get .mod files\n",
"\n",
"STARDIS uses files from the [MARCS site](https://marcs.oreme.org/), which \"contains about 52,000 stellar atmospheric models of spectral types F, G and K\". Here we will only be discussing the aspects of MARCS needed for STARDIS. To get started, [go to the 'Search Marcs' tab of the MARCS site](https://marcs.oreme.org/data/)"
]
Expand Down Expand Up @@ -89,7 +96,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### One last thing: gzipped files\n",
"## gzipped files\n",
"\n",
"when you download a mod file from MARCS, it will be gzipped (shown by the file ending with '.mod.gz'). By default STARDIS will assume you have extracted the file, however you can add a line to the yaml file 'gzipped: True' as shown below and STARDIS will take care of this for you.\n",
"\n",
Expand All @@ -104,6 +111,11 @@
"\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
9 changes: 8 additions & 1 deletion docs/Custom_atomic_data/Custom_atomic_data.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Custom Atomic Data"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -53,7 +60,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Using VALD linelists\n",
"## Using VALD linelists\n",
"\n",
"Possibly one of the most important reasons you would want to use a custom atomic data file would be to take advantage of a tailored VALD linelist. You can refer to [VALD's documentation](https://www.astro.uu.se/valdwiki) for information on these lists if you are unfamiliar. To create a detailed and accurate stellar spectrum, we highly recommend looking into using a VALD linelist bundled into your atomic data."
]
Expand Down
12 changes: 9 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ This is the documentation for STARDIS.
Quickstart <quickstart/quickstart>
Downloading and Installation <installation>
Physics of STARDIS <physics/physics_of_stardis>
Contributing <contributing>
Bibliography <bibliography>

.. toctree::
:maxdepth: 2
:caption: Example Notebooks

Custom Atomic Data <Custom_atomic_data/Custom_atomic_data>
Possible STARDIS Outputs <possible_stardis_outputs/possible_stardis_outputs>
Custom Star Model <Custom_Star_Model_with_Marcs/Custom_Star_Model_with_Marcs>
Using STARDIS in Parallel <using_stardis_in_parallel/stardis_in_parallel>
Changing Parameters <Changing_Parameters/Changing_Parameters>
Example Notebooks <example_notebooks/rotation_broadening>
Contributing <contributing>
Bibliography <bibliography>
Rotation Broadening <rotation_broadening/rotation_broadening>


Indices and tables
==================
Expand Down
18 changes: 10 additions & 8 deletions docs/possible_stardis_outputs/possible_stardis_outputs.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Possible STARDIS Outputs"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -25,13 +32,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### STARDIS simulations contain a variety of information, and depending on your needs you can have different parts of a simulation returned."
"## Selecting Result Options"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"STARDIS simulations contain a variety of information, and depending on your needs you can have different parts of a simulation returned.\n",
"\n",
"There are three parts of the simulation you can choose to return:\n",
"- Stellar_Model\n",
"- Stellar_Plasma\n",
Expand All @@ -40,13 +49,6 @@
"Regardless of which are set to return, the simulation will always produce the stellar spectrum (such as the one displayed in the quickstart notebook)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Selecting Result Options"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# STARDIS"
"# Rotation Broadening"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/using_stardis_in_parallel/stardis_in_parallel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Setting number of threads used in running a STARDIS simulation"
"# Using STARDIS in Parallel"
]
},
{
Expand Down

0 comments on commit 38953cd

Please sign in to comment.