From 6504e7bb294bbba0ff8e9f06681f8ff3b8d1b17a Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Fri, 20 Sep 2024 12:58:40 +0100 Subject: [PATCH] Downsample Manticore to 20 snapshots --- csiborgtools/read/paths.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csiborgtools/read/paths.py b/csiborgtools/read/paths.py index 3202919..659ea18 100644 --- a/csiborgtools/read/paths.py +++ b/csiborgtools/read/paths.py @@ -118,6 +118,8 @@ class Paths: fdir = join(fdir, "2MPP_N128_DES_V1", "resimulations", "R512") files = glob(join(fdir, "mcmc_*")) files = [int(search(r'mcmc_(\d+)', f).group(1)) for f in files] + # Downsample at the moment to only 20, instead of 40 + files = files[::2] elif simname == "csiborg2X": # NOTE this too is preliminary fname = "/mnt/extraspace/rstiskalek/MANTICORE/resimulations/fields/2MPP_N128_DES_PROD/R512" # noqa