Add comments

This commit is contained in:
Richard Stiskalek 2023-12-20 15:19:51 +01:00
parent 279022d036
commit 7d5141cf7f

View File

@ -941,6 +941,11 @@ def find_neighbour(nsim0, cats):
return dists, cross_hindxs
###############################################################################
# Max's halo matching algorithms #
###############################################################################
def matching_max(cat0, catx, mass_kind, mult, periodic, overlap=None,
match_indxs=None, verbose=True):
"""