-
Notifications
You must be signed in to change notification settings - Fork 1
/
flake8_output.txt
289 lines (289 loc) · 68.2 KB
/
flake8_output.txt
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
./startup/00-startup.py:5:116: E501 line too long (117 > 115 characters)
./startup/00-startup.py:6:1: E402 module level import not at top of file
./startup/00-startup.py:6:1: F403 'from sst_hw.gatevalves import *' used; unable to detect undefined names
./startup/00-startup.py:7:1: E402 module level import not at top of file
./startup/00-startup.py:7:1: F403 'from sst_hw.shutters import *' used; unable to detect undefined names
./startup/00-startup.py:8:1: E402 module level import not at top of file
./startup/00-startup.py:8:1: F403 'from sst_hw.vacuum import *' used; unable to detect undefined names
./startup/00-startup.py:9:1: E402 module level import not at top of file
./startup/00-startup.py:9:1: F403 'from sst_hw.motors import *' used; unable to detect undefined names
./startup/00-startup.py:10:1: E402 module level import not at top of file
./startup/00-startup.py:10:1: F403 'from sst_hw.mirrors import *' used; unable to detect undefined names
./startup/00-startup.py:11:1: E402 module level import not at top of file
./startup/00-startup.py:11:1: F403 'from sst_hw.diode import *' used; unable to detect undefined names
./startup/00-startup.py:12:1: E402 module level import not at top of file
./startup/00-startup.py:12:1: F403 'from sst_hw.energy import *' used; unable to detect undefined names
./startup/00-startup.py:15:1: E402 module level import not at top of file
./startup/00-startup.py:15:1: F403 'from sst_base.archiver import *' used; unable to detect undefined names
./startup/00-startup.py:18:1: E402 module level import not at top of file
./startup/00-startup.py:18:1: F403 'from rsoxs.startup import *' used; unable to detect undefined names
./startup/00-startup.py:21:1: E402 module level import not at top of file
./startup/00-startup.py:21:1: F403 'from rsoxs.HW.motors import *' used; unable to detect undefined names
./startup/00-startup.py:22:1: E402 module level import not at top of file
./startup/00-startup.py:22:1: F403 'from rsoxs.HW.cameras import *' used; unable to detect undefined names
./startup/00-startup.py:23:1: E402 module level import not at top of file
./startup/00-startup.py:23:1: F403 'from rsoxs.HW.signals import *' used; unable to detect undefined names
./startup/00-startup.py:24:1: E402 module level import not at top of file
./startup/00-startup.py:24:1: F403 'from rsoxs.HW.detectors import *' used; unable to detect undefined names
./startup/00-startup.py:25:1: E402 module level import not at top of file
./startup/00-startup.py:25:1: F403 'from rsoxs.HW.slits import *' used; unable to detect undefined names
./startup/00-startup.py:26:1: E402 module level import not at top of file
./startup/00-startup.py:26:1: F403 'from rsoxs.HW.syringepump import *' used; unable to detect undefined names
./startup/00-startup.py:27:1: E402 module level import not at top of file
./startup/00-startup.py:27:1: F403 'from rsoxs.HW.energy import *' used; unable to detect undefined names
./startup/00-startup.py:30:1: E402 module level import not at top of file
./startup/00-startup.py:30:1: F403 'from rsoxs.Functions.alignment import *' used; unable to detect undefined names
./startup/00-startup.py:31:1: E402 module level import not at top of file
./startup/00-startup.py:31:1: F403 'from rsoxs.Functions.common_procedures import *' used; unable to detect undefined names
./startup/00-startup.py:32:1: E402 module level import not at top of file
./startup/00-startup.py:32:1: F403 'from rsoxs.Functions.configurations import *' used; unable to detect undefined names
./startup/00-startup.py:33:1: E402 module level import not at top of file
./startup/00-startup.py:33:1: F403 'from rsoxs.Functions.schemas import *' used; unable to detect undefined names
./startup/00-startup.py:34:1: E402 module level import not at top of file
./startup/00-startup.py:34:1: F403 'from rsoxs.Functions.PVdictionary import *' used; unable to detect undefined names
./startup/00-startup.py:35:1: E402 module level import not at top of file
./startup/00-startup.py:35:1: F403 'from rsoxs.Functions.energyscancore import *' used; unable to detect undefined names
./startup/00-startup.py:36:1: E402 module level import not at top of file
./startup/00-startup.py:36:1: F403 'from rsoxs.Functions.energyscans import *' used; unable to detect undefined names
./startup/00-startup.py:37:1: E402 module level import not at top of file
./startup/00-startup.py:37:1: F403 'from rsoxs.Functions.NEXAFSscans import *' used; unable to detect undefined names
./startup/00-startup.py:38:1: E402 module level import not at top of file
./startup/00-startup.py:38:1: F401 'rsoxs.HW.slackbot.rsoxs_bot' imported but unused
./startup/00-startup.py:39:1: E402 module level import not at top of file
./startup/00-startup.py:39:1: F403 'from rsoxs.Functions.acquisitions import *' used; unable to detect undefined names
./startup/00-startup.py:40:1: E402 module level import not at top of file
./startup/00-startup.py:40:1: F403 'from rsoxs.Functions.sample_spreadsheets import *' used; unable to detect undefined names
./startup/00-startup.py:52:5: F403 'from rsoxs.Functions.magics import *' used; unable to detect undefined names
./startup/00-startup.py:54:5: F405 'user' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:55:5: F405 'beamline_status' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:60:1: F405 'sd' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:62:9: F405 'sam_viewer' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:63:9: F405 'sam_X' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:64:9: F405 'sam_Y' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:65:9: F405 'sam_Z' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:66:9: F405 'sam_Th' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:67:9: F405 'BeamStopS' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:68:9: F405 'BeamStopW' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:69:9: F405 'Det_S' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:70:9: F405 'Det_W' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:71:9: F405 'Shutter_Y' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:72:9: F405 'Izero_Y' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:73:9: F405 'Izero_ds' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:74:9: F405 'grating' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:75:9: F405 'mirror2' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:76:9: F405 'slits1' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:77:9: F405 'slits2' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:78:9: F405 'slits3' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:79:9: F405 'en' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:80:9: F405 'ring_current' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:81:9: F405 'Beamstop_WAXS' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:82:9: F405 'Beamstop_SAXS' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:83:9: F405 'Izero_Diode' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:84:9: F405 'Izero_Mesh' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:85:9: F405 'Slit1_Top_I' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:86:9: F405 'Slit1_IB_I' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:87:9: F405 'DM4_PD' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:88:9: F405 'mir1_pressure' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:89:9: F405 'rsoxs_ccg_izero' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:90:9: F405 'rsoxs_pg_izero' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:91:9: F405 'rsoxs_ccg_main' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:92:9: F405 'rsoxs_pg_main' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:93:9: F405 'rsoxs_ccg_ll' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:94:9: F405 'rsoxs_pg_ll' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:95:9: F405 'rsoxs_ll_gpwr' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:96:9: F405 'psh1' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:97:9: F405 'psh4' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:98:9: F405 'psh10' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:99:9: F405 'psh7' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:100:9: F405 'gv14' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:101:9: F405 'gv14a' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:102:9: F405 'gv15' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:103:9: F405 'gv26' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:104:9: F405 'gv27' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:105:9: F405 'gv27a' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:106:9: F405 'gv28' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:107:9: F405 'gvTEM' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:108:9: F405 'gvll' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:109:9: F405 'gvturbo' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:110:9: F405 'mir1' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:111:9: F405 'mir3' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:112:9: F405 'mir4' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:113:9: F405 'mir2_type' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:119:1: F405 'sd' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:121:9: F405 'Shutter_control' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:122:9: F405 'mono_en' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:123:9: F405 'ring_current' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:124:9: F405 'Beamstop_WAXS' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:125:9: F405 'Beamstop_SAXS' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:126:9: F405 'Izero_Mesh' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:127:9: F405 'Sample_TEY' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:133:1: F405 'RE' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:133:25: F405 'dark_frame_preprocessor_waxs' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:134:1: F405 'RE' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:134:25: F405 'dark_frame_preprocessor_saxs' may be undefined, or defined from star imports: sst_base.archiver, sst_hw.diode, sst_hw.energy, sst_hw.gatevalves, sst_hw.mirrors, sst_hw.motors, sst_hw.shutters, sst_hw.vacuum, rsoxs.Functions.NEXAFSscans, rsoxs.Functions.PVdictionary, rsoxs.Functions.acquisitions, rsoxs.Functions.alignment, rsoxs.Functions.common_procedures, rsoxs.Functions.configurations, rsoxs.Functions.energyscancore, rsoxs.Functions.energyscans, rsoxs.Functions.magics, rsoxs.Functions.sample_spreadsheets, rsoxs.Functions.schemas, rsoxs.HW.cameras, rsoxs.HW.detectors, rsoxs.HW.energy, rsoxs.HW.motors, rsoxs.HW.signals, rsoxs.HW.slits, rsoxs.HW.syringepump, rsoxs.startup
./startup/00-startup.py:138:1: E402 module level import not at top of file
./startup/00-startup.py:138:1: F403 'from rsoxs.HW.contingencies import *' used; unable to detect undefined names
./startup/00-startup.py:138:1: F401 'rsoxs.HW.contingencies.*' imported but unused
./startup/SST/HW/energy.py:449:5: F841 local variable 'enval' is assigned to but never used
./startup/SST/Base/motors.py:183:9: E722 do not use bare 'except'
./startup/SST/Base/motors.py:190:21: E722 do not use bare 'except'
./startup/SST/CommonFunctions/gGrEqns.py:7:1: E265 block comment should start with '# '
./startup/SST/CommonFunctions/gGrEqns.py:12:31: W291 trailing whitespace
./startup/SST/CommonFunctions/gGrEqns.py:133:5: E722 do not use bare 'except'
./startup/SST/CommonFunctions/gGrEqns.py:156:5: E722 do not use bare 'except'
./startup/SST/CommonFunctions/gGrEqns.py:297:5: E266 too many leading '#' for block comment
./startup/SST/CommonFunctions/gGrEqns.py:298:5: E266 too many leading '#' for block comment
./startup/SST/RSoXS/startup.py:5:1: F401 'appdirs' imported but unused
./startup/SST/RSoXS/startup.py:15:1: E266 too many leading '#' for block comment
./startup/SST/RSoXS/startup.py:26:10: F821 undefined name 'get_ipython'
./startup/SST/RSoXS/startup.py:27:10: F821 undefined name 'get_ipython'
./startup/SST/RSoXS/startup.py:136:1: E402 module level import not at top of file
./startup/SST/RSoXS/startup.py:136:1: F811 redefinition of unused 'msgpack' from line 52
./startup/SST/RSoXS/startup.py:136:1: F811 redefinition of unused 'msgpack_numpy' from line 53
./startup/SST/RSoXS/startup.py:136:23: E401 multiple imports on one line
./startup/SST/RSoXS/startup.py:234:1: E302 expected 2 blank lines, found 1
./startup/SST/RSoXS/startup.py:250:1: E402 module level import not at top of file
./startup/SST/RSoXS/startup.py:255:1: E402 module level import not at top of file
./startup/SST/RSoXS/startup.py:260:1: E402 module level import not at top of file
./startup/SST/RSoXS/startup.py:261:1: E402 module level import not at top of file
./startup/SST/RSoXS/startup.py:261:1: F401 'bluesky.log' imported but unused
./startup/SST/RSoXS/startup.py:270:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/NEXAFSscans.py:2:1: F401 '..HW.energy.en' imported but unused
./startup/SST/RSoXS/Functions/NEXAFSscans.py:3:1: F401 '..HW.signals.Beamstop_SAXS' imported but unused
./startup/SST/RSoXS/Functions/NEXAFSscans.py:3:1: F401 '..HW.signals.Beamstop_WAXS' imported but unused
./startup/SST/RSoXS/Functions/NEXAFSscans.py:30:116: E501 line too long (117 > 115 characters)
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_ca_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_carbon_calcium_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_carbon_scan_nonaromatic' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_fluorine_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_nitrogen_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.full_oxygen_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_calcium_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_nitrogen_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_oxygen_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_sulfurl_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_zincl_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_carbon_scan_nonaromatic' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.short_fluorine_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.survey_scan_highenergy' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.very_short_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.very_short_oxygen_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.veryshort_fluorine_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.survey_scan_lowenergy' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.survey_scan_veryhighenergy' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.survey_scan_verylowenergy' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.sufficient_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.picky_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.t_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.cdsaxs_scan' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.custom_rsoxs_scan' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.focused_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:1:1: F401 '.energyscans.g_carbon_scan_nd' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Oxygen_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Nitrogen_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Fluorine_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Boron_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fixed_pol_rotate_sample_nexafs' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fixed_sample_rotate_pol_list_nexafs' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fixed_sample_rotate_pol_nexafs' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Calcium_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_Carbon_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_SiliconK_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_SiliconL_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.fly_SulfurL_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.full_Carbon_NEXAFS' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:32:1: F401 '.NEXAFSscans.normal_incidence_rotate_pol_nexafs' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:48:1: F401 '.alignment.load_sample' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:48:1: F401 '.alignment.load_configuration' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:48:1: F401 '.alignment.spiralsearch' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:48:1: F401 '.alignment.spiraldata' imported but unused
./startup/SST/RSoXS/Functions/rsoxs_queue_plans.py:48:1: F401 '.alignment.spiralsearchwaxs' imported but unused
./startup/SST/RSoXS/Functions/energyscancore.py:23:1: F401 'copy.deepcopy' imported but unused
./startup/SST/RSoXS/Functions/energyscancore.py:32:1: F401 '...HW.energy.Mono_Scan_Stop' imported but unused
./startup/SST/RSoXS/Functions/energyscancore.py:40:1: F401 '..HW.detectors.waxs_det' imported but unused
./startup/SST/RSoXS/Functions/energyscancore.py:42:1: F401 '..Functions.alignment.sample' imported but unused
./startup/SST/RSoXS/Functions/energyscancore.py:87:5: F841 local variable 'motors' is assigned to but never used
./startup/SST/RSoXS/Functions/energyscancore.py:210:116: E501 line too long (117 > 115 characters)
./startup/SST/RSoXS/Functions/energyscancore.py:276:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/energyscancore.py:413:1: E266 too many leading '#' for block comment
./startup/SST/RSoXS/Functions/alignment.py:179:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:183:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:187:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:191:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:199:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:203:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:209:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:420:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:428:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:434:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:440:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:446:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:450:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:454:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:460:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:464:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:470:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:474:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:478:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:482:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:491:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:498:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:502:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:506:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:510:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:516:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:520:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:526:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:531:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:534:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:539:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:557:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:560:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:567:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:575:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:583:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:595:8: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:599:9: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:600:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:650:116: E501 line too long (118 > 115 characters)
./startup/SST/RSoXS/Functions/alignment.py:722:16: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:724:16: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:726:16: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:728:16: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:984:9: F841 local variable 'image' is assigned to but never used
./startup/SST/RSoXS/Functions/alignment.py:985:116: E501 line too long (117 > 115 characters)
./startup/SST/RSoXS/Functions/alignment.py:1058:116: E501 line too long (120 > 115 characters)
./startup/SST/RSoXS/Functions/alignment.py:1086:18: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:1093:18: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/alignment.py:1142:39: E203 whitespace before ':'
./startup/SST/RSoXS/Functions/alignment.py:1198:1: F811 redefinition of unused 'offset_bar' from line 719
./startup/SST/RSoXS/Functions/alignment.py:1272:9: F841 local variable 'y_image_offset_back' is assigned to but never used
./startup/SST/RSoXS/Functions/alignment.py:1495:116: E501 line too long (116 > 115 characters)
./startup/SST/RSoXS/Functions/alignment.py:1497:116: E501 line too long (116 > 115 characters)
./startup/SST/RSoXS/Functions/contingencies.py:6:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/contingencies.py:7:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/contingencies.py:8:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/contingencies.py:9:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/contingencies.py:10:1: E402 module level import not at top of file
./startup/SST/RSoXS/Functions/contingencies.py:26:26: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/contingencies.py:123:116: E501 line too long (139 > 115 characters)
./startup/SST/RSoXS/Functions/energyscans.py:2:1: F401 'bluesky.plan_stubs as bps' imported but unused
./startup/SST/RSoXS/Functions/energyscans.py:16:14: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/common_procedures.py:539:11: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/sample_spreadsheets.py:113:14: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./startup/SST/RSoXS/Functions/magics.py:133:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:147:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:157:1: E266 too many leading '#' for block comment
./startup/SST/RSoXS/Functions/magics.py:190:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:204:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:259:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:273:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:287:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:301:5: E722 do not use bare 'except'
./startup/SST/RSoXS/Functions/magics.py:359:6: F821 undefined name 'get_ipython'
./startup/SST/RSoXS/Base/detectors.py:315:1: E402 module level import not at top of file
./startup/SST/RSoXS/Base/detectors.py:316:1: E402 module level import not at top of file
./startup/SST/RSoXS/Base/detectors.py:317:1: E402 module level import not at top of file
./startup/SST/RSoXS/Base/detectors.py:318:1: E402 module level import not at top of file