Project

General

Profile

Running get beamtiltscalepy » History » Version 1

Anchi Cheng, 11/10/2015 04:50 PM

1 1 Anchi Cheng
h1. Running get_beamtiltscale.py
2
3
h2. Material
4
5
#  Gold-shadowed diffraction grating replica for TEM calibration such as Ted Pella's prodoct !#606 or !#607.
6
7
* If such a grid with Gold coating is not available, other material that produces known spacing diffraction in sub-nm range can be used.  However, the gold <111> spacing 0.236e-9 meters used in *get_beamtilt_scale.py* need to be replaced.
8
  
9
h2. Procedures
10
11
* Do this calibration at one of the high tension values you plan to use Leginon at.
12
13
# Insert the specimen holder with the grid in the microscope
14
# From microscope-controlling PC, navigate to the installed myami/pyscope directory.  Most likely *C:\\Python27\Lib\site-packages\pyscope*
15
# Find the python file *get_beamtilt_scale.py*
16
# If non-gold grid is used, modify the spacing value with a plain-text editor at the line
17
<pre>
18
gold_diffraction = wavelength/0.236e-9
19
</pre>
20
# Start the script by double-left click on it.
21
# Follow the instruction to determine the scale factor.
22
# At the end of the script, the beam should be tilted back to the center and the script window closed.  If the window does not close, force it to close should not cause any problem.