Project

General

Profile

JEOL setup » History » Revision 2

Revision 1 (Neil Voss, 03/02/2012 11:50 AM) → Revision 2/10 (Neil Voss, 03/02/2012 11:50 AM)

h1. JEOL setup 

 h2. h3. instruments.cfg 

 <pre> 
 [TEM] 
 class: jeol1230.jeol1230 
 </pre> 

 h2. Testing pyscope instrument script functions 

 On the instrument host of the instrument, a TEM host that uses Tecnai class, for example, you can launch python command line window and try to create an instance of the instrument and then call a function such as getMagnifications in that like this: 

 <pre> 
 import pyscope.registry 
 s = pyscope.registry.getClass('Tecnai')() 
 s.getMagnifications() 
 </pre>