mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2025-04-17 21:00:54 +00:00
Add path to fields
This commit is contained in:
parent
c2bc5a6398
commit
45ef6046fa
1 changed files with 5 additions and 0 deletions
|
@ -407,6 +407,11 @@ class Paths:
|
|||
else:
|
||||
raise ValueError(f"Unsupported CSiBORG2X field: `{kind}`.")
|
||||
|
||||
if simname == "manticore_2MPP_N128_DES_V1":
|
||||
basedir = join(self.manticore_dir, "2MPP_N128_DES_V1",
|
||||
"fields", "R512")
|
||||
return join(basedir, f"SPH_{nsim}.hdf5")
|
||||
|
||||
if simname == "Carrick2015":
|
||||
basedir = "/mnt/extraspace/rstiskalek/catalogs"
|
||||
if kind == "overdensity":
|
||||
|
|
Loading…
Add table
Reference in a new issue