Project

General

Profile

Setup Ceta to use Advanced TEM Scripting » History » Revision 3

Revision 2 (Anchi Cheng, 12/06/2019 04:26 PM) → Revision 3/11 (Anchi Cheng, 12/06/2019 04:27 PM)

h1. Setup Ceta to use Advanced TEM Scripting 

 At this point, only one camera can be controlled through Advanced TEM Scripting.    If the system has both Falcon and Ceta camera, Falcon camera has to be removed from instruments.cfg and Ceta camera should use feicam rather than tia python module in instruments.cfg. 

 h2. Example of proper instruments.cfg for diffraction recording 

 The exact module name (cetacam (camera1,camera2,cetacam in this example) is not important.    They just need to be unique. Class name needs to be exact match to the actual class. 

 <pre> 
 #[camera1] 
 #class: feicam.Falcon3 
 #zplane: 50 
 #height: 4096 
 #width: 4096 
 #[camera2] 
 #class: feicam.Falcon3EC 
 #zplane: 50 
 #height: 4096 
 #width: 4096 
 [cetacam] 
 #class: tia.TIA_Ceta 
 class: feicam.Ceta 
 zplane: 50 
 height: 4096 
 width: 4096 
 </pre>