Update CF4 ICs

This commit is contained in:
rstiskalek 2024-09-20 16:57:48 +01:00
parent 802f703973
commit 922b35f81e

View file

@ -136,7 +136,7 @@ class Paths:
for file in files if search(r'realization(\d+)_delta\.fits', file)] # noqa
files = [int(file) for file in files]
# Downsample to only 20 realisations
files = files[::5]
# files = files[::5]
elif simname in ["Carrick2015", "Lilow2024", "no_field", "CLONES"]:
files = [0]
elif "IndranilVoid" in simname: