Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMacAstro authored Apr 23, 2024
1 parent 515507d commit ce9c382
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ On the constraints of galaxy assembly bias in velocity space
Kevin Spencer McCarthy, Zheng Zheng, Hong Guo, Wentao Luo, and Yen-Ting Lin

Accepted, MNRAS, 509, 2021 September 13, Pages 380-394
------------------------------------------------------

Code Files
---------------------------------------------
------------------------------------------------------
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.
- 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.)

0 comments on commit ce9c382

Please sign in to comment.