1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00
halo_comparison/paths.example.py

11 lines
411 B
Python
Raw Normal View History

2022-05-06 13:23:31 +02:00
from pathlib import Path
base_dir = Path("/path/to/monofonic_tests/")
2022-06-01 12:12:45 +02:00
vis_datafile = Path("vis.cache.hdf5")
2022-06-06 23:29:44 +02:00
auriga_dir = Path("/path/to/auriga6/")
2022-06-24 16:55:16 +02:00
richings_dir = Path("path/to/richings21_ics/").expanduser()
spectra_dir = Path("/path/to/git/spectra/build/")
2022-07-21 10:57:12 +02:00
has_1024_simulations = False
ramses_imager = Path("~/cosmoca/RamsesImager/ramses_imager").expanduser()
pbh_dir = Path("~/cosmos_data/PBH/").expanduser()