Project

General

Profile

Actions

Instrumentscfg for 22 » History » Revision 1

Revision 1/17 | Next »
Anchi Cheng, 05/10/2012 03:55 PM


cs is the coefficient of spherical aberration in meters. Find out from TEM manufacture the proper value for your tem.

zplane is a number that gives the order of camera. If a camera with low zplane value is going to acquire an image, Leginon will attempt to retract all camera at higher zplane values.

  • One computer for both tem and digital camera:
    [tem]
    class: tecnai.Tecnai
    cs: 2.0e-3
    [camera]
    class: gatan.Gatan
    zplane: 50
    
  • Sperate computers for the two instrument: configure only the instrument reside on the particular computer
    • On the computer that controls the tem:
      [tem]
      class: tecnai.Tecnai
      cs: 2.0e-3
      
    • On the computer that controls the digital camera:
      [camera]
      class: gatan.Gatan
      zplane: 50
      

Updated by Anchi Cheng over 12 years ago · 1 revisions