Actions
Testing pyscope instrument » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Jim Pulokas, 08/27/2013 03:34 PM
Testing pyscope instrument script functions¶
When something goes wrong with Leginon communicating with the TEM or camera, it is often most helpful to test the low level interface to the instrument. For example, on the TEM host computer, start Python and run the following to get the current magnification:
import pyscope.tecnai s = pyscope.tecnai.Tecnai() s.getMagnification()
Updated by Jim Pulokas about 11 years ago · 3 revisions