-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path305355_Dean.py
136 lines (114 loc) · 3.46 KB
/
305355_Dean.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
def check_Q_cdw():
ext_vg = 100
total_time = 600
cyc = 1
en = 931.4318
#pol is V
sec_x_pt = 1
# yield from mv(cryo.x, 24.36)
# yield from mv(cryo.z, 15.64)
# yield from mv(cryo.t, 41)
# yield from sleep(30)
# yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th41_tth130')
yield from mv(cryo.x, 24.37)
yield from mv(cryo.z, 15.59)
yield from mv(cryo.t, 40)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th40_tth130')
yield from mv(cryo.x, 24.37)
yield from mv(cryo.z, 15.59)
yield from mv(cryo.t, 39)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th39_tth130')
yield from mv(cryo.x, 24.38)
yield from mv(cryo.z, 15.54)
yield from mv(cryo.t, 38)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th38_tth130')
yield from mv(cryo.x, 24.38)
yield from mv(cryo.z, 15.54)
yield from mv(cryo.t, 37)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th37_tth130')
yield from mv(cryo.x, 24.39)
yield from mv(cryo.z, 15.49)
yield from mv(cryo.t, 36)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th36_tth130')
yield from mv(cryo.x, 24.39)
yield from mv(cryo.z, 15.49)
yield from mv(cryo.t, 35)
yield from sleep(30)
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'LSCO_th35_tth130')
def HT_cdw():
ext_vg = 20
total_time = 600
cyc = 1
en = 931.4318
#pol is V
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg)
def LSNO_cdw():
ext_vg = 11
total_time = 600
cyc = 9
en = 853.565
#pol is V
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg)
def high_res_SCO_tth130_v3():
ext_vg = 11
total_time = 600
cyc = 6
en = 931.9
#pol is H
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'SCO_th48_tth130')
yield from mv(cryo.x, 25.852)
yield from mv(cryo.y, 60.782)
yield from mv(cryo.z, 15.88)
yield from mv(cryo.t, 53)
yield from sleep(30)
ext_vg = 11
total_time = 600
cyc = 6
en = 931.9
#pol is H
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'SCO_th53_tth130')
yield from mv(cryo.x, 25.67)
yield from mv(cryo.y, 60.782)
yield from mv(cryo.z, 15.70)
yield from mv(cryo.t, 58)
yield from sleep(30)
ext_vg = 11
total_time = 600
cyc = 6
en = 931.9
#pol is H
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'SCO_th58_tth130')
yield from mv(cryo.x, 25.48)
yield from mv(cryo.y, 60.782)
yield from mv(cryo.z, 15.60)
yield from mv(cryo.t, 63)
yield from sleep(30)
ext_vg = 11
total_time = 600
cyc = 6
en = 931.9
#pol is H
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'SCO_th63_tth130')
yield from mv(cryo.x, 25.383)
yield from mv(cryo.y, 60.782)
yield from mv(cryo.z, 15.57)
yield from mv(cryo.t, 68)
yield from sleep(30)
ext_vg = 11
total_time = 600
cyc = 9
en = 931.9
#pol is H
sec_x_pt = 5
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'SCO_th68_tth130')