Skip to content

Commit 84d22cd

Browse files
Added reference for inverse crit surface mass
1 parent fe69ffc commit 84d22cd

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

cs_util/cosmo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def sigma_crit_m1_eff(
150150
):
151151
"""Effective inverse critical surface mass density, which
152152
is sigma_crit^{-1}(z_lens, z_source) weighted by nz_source.
153+
See Eq. (17) in :cite:`2004AJ....127.2544S`.
153154
154155
Parameters
155156
----------

docs/source/refs.bib

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
@INBOOK{Drake:1965,
2-
author = {{Drake}, Frank D.},
3-
title = "{The Radio Search for Intelligent Extraterrestrial Life}",
4-
publisher = {Oxford University Press},
5-
keywords = {DRAKE EQUATION, SETI, EXOBIOLOGY, LIFE ON OTHER PLANETS},
6-
booktitle = {In Current aspects of exobiology},
7-
year = 1965,
8-
pages = {323-345},
9-
adsurl = {https://ui.adsabs.harvard.edu/abs/1965cae..book..323D},
10-
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
11-
}
12-
131
@Article{Hunter:2007,
142
Author = {Hunter, J. D.},
153
Title = {Matplotlib: A 2D graphics environment},
@@ -41,3 +29,23 @@ @ARTICLE{Harris:2020
4129
adsurl = {https://ui.adsabs.harvard.edu/abs/2020arXiv200610256H},
4230
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
4331
}
32+
33+
@ARTICLE{2004AJ....127.2544S,
34+
author = {{Sheldon}, Erin S. and {Johnston}, David E. and {Frieman}, Joshua A. and {Scranton}, Ryan and {McKay}, Timothy A. and {Connolly}, A.~J. and {Budav{\'a}ri}, Tam{\'a}s and {Zehavi}, Idit and {Bahcall}, Neta A. and {Brinkmann}, J. and {Fukugita}, Masataka},
35+
title = "{The Galaxy-Mass Correlation Function Measured from Weak Lensing in the Sloan Digital Sky Survey}",
36+
journal = {\aj},
37+
keywords = {Cosmology: Observations, Cosmology: Dark Matter, Cosmology: Gravitational Lensing, Cosmology: Large-Scale Structure of Universe, Astrophysics},
38+
year = 2004,
39+
month = may,
40+
volume = {127},
41+
number = {5},
42+
pages = {2544-2564},
43+
doi = {10.1086/383293},
44+
archivePrefix = {arXiv},
45+
eprint = {astro-ph/0312036},
46+
primaryClass = {astro-ph},
47+
adsurl = {https://ui.adsabs.harvard.edu/abs/2004AJ....127.2544S},
48+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
49+
}
50+
51+

0 commit comments

Comments
 (0)