Project

General

Profile

Actions

JEOL 1230 installation specifics » History » Revision 1

Revision 1/3 | Next »
Anchi Cheng, 03/12/2016 01:12 AM


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.

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.

instruments.cfg

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

Testing with pyscope

In python command

from pyscope import jeol1230
t =jeol1230.Jeol1230()
t.getMagnification()

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

Updated by Anchi Cheng over 8 years ago · 1 revisions