Project

General

Profile

Windows Myami Configuration » History » Revision 4

Revision 3 (Anchi Cheng, 11/08/2013 11:48 AM) → Revision 4/10 (Anchi Cheng, 02/21/2014 01:47 PM)

h1. Windows Myami Configuration 

 {{include(locate global config directory on Windows)}} 


 h2. Configure leginon.cfg: 

 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. 

 * 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) 

  <pre> <Global configuration directory>\leginon.cfg</pre> 

  Example: 
  <pre> C:\Program Files\myami\leginon.cfg</pre> C:\Programs\myami\leginon.cfg</pre> 


 * The skeleton (default) configuration file is available at: 

  <pre> C:\Python27\Lib\site-packages\leginon\leginon.cfg.template</pre> 


 h2. Configure sinedon.cfg: 

 Follow instruction in [[Configure sinedon.cfg]] in the section for Linux installation but note the location of the configuration files follows. 


  * (Recommanded on microscope computer) For all users, put sinedon.cfg in the *global configuration directory* such as 
  <pre>C:\Program Files\myami\sinedon.cfg</pre> <pre>C:\Programs\myami\sinedon.cfg</pre> 

  * the skeleton sinedon configuration file is 
  <pre>C:\Python27\Lib\site-packages\sinedon\examples\sinedon.cfg</pre> 

 h2. Configure instruments.cfg: 

 * A template for instruments.cfg is in the installed pyscope directory as "instruments.cfg.template".    Copy it to 
  <pre>C:\Programs\myami\instruments.cfg</pre> 

 * Remove the Sim Tem and Sim Cam modules in the configuration. 

 * Add the modules for your microscope and camera.  
 ** If your microscope uses Tecnai Scripting Interface, youe scope module.class is tecnai.Tecnai 
 ** If you have Direct Electron camera DE12, your camera module.class is de.DE12 
 ** If you have a Gatan camera running on the microscope computer that you interface through DigitalMicrograph, your camera module.class is gatan.Gatan 
 ** 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]] 
 ** 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. 

 {{include(instruments.cfg for 2.2)}} 

 The file contains other examples of microscope and camera drivers that we distribute from NRAMM. 

 ______ 

 [[Windows_Installation_All|< Installation]] | [[Windows_Setup_After_Software_Installation| Additional Setup >]] 


 ______