-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
878a94c
commit 515507d
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Galaxy-Assembly-Bias-in-SDSS-CMASS | ||
On the constraints of galaxy assembly bias in velocity space | ||
|
||
Kevin Spencer McCarthy, Zheng Zheng, Hong Guo, Wentao Luo, and Yen-Ting Lin | ||
|
||
Paper Files | ||
Accepted, MNRAS, 509, 2021 September 13, Pages 380-394 | ||
|
||
Code Files | ||
--------------------------------------------- | ||
Clustering Measurement | ||
|
||
xi_su_tree.c - A C program to calculate the 2-point correlation function for a lightcone distribution of galaxies. Pair counts are performed with a tree structure, only computing pairs for galaxies in the current and neighboring cells to expedite computation. | ||
|
||
fileprep_tree.py - A Python program to build a table that will localize a galaxy in a particular cell determine by transforming the galaxy coordinates from redshift-space to Cartesian and dividing up the (X,Y,Z)-space into cells/bins dependent on the clustering scales of interest. |