Eagle camera installation and setup » History » Version 1
Anchi Cheng, 02/04/2014 11:32 AM
| 1 | 1 | Anchi Cheng | h1. TIA-controlled camera (FEI Eagle, FEI Falcon) |
|---|---|---|---|
| 2 | |||
| 3 | h2. Extra Package and Installation |
||
| 4 | |||
| 5 | |_.program/package|_.notes| |
||
| 6 | |Tia.dll |(Should come with the microscope)| |
||
| 7 | |||
| 8 | {{include(comtypes installer)}} |
||
| 9 | |||
| 10 | h3. Run updatecom.py |
||
| 11 | |||
| 12 | * From a command line window: |
||
| 13 | <pre>cd C:\python27\Lib\site-packages\pyscope |
||
| 14 | C:\python27\python.exe updatecom.py</pre> |
||
| 15 | |||
| 16 | * The output sould contain this output |
||
| 17 | <pre> |
||
| 18 | initializing ES Vision 3.0 done. |
||
| 19 | </pre> |
||
| 20 | |||
| 21 | h2. instruments.cfg |
||
| 22 | |||
| 23 | Eagle: |
||
| 24 | <pre> |
||
| 25 | [camera] |
||
| 26 | class: tia.TIA |
||
| 27 | zplane: 50 |
||
| 28 | height: 4096 |
||
| 29 | width: 4096 |
||
| 30 | </pre> |
||
| 31 | |||
| 32 | Falcon |
||
| 33 | <pre> |
||
| 34 | [camera] |
||
| 35 | class: tia.TIA |
||
| 36 | zplane: 50 |
||
| 37 | height: 4096 |
||
| 38 | width: 4096 |
||
| 39 | </pre> |
||
| 40 | |||
| 41 | h2. Setup |
||
| 42 | |||
| 43 | * Set camera configuration to give the [[Leginon Image Orientation|standard Leginon orientation]]. |
||
| 44 | |||
| 45 | h2. Testing with pyscope |
||
| 46 | |||
| 47 | h2. Trouble shooting |
||
| 48 | |||
| 49 | In python command |
||
| 50 | <pre> |
||
| 51 | form pyscope import tia |
||
| 52 | g = tia.TIA() |
||
| 53 | g.setExposureTime(200) |
||
| 54 | g.getImage() |
||
| 55 | </pre> |
||
| 56 | |||
| 57 | You should get a bunch of numbers in a numpy array. |
||
| 58 | |||
| 59 | h2. Programs to open before Leginon Client: TIA. |