Skip to content

Commit

Permalink
DOCS: note error in 15yr Astro paper; thanks to Anna-Malin Lemke for …
Browse files Browse the repository at this point in the history
…pointing this out.
  • Loading branch information
lzkelley committed May 3, 2024
1 parent 1929113 commit 91d4ca0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/getting_started/nanograv_15yr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ The initial set of **NANOGrav 15yr papers** are:

The use of **holodeck in the 15yr astrophysics interpretation**:


Errata
======
[1] : The 15yr Astro paper quotes an initial separation (the ``hard_sepa_init`` parameter) of "1e3 pc", this is incorrect and the actual value used in the analysis was 1e4 pc. The values in the parameter-space objects (i.e. :py:class:`~holodeck.librarian.param_spaces_classic:_PS_Classic_Phenom`) is correct.
9 changes: 9 additions & 0 deletions holodeck/librarian/param_spaces_classic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
"""'Classic' parameter spaces used in the NANOGrav 15yr analysis.
15yr Astrophysics Analysis
https://ui.adsabs.harvard.edu/abs/2023ApJ...952L..37A/abstract
Notes
-----
[1] : The 15yr Astro paper quotes an initial separation (the `hard_sepa_init`) variable of "1e3 pc",
this is incorrect and the actual value used in the analysis was 1e4 pc.
"""

from holodeck.constants import PC, GYR
Expand Down

0 comments on commit 91d4ca0

Please sign in to comment.