-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.ini
More file actions
38 lines (35 loc) · 844 Bytes
/
Copy pathexample.ini
File metadata and controls
38 lines (35 loc) · 844 Bytes
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
# Pipeline configuration for reconstructing the CE evolution of WD binaries, example.ini for SDSS J141126.20+200911.1
[binary]
# name of this stage
stage_name = WD_reconstruction
# log file for this stage
log_file = WDBinaries_reconstruction.log
# units of solar masses
m_wd = 0.53
sigma_mwd = 0.03
m_bd = 0.05
sigma_mbd = 0.002
# units of days
p_obs = 0.0845
# units of solar radii
r_wd = 0.0142
sigma_rwd = 0.0006
r_bd = 0.072
sigma_rbd = 0.004
a_obs = 0.68
sigma_a_obs = 0.01
# units of Myr
t_cool = 260
sigma_tcool = 20
[paths]
output_csv = results/grid_results.csv
chain_csv = results/chain.csv
walkers_plot = results/walkers.png
corner_plot = results/corner.png
evolution_plot = results/best_fit_evolution.png
derived_csv = results/derived_parameters.csv
[mcmc]
n_burnin = 2000
n_steps = 10000
t_max_plot = 10000.0
t_max_age = 10000.0