-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.yaml
113 lines (110 loc) · 2.72 KB
/
dvc.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
stages:
evaluate_database2017:
cmd: >-
python codes/produce_std2017_result.py ${params_eval2017}
deps:
- codes/produce_std2017_result.py
- codes/save_result.py
- database/data2017.json
outs:
- eval2017/:
cache: false
create_database:
cmd: >-
python codes/create_derived_database.py ${params_dbcreation}
deps:
- codes/create_derived_database.py
- database/${params_dbcreation.dbname}.json
outs:
- database/testdata.json:
cache: false
evaluate_database:
cmd: >-
python codes/produce_result.py ${params_eval}
deps:
- codes/produce_result.py
- codes/save_result.py
- database/testdata.json
- eval2017/
outs:
- results/:
cache: false
plots:
results/result_MT-1-R1-1_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: '6Li(n,a)'
results/result_MT-1-R1-2_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: '6Li(n,n)'
results/result_MT-1-R1-3_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: '10B(n,a0)'
results/result_MT-1-R1-4_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: '10B(n,a1)'
results/result_MT-1-R1-5_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: '10B(n,n)'
results/result_MT-1-R1-6_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: 'Au(n,gamma)'
results/result_MT-1-R1-7_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: 'U8(n,gamma)'
results/result_MT-1-R1-8_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: 'U5(n,f)'
results/result_MT-1-R1-9_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: 'Pu9(n,f)'
results/result_MT-1-R1-10_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'xs / xs2017'
title: 'U8(n,f)'
results/result_MT-3-R1-10-R2-8_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'ratio / ratio2017'
title: 'U8(n,f) / U5(n,f)'
results/result_MT-3-R1-9-R2-8_relto_std2017.csv:
x: ENERGY
y: POST
x_label: 'energy [MeV]'
y_label: 'ratio / ratio2017'
title: 'Pu9(n,f) / U5(n,f)'
results/result_sacs.csv:
x: POST
y: NODE
title: 'SACS and ratio of SACS'
template: bar_horizontal
results/result_sacs_corplot.png: