Actions
Bug #6277
closederror resetting coma correction if the first acquisition failed due to a preset or target adjustment movement error
Status:
Closed
Priority:
Urgent
Assignee:
Category:
-
Target version:
Start date:
11/07/2018
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.4
Show in known bugs:
No
Workaround:
Description
File "/Users/acheng/myami/leginon/targetwatcher.py", line 320, in processTargetList self.processGoodTargets(good_targets) File "/Users/acheng/myami/leginon/targetwatcher.py", line 451, in processGoodTargets self.resetComaCorrection() File "/Users/acheng/myami/leginon/acquisition.py", line 988, in resetComaCorrection self.instrument.tem.BeamTilt = self.beamtilt0 AttributeError: 'Acquisition' object has no attribute 'beamtilt0'
Updated by Anchi Cheng about 6 years ago
There is a resetComaCorrection call in exception catching for failed navigation move or bad preset assignment. At that point the probe and magnification may not be in the range that beamtilt0 is correct nor should be saved. Code is changed to skip the reset part.
In case of instrument failure at an unknown point, it would be important to check the beam tilt value before start.
Actions