-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mrileyowens:docs/add-docs
Added dedicated documentation to the project
- Loading branch information
Showing
7 changed files
with
159 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -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. |
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 |
---|---|---|
@@ -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 |
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