Project

General

Profile

JEOLCOM installation specifics » History » Version 6

Anchi Cheng, 07/30/2014 04:50 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 3 Anchi Cheng
h2. JEOL 1400 and 3200 (and other scopes with JEOL's COM library)
12 1 Anchi Cheng
13
Developed at Northwestern University
14
15 6 Anchi Cheng
Notes from developer:
16
<pre>
17
There are a few conversion factor at the top of the file that may need adjustment depending on the microscope.
18
</pre>
19
20 1 Anchi Cheng
Please contact Christian Suloway
21 4 Anchi Cheng
22
h2. instruments.cfg
23
24
[scope]
25
class: jeolcom.Jeol
26
cs: 4.1e-3
27
28
h2. Testing with pyscope
29
30
In python command
31
<pre>
32
from pyscope import tecnai
33
t =jeolcom.Jeol()
34
t.getMagnification()
35
</pre>
36 5 Anchi Cheng
37
You should get the current magnification at the microscope when the main viewing screen is up