-
Notifications
You must be signed in to change notification settings - Fork 0
/
304795_Dietl.py
205 lines (172 loc) · 5.91 KB
/
304795_Dietl.py
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
def energy_462_CRO_thin_LCAO_200K_v17():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_LCAO')
def energy_462_CRO_bulk_200K_v16():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_bulk')
def energy_462_CRO_thin_200K_v15():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_CRO_84K_v14():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_84K_v13():
ext_vg = 30
total_time = 600
cyc = 45
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_84K_v12():
ext_vg = 30
total_time = 600
cyc = 15
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_84K_v11():
ext_vg = 30
total_time = 600
cyc = 12
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_84K_v10():
ext_vg = 30
total_time = 600
cyc = 49
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_84K_v9():
ext_vg = 30
total_time = 600
cyc = 19
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_85K_v8():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_90K_v7():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_thin_CRO_v5():
ext_vg = 30
total_time = 600
cyc = 24
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,462.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_map_thin_CRO_v2():
ext_vg = 30
total_time = 600
cyc = 7
yield from pol_H()
E = list(np.arange(461,461.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
ext_vg = 30
total_time = 600
cyc = 18
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,464.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map_thin_film')
def energy_462_CRO():
ext_vg = 30
total_time = 600
cyc = 12
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,463,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'cleaved_crystal')
def energy_map_bulk_CRO():
ext_vg = 30
total_time = 600
cyc = 12
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(461,464.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
E = list(np.arange(461,464.5,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
def energy_462_CRO():
ext_vg = 30
total_time = 600
cyc = 12
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'E_map')
yield from pol_H()
E = list(np.arange(462,463,1.0))
for i in E:
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,i,ext_vg, 'extra_stats')