Falcon-Orius Combination Installation Notes » History » Version 8
  Anchi Cheng, 07/20/2014 04:19 PM 
  
| 1 | 1 | Anchi Cheng | h1. Falcon-Orius Combination Installation Notes  | 
|---|---|---|---|
| 2 | 2 | Anchi Cheng | |
| 3 | 3 | Anchi Cheng | h2. Install 32 bit versions of the usual Python stuff at python 2.7  | 
| 4 | |||
| 5 | 2 | Anchi Cheng | h2. Instruments.cfg  | 
| 6 | |||
| 7 | 7 | Anchi Cheng | {{include(Instrumentscfg_for_falcon_orius)}} | 
| 8 | 4 | Anchi Cheng | |
| 9 | 5 | Anchi Cheng | h2. Setup  | 
| 10 | |||
| 11 | * Set camera configuration to give the [[Leginon Image Orientation|standard Leginon orientation]].  | 
||
| 12 | |||
| 13 | h2. Testing with pyscope  | 
||
| 14 | |||
| 15 | h2. Trouble shooting ( DO these tests on the camera computer):  | 
||
| 16 | |||
| 17 | h3. For Falcon camera:  | 
||
| 18 | |||
| 19 | In python command  | 
||
| 20 | <pre>  | 
||
| 21 | form pyscope import tia  | 
||
| 22 | g = tia.TIA_Falcon()  | 
||
| 23 | g.setExposureTime(200)  | 
||
| 24 | g.getImage()  | 
||
| 25 | </pre>  | 
||
| 26 | |||
| 27 | You should get a bunch of numbers in a numpy array. Also, a window should show up in TIA's acquisition gui with the name pyscope  | 
||
| 28 | |||
| 29 | h3. For Orius (controlled through Gatan DM:  | 
||
| 30 | |||
| 31 | In python command  | 
||
| 32 | <pre>  | 
||
| 33 | form pyscope import tia  | 
||
| 34 | g = gatan.Gatan()  | 
||
| 35 | g.setExposureTime(200)  | 
||
| 36 | g.getImage()  | 
||
| 37 | </pre>  | 
||
| 38 | |||
| 39 | You should get a bunch of numbers in a numpy array.  | 
||
| 40 | |||
| 41 | |||
| 42 | 6 | Anchi Cheng | h2. Programs to open before Leginon Client: Gatan DM and TIA.  |