Project

General

Profile

Falcon-Orius Combination Installation Notes » History » Version 7

Anchi Cheng, 07/20/2014 04:18 PM

1 1 Anchi Cheng
h1. Falcon-Orius Combination Installation Notes
2 2 Anchi Cheng
3 3 Anchi Cheng
h2. Install 32 bit versions of the usual Python stuff at python 2.7
4
5 2 Anchi Cheng
h2. Instruments.cfg
6
7 7 Anchi Cheng
{{include(Instrumentscfg_for_falcon_orius)}}
8 4 Anchi Cheng
9
* Note that the class name for Gatan DM controlled camera depends on the number of cameras.  Ask us if you have more than one and need to find out which is which.
10 5 Anchi Cheng
11
h2. Setup
12
13
* Set camera configuration to give the [[Leginon Image Orientation|standard Leginon orientation]].
14
15
h2. Testing with pyscope
16
17
h2. Trouble shooting ( DO these tests on the camera computer):
18
19
h3. For Falcon camera:
20
21
In python command
22
<pre>
23
form pyscope import tia
24
g = tia.TIA_Falcon()
25
g.setExposureTime(200)
26
g.getImage()
27
</pre>
28
29
You should get a bunch of numbers in a numpy array.  Also, a window should show up in TIA's acquisition gui with the name pyscope
30
31
h3. For Orius (controlled through Gatan DM:
32
33
In python command
34
<pre>
35
form pyscope import tia
36
g = gatan.Gatan()
37
g.setExposureTime(200)
38
g.getImage()
39
</pre>
40
41
You should get a bunch of numbers in a numpy array.
42
43
44 6 Anchi Cheng
h2. Programs to open before Leginon Client: Gatan DM and TIA.