Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit d9f5f5e

Browse files
committed
Move information to the docs
Signed-off-by: nstarman <[email protected]>
1 parent 6cc103e commit d9f5f5e

File tree

5 files changed

+318
-92
lines changed

5 files changed

+318
-92
lines changed

astropy/cosmology/parameters.py

+1-52
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,7 @@
22
"""This module contains dictionaries with sets of parameters for a
33
given cosmology.
44
5-
Each cosmology has the following parameters defined:
6-
7-
========== =====================================
8-
Oc0 Omega cold dark matter at z=0
9-
Ob0 Omega baryon at z=0
10-
Om0 Omega matter at z=0
11-
flat Is this assumed flat? If not, Ode0 must be specified
12-
Ode0 Omega dark energy at z=0 if flat is False
13-
H0 Hubble parameter at z=0 in km/s/Mpc
14-
n Density perturbation spectral index
15-
Tcmb0 Current temperature of the CMB
16-
Neff Effective number of neutrino species
17-
m_nu Assumed mass of neutrino species, in eV.
18-
sigma8 Density perturbation amplitude
19-
tau Ionisation optical depth
20-
z_reion Redshift of hydrogen reionisation
21-
t0 Age of the universe in Gyr
22-
reference Reference for the parameters
23-
========== =====================================
24-
25-
The list of cosmologies available are given by the tuple
26-
`available`. Current cosmologies available:
27-
28-
Planck 2018 (Planck18) parameters from Planck Collaboration 2020,
29-
A&A, 641, A6 (Paper VI), Table 2 (TT, TE, EE + lowE + lensing + BAO)
30-
31-
Planck 2015 (Planck15) parameters from Planck Collaboration 2016, A&A, 594, A13
32-
(Paper XIII), Table 4 (TT, TE, EE + lowP + lensing + ext)
33-
34-
Planck 2013 (Planck13) parameters from Planck Collaboration 2014, A&A, 571, A16
35-
(Paper XVI), Table 5 (Planck + WP + highL + BAO)
36-
37-
WMAP 9 year (WMAP9) parameters from Hinshaw et al. 2013, ApJS, 208, 19,
38-
doi: 10.1088/0067-0049/208/2/19. Table 4 (WMAP9 + eCMB + BAO + H0)
39-
40-
WMAP 7 year (WMAP7) parameters from Komatsu et al. 2011, ApJS, 192, 18,
41-
doi: 10.1088/0067-0049/192/2/18. Table 1 (WMAP + BAO + H0 ML).
42-
43-
WMAP 5 year (WMAP5) parameters from Komatsu et al. 2009, ApJS, 180, 330,
44-
doi: 10.1088/0067-0049/180/2/330. Table 1 (WMAP + BAO + SN ML).
45-
46-
WMAP 3 year (WMAP3) parameters from Spergel et al. 2007, ApJS, 170, 377,
47-
doi: 10.1086/513700. Table 6. (WMAP + SNGold) Obtained from
48-
https://lambda.gsfc.nasa.gov/product/map/dr2/params/lcdm_wmap_sngold.cfm
49-
Tcmb0 and Neff are the standard values as also used for WMAP5, 7, 9.
50-
Pending WMAP team approval and subject to change.
51-
52-
WMAP 1 year (WMAP1) parameters from Spergel et al. 2003, ApJS, 148, 175,
53-
doi: 10.1086/377226. Table 7 (WMAP + CBI + ACBAR + 2dFGRS + Lya)
54-
Tcmb0 and Neff are the standard values as also used for WMAP5, 7, 9.
55-
Pending WMAP team approval and subject to change.
56-
5+
The list of cosmologies available are given by the tuple `available`.
576
"""
587

598
# STDLIB

astropy/cosmology/realizations.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22

3+
"""Preloaded cosmologies. See ``available``."""
4+
35
__all__ = [ # noqa: F822 (undefined name)
46
"available",
57
"default_cosmology",

docs/common_links.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@
2929
.. |LambdaCDM| replace:: :class:`~astropy.cosmology.LambdaCDM`
3030
.. |FlatLambdaCDM| replace:: :class:`~astropy.cosmology.FlatLambdaCDM`
3131

32-
.. |Planck18| replace:: :ref:`Planck18 <astropy:Planck18>`
32+
.. |WMAP1| replace:: :ref:`astropy_cosmology_realizations_WMAP1`
33+
.. |WMAP3| replace:: :ref:`astropy_cosmology_realizations_WMAP3`
34+
.. |WMAP5| replace:: :ref:`astropy_cosmology_realizations_WMAP5`
35+
.. |WMAP7| replace:: :ref:`astropy_cosmology_realizations_WMAP7`
36+
.. |WMAP9| replace:: :ref:`astropy_cosmology_realizations_WMAP9`
37+
.. |Planck13| replace:: :ref:`astropy_cosmology_realizations_Planck13`
38+
.. |Planck15| replace:: :ref:`astropy_cosmology_realizations_Planck15`
39+
.. |Planck18| replace:: :ref:`astropy_cosmology_realizations_Planck18`
3340

3441
.. |FlatCosmologyMixin| replace:: :class:`~astropy.cosmology.FlatCosmologyMixin`
3542
.. |FlatFLRWMixin| replace:: :class:`~astropy.cosmology.FlatFLRWMixin`

docs/cosmology/index.rst

+9-39
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Cosmological Calculations (`astropy.cosmology`)
99
.. |w0wzCDM| replace:: :class:`~astropy.cosmology.w0wzCDM`
1010
.. |w0waCDM| replace:: :class:`~astropy.cosmology.w0waCDM`
1111
.. |wpwaCDM| replace:: :class:`~astropy.cosmology.wpwaCDM`
12-
.. |WMAP7| replace:: :ref:`WMAP7 <astropy:WMAP7>`
13-
.. |WMAP9| replace:: :ref:`WMAP9 <astropy:WMAP9>`
14-
.. |Planck13| replace:: :ref:`Planck13 <astropy:Planck13>`
15-
.. |Planck15| replace:: :ref:`Planck15 <astropy:Planck15>`
1612
.. |z_at_value| replace:: :func:`~astropy.cosmology.z_at_value`
1713

1814
Introduction
@@ -24,6 +20,9 @@ depend on a cosmological model. This includes distances, ages, and lookback
2420
times corresponding to a measured redshift or the transverse separation
2521
corresponding to a measured angular separation.
2622

23+
A number of preloaded cosmologies are available from analyses using
24+
the WMAP and Planck satellite data. See :ref:`astropy-cosmology-realizations`.
25+
2726
:mod:`astropy.cosmology.units` extends the :mod:`astropy.units` sub-package,
2827
adding and collecting cosmological units and equivalencies, like :math:`h` for
2928
keeping track of (dimensionless) factors of the Hubble constant.
@@ -108,8 +107,9 @@ Using `astropy.cosmology`
108107
More detailed information on using the package is provided on separate pages,
109108
listed below.
110109

111-
* :ref:`cosmology_io`
110+
* :ref:`astropy-cosmology-realizations`
112111
* :ref:`Units and Equivalencies <astropy-cosmology-units-and-equivalencies>`
112+
* :ref:`cosmology_io`
113113
* :ref:`For Developers <astropy-cosmology-for-developers>`
114114

115115
Most of the functionality is enabled by the |FLRW| object. This represents a
@@ -306,39 +306,8 @@ the WMAP and Planck satellite data. For example:
306306
>>> Planck13.lookback_time(2) # lookback time in Gyr at z=2 # doctest: +FLOAT_CMP
307307
<Quantity 10.51184138 Gyr>
308308

309-
A full list of the predefined cosmologies is given by
310-
``cosmology.realizations.available`` and summarized below:
311-
312-
=========== ============================== ==== ===== =======
313-
Name Source H0 Om Flat
314-
=========== ============================== ==== ===== =======
315-
_`WMAP1` Spergel et al. 2003 72.0 0.257 Yes
316-
_`WMAP3` Spergel et al. 2007 70.1 0.276 Yes
317-
_`WMAP5` Komatsu et al. 2009 70.2 0.277 Yes
318-
_`WMAP7` Komatsu et al. 2011 70.4 0.272 Yes
319-
_`WMAP9` Hinshaw et al. 2013 69.3 0.287 Yes
320-
_`Planck13` Planck Collab 2013, Paper XVI 67.8 0.307 Yes
321-
_`Planck15` Planck Collab 2015, Paper XIII 67.7 0.307 Yes
322-
_`Planck18` Planck Collab 2018, Paper VI 67.7 0.310 Yes
323-
=========== ============================== ==== ===== =======
324-
325-
.. note::
326-
327-
Unlike the Planck 2015 paper, the Planck 2018 paper includes massive
328-
neutrinos in ``Om0`` but the Planck18 object includes them in ``m_nu``
329-
instead for consistency. Hence, the ``Om0`` value in Planck18 differs
330-
slightly from the Planck 2018 paper but represents the same cosmological
331-
model.
332-
333-
Currently, all are instances of |FlatLambdaCDM|. More details about exactly
334-
where each set of parameters comes from are available in the docstring for each
335-
object::
336-
337-
>>> from astropy.cosmology import WMAP7
338-
>>> print(WMAP7.__doc__)
339-
WMAP7 instance of FlatLambdaCDM cosmology
340-
(from Komatsu et al. 2011, ApJS, 192, 18, doi: 10.1088/0067-0049/192/2/18.
341-
Table 1 (WMAP + BAO + H0 ML).)
309+
A full list of the predefined cosmologies can be found in
310+
:ref:`astropy-cosmology-realizations`.
342311

343312

344313
Specifying a Dark Energy Model
@@ -510,7 +479,8 @@ Reference/API
510479
.. toctree::
511480
:maxdepth: 2
512481

513-
io/index
482+
realizations
514483
Units and Equivalencies <units>
484+
io/index
515485
For Developers <dev>
516486
ref_api

0 commit comments

Comments
 (0)