mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:08:02 +00:00
Add verbosity flag
This commit is contained in:
parent
b710b8e89c
commit
26ef1661a4
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ def pair_match(nsim0, nsimx, sigma, smoothen, verbose):
|
||||||
# We calculate the smoothed overlap for the pairs whose NGP overlap is > 0.
|
# We calculate the smoothed overlap for the pairs whose NGP overlap is > 0.
|
||||||
smoothed_overlap = matcher.smoothed_cross(cat0, catx, parts0, partsx,
|
smoothed_overlap = matcher.smoothed_cross(cat0, catx, parts0, partsx,
|
||||||
clumpmap0, clumpmapx, delta_bckg,
|
clumpmap0, clumpmapx, delta_bckg,
|
||||||
match_indxs, smooth_kwargs)
|
match_indxs, smooth_kwargs,
|
||||||
|
verbose=verbose)
|
||||||
|
|
||||||
fout = paths.overlap_path(nsim0, nsimx, smoothed=True)
|
fout = paths.overlap_path(nsim0, nsimx, smoothed=True)
|
||||||
numpy.savez(fout, smoothed_overlap=smoothed_overlap, sigma=sigma)
|
numpy.savez(fout, smoothed_overlap=smoothed_overlap, sigma=sigma)
|
||||||
|
|
Loading…
Reference in a new issue