Ceta camera support » History » Version 2
Anchi Cheng, 04/30/2017 09:33 AM
| 1 | 1 | Anchi Cheng | h1. Ceta camera support |
|---|---|---|---|
| 2 | |||
| 3 | h2. Installation |
||
| 4 | |||
| 5 | Installation instruction is the same as Eagle, just replace the class name TIA_Eagle to TIA_Ceta |
||
| 6 | |||
| 7 | 2 | Anchi Cheng | h2. Testing with pyscope |
| 8 | |||
| 9 | In python command |
||
| 10 | <pre> |
||
| 11 | form pyscope import tia |
||
| 12 | g = tia.TIA_Ceta() |
||
| 13 | g.setExposureTime(1000) |
||
| 14 | g.getImage() |
||
| 15 | </pre> |
||
| 16 | |||
| 17 | {{include(pyscope_test_result array)}} |
||
| 18 | |||
| 19 | 1 | Anchi Cheng | h2. Using Ceta camera in Leginon |
| 20 | |||
| 21 | Leginon does not handle Gain/Dark correction for Ceta camera. It will not use Leginon-collected references even if you acquire them as it will make images worse. |
||
| 22 | |||
| 23 | Follow FEI's instruction in obtaining Gain/Dark References in the scope user interface. |
||
| 24 | |||
| 25 | Take an single exposure first in its Reference Manager Tab to make sure the intensity range is adequate. |