forked from djbard/ccogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (28 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
################################################################################
# README
################################################################################
This suite of tools contains packages for computing cosmological quantities on
the GPU. Details of the calculations themselves and the implementation can
be found in the "CITING_THIS_CODE" file in this directory.
Further questions about this package can be addressed to the developers:
Debbie Bard
Kavli Institute for Particle Astrophysics and Cosmology, Stanford, CA 94309
djbard@slac.stanford.edu
Matt Bellis
Siena College, Department of Physics and Astronomy, Loudonville, NY 12210
mbellis@siena.edu
Each package has its own descriptive "README" which can be found in its
subdirectory. In there, you can find the details of each package.
The packages in the ccogs suite are:
----------------------------------------------
# aperture_mass
----------------------------------------------
This code calculates the aperture mass map for a given dataset. In this code,
we use the filter proposed by Schirmer et al (2007), which is an NFW profile
with exponential cut-offs at zero and large radii.
----------------------------------------------
# angular_correlation
----------------------------------------------
This code calculates the 2-pt angular correlation function using data and
a flat distribution of randomly generated galaxies. A particular estimator
is chosen, but the user has the flexibility to explore other estimators.