mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:08:03 +00:00
Add comments
This commit is contained in:
parent
279022d036
commit
7d5141cf7f
1 changed files with 5 additions and 0 deletions
|
@ -941,6 +941,11 @@ def find_neighbour(nsim0, cats):
|
||||||
return dists, cross_hindxs
|
return dists, cross_hindxs
|
||||||
|
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Max's halo matching algorithms #
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
def matching_max(cat0, catx, mass_kind, mult, periodic, overlap=None,
|
def matching_max(cat0, catx, mass_kind, mult, periodic, overlap=None,
|
||||||
match_indxs=None, verbose=True):
|
match_indxs=None, verbose=True):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue