Project

General

Profile

JEOL 1230 installation specifics » History » Revision 2

Revision 1 (Anchi Cheng, 03/12/2016 01:12 AM) → Revision 2/3 (Anchi Cheng, 03/12/2016 01:15 AM)

h1. JEOL 1230 installation specifics 

 Implementation for using Leginon on JEOL1230 is developed at New York Structural Biology Center directed by David Stokes 

 The communication is through Serial Port using jeol1230.py and jeol1230lib.py included in Leginon's pyscope subpackage. 

 There is only one case of installation.    Without original instruction, please contact Leginon team if trying this. 

 h3. Install 32-bit version of myami package on the associated camera computer 

 * Instead of installing myami package on JEOL scope-controlling PC, the access to JEOLCOM usually work through the computer controlling the digital camera, regardless of the camera manufacturer. 

 * In addition, the installation is limited to 32-bit version. 

 h2. instruments.cfg 

 [scope] 
 class: jeol1230.Jeol1230 
 cs: 2e-3 

 h2. Testing with pyscope 

 In python command 
 <pre> 
 from pyscope import jeol1230 
 t =jeol1230.Jeol1230() 
 t.getMagnification() 
 </pre> 

 You should get the current magnification at the microscope at the film camera position 

 h2. Calibration 

 We do not know if additional calibration is required.    The scale calibration done with JEOLCOM scopes is hard coded at the moment.    Let us know if it does not work.