mirror of
https://github.com/Findus23/halo_comparison.git
synced 2024-09-13 09:03:49 +02:00
10 lines
411 B
Python
10 lines
411 B
Python
from pathlib import Path
|
|
|
|
base_dir = Path("/path/to/monofonic_tests/")
|
|
vis_datafile = Path("vis.cache.hdf5")
|
|
auriga_dir = Path("/path/to/auriga6/")
|
|
richings_dir = Path("path/to/richings21_ics/").expanduser()
|
|
spectra_dir = Path("/path/to/git/spectra/build/")
|
|
has_1024_simulations = False
|
|
ramses_imager = Path("~/cosmoca/RamsesImager/ramses_imager").expanduser()
|
|
pbh_dir = Path("~/cosmos_data/PBH/").expanduser()
|