forked from chiaki-hikage/Likelihood_pseudoCl_HSCY1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.conf
29 lines (22 loc) · 1.1 KB
/
default.conf
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
26
27
28
# 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 = '/home/chiaki.hikage/work/downloads'
root2 = '/home/chiaki.hikage/work/planck'
#path['cosmo'] = root+'/class_public-2.6.3'
path['cosmo'] = root+'/class_hmcode'
path['clik'] = root2+'/plc-2.0'
#path['wlik'] = root+'/montepython_public-2.2.2/wrapper_wmap'