@@ -9,10 +9,6 @@ Cosmological Calculations (`astropy.cosmology`)
9
9
.. |w0wzCDM | replace :: :class: `~astropy.cosmology.w0wzCDM `
10
10
.. |w0waCDM | replace :: :class: `~astropy.cosmology.w0waCDM `
11
11
.. |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 >`
16
12
.. |z_at_value | replace :: :func: `~astropy.cosmology.z_at_value `
17
13
18
14
Introduction
@@ -24,6 +20,9 @@ depend on a cosmological model. This includes distances, ages, and lookback
24
20
times corresponding to a measured redshift or the transverse separation
25
21
corresponding to a measured angular separation.
26
22
23
+ A number of preloaded cosmologies are available from analyses using
24
+ the WMAP and Planck satellite data. See :ref: `astropy-cosmology-realizations `.
25
+
27
26
:mod: `astropy.cosmology.units ` extends the :mod: `astropy.units ` sub-package,
28
27
adding and collecting cosmological units and equivalencies, like :math: `h` for
29
28
keeping track of (dimensionless) factors of the Hubble constant.
@@ -108,8 +107,9 @@ Using `astropy.cosmology`
108
107
More detailed information on using the package is provided on separate pages,
109
108
listed below.
110
109
111
- * :ref: `cosmology_io `
110
+ * :ref: `astropy-cosmology-realizations `
112
111
* :ref: `Units and Equivalencies <astropy-cosmology-units-and-equivalencies >`
112
+ * :ref: `cosmology_io `
113
113
* :ref: `For Developers <astropy-cosmology-for-developers >`
114
114
115
115
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:
306
306
>>> Planck13.lookback_time(2 ) # lookback time in Gyr at z=2 # doctest: +FLOAT_CMP
307
307
<Quantity 10.51184138 Gyr>
308
308
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 `.
342
311
343
312
344
313
Specifying a Dark Energy Model
@@ -510,7 +479,8 @@ Reference/API
510
479
.. toctree ::
511
480
:maxdepth: 2
512
481
513
- io/index
482
+ realizations
514
483
Units and Equivalencies <units >
484
+ io/index
515
485
For Developers <dev >
516
486
ref_api
0 commit comments