Skip to content

Commit

Permalink
Merge pull request #8 from mrileyowens:docs/add-docs
Browse files Browse the repository at this point in the history
Added dedicated documentation to the project
  • Loading branch information
mrileyowens authored Aug 11, 2024
2 parents 6437e6e + 3307f60 commit 02c5117
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

Binary file added docs/flow.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 135 additions & 0 deletions docs/overview.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Software release for *Connecting Lyman-α and ionizing photon escape in the Sunburst Arc*

This is a respository containing the underlying software used to create the results in the journal article *Connecting Lyman-α and ionizing photon escape in the Sunburst Arc*, led by [M. Riley Owens](https://mrileyowens.github.io) and submitted to *The Astrophysical Journal*.

For details about the files and structure of this repository, consult `docs/overview.md`.

For questions or issues, please contact [M. Riley Owens](https://mrileyowens.github.io) at m.riley.owens@gmail.com.
12 changes: 12 additions & 0 deletions docs/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Open

- [ ] Determine the units of the Lyα maps and verify the units stated in the documentation and code comments
- [ ] Add horizontal lines separating the LyC-leaking and non-LyC-leaking MagE slit apertures in tables
- [ ] Update the article's methodology with new details about the MC simulation process
- [ ] Create a virtual environment with the latest Python and package versions and execute the project's code with the environment
- [ ] Create a `requirements.txt` file listing the package versions the project uses
- [ ] Confirm that all uses of the stacked spectra use the correct and current version produced by `stack.ipynb`
- [ ] Add the descriptions of `nb.ipynb` and `seeing.ipynb` once the results of `seeing.ipynb` are satisfactory
- [ ] Update the convolution in `esc.ipynb` to also include the effect of airmass

### Closed
3 changes: 1 addition & 2 deletions lya.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,7 @@
" # Add the formatted parameter measurement to the table row\n",
" table = table + f'& ${median}_{{-{lower}}}^{{+{upper}}}$ '\n",
"\n",
" # Add an aesthetic, dividing '/' after the formatted parameter \n",
" # measurement, unless it is the last parameter in the loop\n",
" # Add a LaTeX row break character if the row is not the last, and a line break character to the string\n",
" table = table + '\\\\\\\\\\n' if i != len(slits) - 1 else table + '\\n'\n",
"\n",
" # Add a footer to the table\n",
Expand Down

0 comments on commit 02c5117

Please sign in to comment.