Project

General

Profile

JEOLCOM installation specifics » History » Version 21

Anchi Cheng, 11/07/2015 07:53 PM

1 1 Anchi Cheng
h1. JEOL installation specifics
2
3 2 Anchi Cheng
These implementations have pyscope modules included in our repository
4
5 1 Anchi Cheng
h2. JEOL 1230
6
7
Developed at New York Structure Biology Center
8 2 Anchi Cheng
9
Please contact David Stokes
10 1 Anchi Cheng
11 21 Anchi Cheng
h2. JEOL 1400, 2100, 3100 and 3200 (and other scopes with JEOL's COM library)
12 1 Anchi Cheng
13 13 Anchi Cheng
Developed originally at Northwestern University by Christian Suloway
14 1 Anchi Cheng
15 10 Anchi Cheng
h3. Install 32-bit version of myami package on the associated camera computer
16
17 12 Anchi Cheng
* Instead of installing myami package on JEOL scope-controlling PC, the access to JEOLCOM usually work through the computer controlling the digital camera, regardless of the camera manufacturer.
18 10 Anchi Cheng
19 1 Anchi Cheng
* In addition, probably because of the way JEOLCOM works, the installation is limited to 32-bit version.
20 12 Anchi Cheng
21
h3. Alternatively, install myami package on JEOL scope-controlling microscope
22
23
* This is only possible if this PC has TEMExternal3 installed and if it is on the same secured network as Leginon processing and database server.
24
25
See [[JEOL External3 setup]]
26 9 Anchi Cheng
27 7 Anchi Cheng
{{include(comtypes installer)}}
28 8 Anchi Cheng
29 1 Anchi Cheng
Please check [[Windows_Installation_All]] for important installation instruction regarding comtypes
30 8 Anchi Cheng
31 13 Anchi Cheng
h2. jeol.cfg
32
33
jeol.cfg records some instrument specific parameters that are required to convert the COM output to SI units that Leginon depends on as well as standard focus values needed for initializing defocus reference.
34
35
See [[Setup and Calibration for jeol.cfg]]
36 4 Anchi Cheng
37
h2. instruments.cfg
38
39
[scope]
40
class: jeolcom.Jeol
41
cs: 4.1e-3
42
43
h2. Testing with pyscope
44
45
In python command
46
<pre>
47 1 Anchi Cheng
from pyscope import jeolcom
48 15 Neil Voss
t =jeolcom.Jeol()
49 4 Anchi Cheng
t.getMagnification()
50
</pre>
51 1 Anchi Cheng
52 20 Anchi Cheng
You should get the current magnification at the microscope at the film camera position
53 1 Anchi Cheng
54
h2. Leginon Calibration specifics
55
56 20 Anchi Cheng
h3. Refining scales in jeol.cfg
57
58
Unfortunately, Leginon's targeting relies on fairly good scale values in jeol.cfg.  If you have low confidence on these initial estimate, we recommend doing some iterations of the following:
59
# STAGE_SCALE in jeol.cfg is the most accurate.  You should do Leginon stage position calibration first against it.
60
# During the calibration, you may find that pixel error is large at low magnifications.  You may want to refine pixel size, if the error is consistently off to the same value and that these pixel size were obtained roughly through extrapolation.
61
# Use the refined pixel size to calibrate image shift coil.  If pixelsize error is large (> 40%), you may want to adjust jeol.cfg IMAGESHIFT_SCALE
62
# Test and repeat these steps
63
64
* Note that reproducibility and accuracy of stage movement becomes small at high magnification. but it will be easier to obtain accurate pixel size.
65
66
h3. Image Beam Compensation calibration
67
68 16 Anchi Cheng
JEM scopes do not have a high level function we can access through scripting to move image shift without affecting beam location.  Therefore, any Leginon node that uses IMAGE SHIFT move type should be changed to BEAM-IMAGE SHIFT.
69
70
This affects calibration procedure in two ways:
71 19 Anchi Cheng
* Image Shift should be calibrated at smaller shift distance if the beam moves too much to affect correlation.
72 20 Anchi Cheng
* [[Image Beam Compensation Calibration]] at mid and high mags (i.e. mags for hl and fa,fc,en,ef) is required to perform the compensation
73 17 Anchi Cheng
74 18 Anchi Cheng
h2. Custom Lens Programs
75
76
Note: This part requires microscopy knowledge.  If you are a system admin, ask your local microscopist.
77
78
h3. sq preset magnification
79
80
For Leginon to function efficiently, it is highly desirable to have sq preset in Mag1 mode as the energizing/de-energizing of the objective lens is very slow.  If the image acquired in standard Mag1 mode does not give large enough area to accommodate error in repeated targeting or covers too few holes, it may be a good idea to design and request a custom lens program that replaces an unused MAG1 magnification (typically the lowest one).  For example, we have made such program replacing MAG1 1500x on JEM3200FSC @ NYSBC that gave us effective magnification of 750x. The lens program should be designed to energize objective lens and with balance of projection system to minimize distortion.  Rotation of the image is o.k.
81
82
h3. lower intensity of the beam for very low magnification (such as gr) preset
83
84
For Gatan K2 camera installed on JEM microscope, the beam may to too intense at the low end of the magnification for grid atlas collection.  While the camera is designed to protect itself when the beam is strong by retracting, it may not realize the problem when grid bar of the em grid reduces the average value.  It is worth asking your local service engineer to make a lens program that has lower CL1 value.  We replaced our spot 5 value with such a custom value.
85
86 17 Anchi Cheng
h2. [[Leginon Operation  for JEM scopes]]