-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-example.json
28 lines (26 loc) · 958 Bytes
/
settings-example.json
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
{"targets":["WASP-12"],
"data_directory":"DATA/ETD/cleaned/",
"data_subscript":"_ETD_clean.txt",
"save_directory":"RESULTS/",
"planet_directory":"SYSTEM_FILES/",
"_comment1":"settings for model fitting",
"sigma_clip":1,
"fit_precession":0,
"niter":[1000000,1000000,1000000],
"burn_in":[100000,100000,100000],
"_comment2":"settings for plotting",
"pre_baseline_extension":500,
"post_baseline_extension":3000,
"plot_ylimits":[-35,30],
"diagnostic_plots":0,
"figure_params":{"figure.figsize":[12,8],
"font.family":"serif",
"xtick.direction":"in",
"ytick.direction":"in",
"axes.labelsize":17,
"axes.titlesize":18,
"xtick.labelsize":14,
"ytick.labelsize":14,
"legend.framealpha":1,
"legend.fontsize":13,
"legend.labelspacing":0.6}}