Project

General

Profile

Windows Myami Configuration » History » Version 9

Anchi Cheng, 11/01/2017 12:10 AM

1 1 Anchi Cheng
h1. Windows Myami Configuration
2
3
{{include(locate global config directory on Windows)}}
4
5
6
h2. Configure leginon.cfg:
7
8
Follow the instructions in [[Configure leginon.cfg|Configure leginon.cfg]] located in the section for Linux installation but note the location of the configuration files follows. In addition, if the storage disk is mapped onto the Windows PC as drive Z, this mapping should be included in leginon.cfg. See below.
9
10
* Configurations for all users and all local copy and installation of leginon (Recommended on the microscope computer since users are not expected to start the main processing here)
11
12
 <pre> <Global configuration directory>\leginon.cfg</pre>
13
14
 Example:
15 4 Anchi Cheng
 <pre> C:\Program Files\myami\leginon.cfg</pre>
16 1 Anchi Cheng
17
18
* The skeleton (default) configuration file is available at:
19
20
 <pre> C:\Python27\Lib\site-packages\leginon\leginon.cfg.template</pre>
21
22
23
h2. Configure sinedon.cfg:
24
25
Follow instruction in [[Configure sinedon.cfg]] in the section for Linux installation but note the location of the configuration files follows.
26
27
28 5 Morgan Beeby
 * (Recommended on microscope computer) For all users, put sinedon.cfg in the *global configuration directory* such as
29 4 Anchi Cheng
 <pre>C:\Program Files\myami\sinedon.cfg</pre>
30 1 Anchi Cheng
31
 * the skeleton sinedon configuration file is
32
 <pre>C:\Python27\Lib\site-packages\sinedon\examples\sinedon.cfg</pre>
33
34
h2. Configure instruments.cfg:
35
36
* A template for instruments.cfg is in the installed pyscope directory as "instruments.cfg.template".  Copy it to
37
 <pre>C:\Programs\myami\instruments.cfg</pre>
38
39
* Remove the Sim Tem and Sim Cam modules in the configuration.
40
41 6 Anchi Cheng
You need to configure this according to the instrument you have on the computer.
42
43 7 Anchi Cheng
Read below about the common information for microscope and for multiple cameras
44
45 1 Anchi Cheng
* Add the modules for your microscope and camera. 
46
** If your microscope uses Tecnai Scripting Interface, youe scope module.class is tecnai.Tecnai
47 3 Anchi Cheng
** If you have Direct Electron camera DE12, your camera module.class is de.DE12
48 1 Anchi Cheng
** If you have a Gatan camera running on the microscope computer that you interface through DigitalMicrograph, your camera module.class is gatan.Gatan
49
** If you have a Gatan K2 Summit running on its only 64-bit computer, your camera module is dmsem and three cameras are added.  See [[Gatan K2 Installation Notes]]
50
** If you have a Tietz camera, there are several choices for the "class" field.  Run the tietztest.py script that comes in pyscope to tell you your available options.
51
52
{{include(instruments.cfg for 2.2)}}
53
54
The file contains other examples of microscope and camera drivers that we distribute from NRAMM.
55 2 Anchi Cheng
56
______
57
58 9 Anchi Cheng
[[Windows_Installation_All|< Installation]] |  [[installation on the microscope computer 30|Additional installation specific to the microscope >]]
59 2 Anchi Cheng
60
61
______