-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigplot.yaml
47 lines (38 loc) · 976 Bytes
/
configplot.yaml
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
43
44
45
# This config file is used by:
# configplot.py
# run_plotting_scripts.py
# plot_mcmc_results.py
# calc_logps_sims.py
# posterior_draws.py
# plots.py
# it is separate from config.yaml and config.py because there are
# times when you'd like to analyze results from a model run while
# a different model is running
# identifiers to locate mcmc results
samplename: 'p5866'
section_id: '5866001'
ndr: 200000
nch: 4
# nrstep should be 1 unless you want to plot thinned mcmc data, which plots every nrstep sample.
nrstep: 1
# number of random draws to take from posterior distributions to solve the forward model
num_posterior_draws: 4000
# output directory name
output_postprocess_dir: 'postprocess_out'
# axis limits for plots
ab_pairlim: [-0.02, 0.02]
alims:
pr_po: [0, 0.05]
post: [0, 0.03]
blims:
pr_po: [0, 0.05]
post: [0, 0.03]
Dclims:
pr_po: [-10, 200]
post: [-10, 200]
mu0lims:
pr_po: [0, 1]
post: [0.52, 0.56]
slims:
pr_po: [0, 1]
post: [0, 1]