mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-07-13 01:13:03 +00:00
Updaet LOS settings
This commit is contained in:
parent
922b35f81e
commit
2e5fff743e
2 changed files with 4 additions and 6 deletions
|
@ -431,10 +431,10 @@ if __name__ == "__main__":
|
|||
|
||||
Om0 = csiborgtools.simname2Omega_m(args.simname)
|
||||
# r = make_spacing(200, 0.75, 23.25, 34, 0.01, Om0)
|
||||
r = np.arange(0, 200, 0.75)
|
||||
r = np.arange(0, 200, 0.5)
|
||||
|
||||
# smooth_scales = [0, 2, 4, 6, 8]
|
||||
smooth_scales = [0]
|
||||
smooth_scales = [0, 8]
|
||||
|
||||
print(f"Running catalogue {args.catalogue} for simulation {args.simname} "
|
||||
f"with {len(r)} radial points.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue