Actions
Setup Ceta to use Advanced TEM Scripting » History » Revision 1
Revision 1/11
| Next »
Anchi Cheng, 12/06/2019 04:23 PM
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.
Example of proper instruments.cfg for diffraction recording¶
#[camera1] #class: feicam.Falcon3 #zplane: 50 #height: 4096 #width: 4096 #[camera2] #class: feicam.Falcon3EC #zplane: 50 #height: 4096 #width: 4096 [ceta] #class: tia.TIA_Ceta class: feicam.Ceta zplane: 50 height: 4096 width: 4096
Updated by Anchi Cheng almost 5 years ago · 1 revisions