forked from brinckmann/montepython_public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.conf.template
25 lines (19 loc) · 952 Bytes
/
default.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Move this file to default.conf, and adapt it to your needs
# Fill in the relevant path to your personal distribution.
# If you create a new file out of this one, please remember to call
# MontePython.py with the option '--conf my.conf'
# At minimum, this file should contain one line:
# ** path['cosmo'] = path/to/your/class
# Note, if you are using a modified version of class, be sure that the
# path contains the word class, otherwise the code might not recognise
# it.
# If you want to use Planck likelihood, you should specify the
# following line:
# ** path['clik'] = /path/to/plc/
# which correspond to the folder with the src/ folder, setup.py, etc.
# If you want to use a data folder different from the one present in the folder
# you are executing the code, please also add:
# ** path['data'] = /path/to/the/other/data/
root = '/Path/to/your/codes'
path['cosmo'] = root+'/class'
path['clik'] = root+'/planck/plc-2.0'