Project

General

Profile

How to Update from v30 (Instrument Windows Computer) » History » Version 1

Anchi Cheng, 08/12/2014 05:21 PM

1 1 Anchi Cheng
h1. How to Update from v30 (Instrument Windows Computer)
2
3
The changes to v3.1 DOES require upgrade at the microscope and camera computers.
4
5
See [[Installation Troubleshooting]] and  "Leginon Bulletin Board":http://emg.nysbc.org/projects/leginon/boards  searching
6
for "install" if you run into problems.
7
8
h2. copy the old config files to the global location if you still use local files
9
10
{{include(locate global config directory on Windows)}}
11
12
|_config file_|likely location in 3.0 installation if not in your home directory|
13
|sinedon.cfg|C:\\python27\Lib\site-packages\sinedon\|
14
|leginon.cfg|C:\\python27\Lib\site-packages\leginon\config\|
15
|instruments.cfg|C:\\python27\Lib\site-packages\pyscope\|
16
17
h2. Enter Tietz PXL camera imaging size in instruments.cfg if needed in this format:
18
19
<pre>
20
[camera]
21
tietz.TietzPXL
22
zplane:10
23
height: 2048
24
width: 2048
25
</pre>
26
27
h2. About [[TEM Scripting Beam Tilt Calibration]]
28
29
* If you have done [[TEM_Scripting Beam Tilt Calibration]] and have changed the scale factor in tecnai.py, you should copy the value to your new installation.
30
31
h2. Gatan K2 Summit camera
32
33
Check and modify pyscope/dmsem.py for new configuration needed for the camera to indicate its DM version, orientation, and file saving location.
34
35
<pre>
36
# DM Version
37
DM_VERSION = '2.30.542.0'
38
# the value in DM camera config
39
K2_CONFIG_FLIP = True
40
# multiple of 90 degrees (i.e. put 1 if 90 degrees, 3 if 270 degrees)
41
K2_CONFIG_ROTATE = 3
42
# raw frame base directory. Use '\\' as path separator
43
RAW_FRAME_DIR = 'D:\\frames\\'
44
</pre>
45
______
46
47
[[How_to_Update_from_v22_(Linux)|< How to Update from v2.2 (Linux) ]] 
48
49
50
______