mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:58:02 +00:00
Add some blank spaces
This commit is contained in:
parent
7ef36c7ac0
commit
36f4177f6b
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,9 @@ def pair_match(nsim0, nsimx, simname, min_logmass, sigma, verbose):
|
||||||
verbose=verbose)
|
verbose=verbose)
|
||||||
delta_bckg = overlapper.make_bckg_delta(partsx, halomapx, hid2mapx, catx,
|
delta_bckg = overlapper.make_bckg_delta(partsx, halomapx, hid2mapx, catx,
|
||||||
delta=delta_bckg, verbose=verbose)
|
delta=delta_bckg, verbose=verbose)
|
||||||
|
if verbose:
|
||||||
|
print()
|
||||||
|
|
||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print(f"{datetime.now()}: NGP crossing the simulations.", flush=True)
|
print(f"{datetime.now()}: NGP crossing the simulations.", flush=True)
|
||||||
|
@ -111,6 +114,8 @@ def pair_match(nsim0, nsimx, simname, min_logmass, sigma, verbose):
|
||||||
match_indxs, ngp_overlap = matcher.cross(cat0, catx, parts0, partsx,
|
match_indxs, ngp_overlap = matcher.cross(cat0, catx, parts0, partsx,
|
||||||
halomap0, halomapx, delta_bckg,
|
halomap0, halomapx, delta_bckg,
|
||||||
verbose=verbose)
|
verbose=verbose)
|
||||||
|
if verbose:
|
||||||
|
print()
|
||||||
|
|
||||||
# We want to store the halo IDs of the matches, not their array positions
|
# We want to store the halo IDs of the matches, not their array positions
|
||||||
# in the catalogues.
|
# in the catalogues.
|
||||||
|
|
Loading…
Reference in a new issue