Project

General

Profile

Falcon Orius combo installation and setup » History » Version 2

Anchi Cheng, 08/11/2014 03:56 PM

1 1 Anchi Cheng
h1. Falcon Orius combo installation and setup
2
3
h1. Falcon/Orius combo unique installation and setup
4
5
h2. Falcon/Orius is controlled by the same computer as the microscope
6
7
Currently working configuration uses TIA and TIA Scripting to control Falcon and Gatan Digital Micrograph Scripting to control Orius.
8
9
h2. Extra Package and Installation
10
11
* Use all 32-bit version of Windows installer
12
|_.program/package|_.notes|
13
|TecnaiCCD.dll |(Should come with the microscope).|
14
|Tia.dll |(Should come with the microscope)|
15
16
{{include(comtypes installer)}}
17
18
h3. Register TecnaiCCD.dll  (It may have been registered already)
19
20
*  From the command prompt, run the following commands.  You may need to enter the full path of the dll:
21
<pre>REGSVR32 TecnaiCCD.dll</pre>
22
23
h3. Run updatecom.py
24
25
* From a command line window:
26
<pre>cd C:\python27\Lib\site-packages\pyscope
27
C:\python27\python.exe updatecom.py</pre>
28
29
* The output sould contain this output for DM scripting
30
<pre>
31
initializing Gatan CCD Camera done.
32
</pre>
33
34
and one of these outputs for TIA scripting
35
<pre>
36
initializing ES Vision 3.0 done.
37
initializing ES Vision 3.1 done.
38
</pre>
39
40
h2. instruments.cfg
41
42
{{include(Instrumentscfg_for_falcon_orius)}}
43
44
h2. Setup
45
46
* Set camera configuration to give the [[Leginon Image Orientation|standard Leginon orientation]].  For example, we need 270 degree rotation and flip around the vertical axis on FEI F20.  Note that the rotation required is different if it is installed post-GIF and/or on Krios.
47
* Set the [[Low_dose_shutter_configuration_for_Gatan_camera_in_Digital_Micrograph_program|shutter configuration in DM]] to protect the specimen when camera is not taking images.
48
* Create the folder to store the dose fractionation raw frames.  Frames are saved as unsigned 16-bit mrc image stack in K2 computer under D:\frames by default as set in the code inside pyscope/dmsem.py in the function calculateFileSavingParams.  You must create the frames directory first.  Leginon will not do that for you.  You may change where the frames are saved here but will need to make corresponding changes when setting up [[DDD_raw_frame_file_transfer|raw frame file transfer]]
49
* Setup [[DDD_raw_frame_file_transfer|raw frame file transfer]] from a network data server.
50
* Unless you want to develop your own frame alignment program.  We recommend that you [[appion:Direct_Detector_Frame_Processing|use Appion to do frame gain correction and alignment]].  These are parallelized by images so it cam almost keep up with the acquisition.
51
52
h2. Testing with pyscope
53
54
h3. Testing Orius
55
56
<pre>
57
from pyscope import tia
58
g = gatan.Gatan()
59
g.setExposureTime(100)
60
g.getImage()
61
</pre>
62
63
h3. Testing Falcon
64
65
<pre>
66
from pyscope import tia
67
g = tia.TIA_Falcon()
68
g.setExposureTime(1000)
69
g.getImage()
70
</pre>
71
72
h2. Programs to open before Leginon Client: Digital Micrograph and then TIA