Skip to content

Commit eba9e39

Browse files
author
NiekWielders
committed
added cnfw mcr scatter priors
1 parent 390e0b0 commit eba9e39

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
cNFWMCRScatterLudlowSph:
2+
centre_0:
3+
type: Gaussian
4+
mean: 0.0
5+
sigma: 0.1
6+
width_modifier:
7+
type: Absolute
8+
value: 0.05
9+
limits:
10+
lower: -inf
11+
upper: inf
12+
centre_1:
13+
type: Gaussian
14+
mean: 0.0
15+
sigma: 0.1
16+
width_modifier:
17+
type: Absolute
18+
value: 0.05
19+
limits:
20+
lower: -inf
21+
upper: inf
22+
mass_at_200:
23+
type: LogUniform
24+
lower_limit: 100000000.0
25+
upper_limit: 1000000000000000.0
26+
width_modifier:
27+
type: Relative
28+
value: 0.5
29+
limits:
30+
lower: 0.0
31+
upper: inf
32+
f_c:
33+
type: Uniform
34+
lower_limit: 0.0001
35+
upper_limit: 0.5
36+
width_modifier:
37+
type: Relative
38+
value: 0.2
39+
limits:
40+
lower: 0.0001
41+
upper: inf
42+
redshift_object:
43+
type: Uniform
44+
lower_limit: 0.0
45+
upper_limit: 1.0
46+
width_modifier:
47+
type: Relative
48+
value: 0.5
49+
limits:
50+
lower: 0.0
51+
upper: inf
52+
redshift_source:
53+
type: Uniform
54+
lower_limit: 0.0
55+
upper_limit: 1.0
56+
width_modifier:
57+
type: Relative
58+
value: 0.5
59+
limits:
60+
lower: 0.0
61+
upper: inf
62+
scatter:
63+
type: Gaussian
64+
mean: 0.0
65+
sigma: 3.0
66+
width_modifier:
67+
type: Absolute
68+
value: 1.0
69+
limits:
70+
lower: -inf
71+
upper: inf

0 commit comments

Comments
 (0)