forked from williamjameshandley/CosmoChord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
distgeneric.ini
86 lines (64 loc) · 2.59 KB
/
distgeneric.ini
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#Params for "getdist" - for processing .txt chain information
#if you are not using .paramnames file, use these lines so parameters named by number
nparam=2
file_root = chains/test
out_root =
out_dir =
plot_data_dir = plot_data/
#If 0 assume 1 and no chain filename prefixes
chain_num =
first_chain =
exclude_chain =
#For disgarding burn-in if using raw chains
#if < 1 interpreted as a fraction of the total number of rows (0.3 ignores first 30% of lines)
ignore_rows = 0.3
#If generated chain at higher temperature can cool for computing results
cool = 1
#default settings, can also override in this file if required
DEFAULT(python/getdist/analysis_defaults.ini)
#set no_tests=T not to compute or output convergence statistics
no_tests = F
#Default chain files have columns: weight, -log(like), param1, param2, ...
#samples_are_chains = F can be used if instead the first two columns not present (assumed to be 1 and 0)
samples_are_chains = T
#settings for output of plot files
#No plot files produced if no_plots = F
no_plots = T
plot_meanlikes = F
shade_meanlikes = F
#if we only want all 2D plots agains a particular given parameter name
plot_2D_param =
#if above not set, instead plot just these combinations:
#if both zero it will plot most correlated variables
plot_2D_num = 1
plot1 = param1 param2
plot2 =
#number of sample scatter (3D) plots, colored by third parameter
#if last parameter is 0 or -1 colored by the parameter most correlated
#with one of the eigenvector directions (e.g. parallel or orthogonal to degeneracy)
num_3D_plots = 0
3D_plot1 = param1 param2 param3
#Output 2D plots for param combos with 1D marginalized plots along the diagonal
triangle_plot = T
#Uses all parameters unless triangle_params is set
triangle_params =
#Parameters to use. If not specified use all parameters which have labels.
#plot_params = param1 param2 param3
#If need to give limits on derived parameters if prior cuts off distribution where not very small
#For most parameters these are handled automatically from the input chain .ranges file
#limits[myparam]= 0 N
#compute two-tail marginalized limits irrespective of limits settings above and .ranges
#(otherwise limits are two-tail only if not near boundary)
force_twotail = F
#PCA - analysis output in file file_root.PCA
#number of parameter to do PCA for
PCA_num = 0
PCA_normparam = 1
#The parameters to use
PCA_params = 1 2 3
#L for log(x), M for log(-x), N for no log
PCA_func = LLL
#if parameter_names empty set from file_root.paramnames if it exists
#otherwise set up labels manually in this file using lab1=... etc.
parameter_names =
#params_generic.paramnames