mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
17 lines
354 B
Python
Executable file
17 lines
354 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
|
|
workDir = "/home/psutter2/workspace/Voids/"
|
|
figDir = "./figs"
|
|
dataDir = "./data"
|
|
|
|
|
|
CTOOLS_PATH = "../../c_tools/"
|
|
|
|
sampleDirList = [
|
|
"multidark/md_ss0.000175/sample_md_ss0.000175_z0.56_d00/",
|
|
"multidark/md_ss0.0004/sample_md_ss0.0004_z0.56_d00/",
|
|
]
|
|
|
|
dataPortion = "central"
|
|
|