Project

General

Profile

Actions

FEI TecnaiTitan installation specifics » History » Revision 6

« Previous | Revision 6/27 (diff) | Next »
Anchi Cheng, 11/08/2013 01:01 PM


FEI TecnaiTitan installation specifics

Extra Package and Installation

TEM Scripting or Tecnai Scripting Request this when purchasing the microscope Required
TomMoniker Scripting Should come with TEM Scripting Required
Low Dose Server Library Should come with the microscope if low dose kit was purchased Required only if you want to use low dose kit with Leginon's Manual Application

Run updatecom.py

  • From a command line window:
    cd C:\python27\Lib\site-packages\pyscope
    C:\python27\python.exe updatecom.py
  • The output sould contain
    initializing TOM Moniker done.
    

    and EITHER ONE of these outputs. The other one would get an error which you can ignore.
    initializing TEM Scripting done.
    initializing Tecnai Scripting done.
    

instruments.cfg

[TEM]
class: tecnai.Tecnai
cs: 2.0e-3

cs is constant for sperical abberation

Testing with pyscope

In python command

form pyscope import tecnai
t = tecnai.Tecnai()
t.getMagnification()

You should get the current magnification at the microscope when the main viewing screen is up

Programs to open before Leginon Client: None

Updated by Anchi Cheng over 10 years ago · 6 revisions