forked from rpoleski/MulensModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_13.cfg
43 lines (35 loc) · 900 Bytes
/
example_13.cfg
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# configuration file for example_13_caustic_sampling.py
[photometry files]
file_1 = ../data/photometry_files/OB03235/OB03235_OGLE.tbl.txt mag
file_2 = ../data/photometry_files/OB03235/OB03235_MOA.tbl.txt flux
[model]
methods = 2452830. VBBL 2452850.
default_method = point_source_point_lens
[other]
print models = True
plot time = 2452820. 2452860.
[fixed parameters]
s = 1.12
q = 0.0039
[EMCEE starting]
x_caustic_in = uniform 0. 1.
x_caustic_out = uniform 0. 1.
t_caustic_in = gauss 2452835.25 0.01
t_caustic_out = gauss 2452842.05 0.01
rho = gauss 0.00096 0.00005
[EMCEE]
n_walkers = 50
n_steps = 400
n_burn = 300
[EMCEE min values]
x_caustic_in = 0.
x_caustic_out = 0.
t_caustic_in = 2452834.25
t_caustic_out = 2452841.05
rho = 0.
[EMCEE max values]
x_caustic_in = 1.
x_caustic_out = 1.
t_caustic_in = 2452836.25
t_caustic_out = 2452843.05
rho = 0.002