Actions
JEOLCOM installation specifics » History » Revision 6
« Previous |
Revision 6/25
(diff)
| Next »
Anchi Cheng, 07/30/2014 04:50 PM
JEOL installation specifics¶
These implementations have pyscope modules included in our repository
JEOL 1230¶
Developed at New York Structure Biology Center
Please contact David Stokes
JEOL 1400 and 3200 (and other scopes with JEOL's COM library)¶
Developed at Northwestern University
Notes from developer:
There are a few conversion factor at the top of the file that may need adjustment depending on the microscope.
Please contact Christian Suloway
instruments.cfg¶
[scope]
class: jeolcom.Jeol
cs: 4.1e-3
Testing with pyscope¶
In python command
from pyscope import tecnai t =jeolcom.Jeol() t.getMagnification()
You should get the current magnification at the microscope when the main viewing screen is up
Updated by Anchi Cheng over 10 years ago · 6 revisions