Actions
Testing pyscope instrument script functions¶
When something goes wrong with Leginon's communication with the TEM or camera, it is often most helpful to test the low level interface to the instrument. For example, on the FEI TEM host computer, start Python and run the following to get the current magnification:
import pyscope.fei s = pyscope.fei.Tecnai() s.getMagnification()
Updated by Anchi Cheng almost 7 years ago ยท 5 revisions