Project

General

Profile

Windows Myami Configuration » History » Version 2

Anchi Cheng, 10/31/2013 08:47 PM

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
 <pre> C:\Programs\myami\leginon.cfg</pre>
16
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
 * (Recommanded on microscope computer) For all users, put sinedon.cfg in the *global configuration directory* such as
29
 <pre>C:\Programs\myami\sinedon.cfg</pre>
30
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
* Add the modules for your microscope and camera. 
42
** If you have Direct Electron camera DE12, your camera module.class is de.DE12
43
** If your microscope uses Tecnai Scripting Interface, youe scope module.class is tecnai.Tecnai
44
** If you have a Gatan camera running on the microscope computer that you interface through DigitalMicrograph, your camera module.class is gatan.Gatan
45
** 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]]
46
** 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.
47
48
{{include(instruments.cfg for 2.2)}}
49
50
The file contains other examples of microscope and camera drivers that we distribute from NRAMM.
51 2 Anchi Cheng
52
______
53
54
[[Windows_Installation_All|< Installation]] | [[Windows_Setup_After_Software_Installation| Additional Setup >]]
55
56
57
______