JEOLCOM installation specifics » History » Version 4
Anchi Cheng, 07/29/2014 09:09 PM
| 1 | 1 | Anchi Cheng | h1. JEOL installation specifics |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Anchi Cheng | These implementations have pyscope modules included in our repository |
| 4 | |||
| 5 | 1 | Anchi Cheng | h2. JEOL 1230 |
| 6 | |||
| 7 | Developed at New York Structure Biology Center |
||
| 8 | 2 | Anchi Cheng | |
| 9 | Please contact David Stokes |
||
| 10 | 1 | Anchi Cheng | |
| 11 | 3 | Anchi Cheng | h2. JEOL 1400 and 3200 (and other scopes with JEOL's COM library) |
| 12 | 1 | Anchi Cheng | |
| 13 | Developed at Northwestern University |
||
| 14 | |||
| 15 | Please contact Christian Suloway |
||
| 16 | 4 | Anchi Cheng | |
| 17 | h2. instruments.cfg |
||
| 18 | |||
| 19 | [scope] |
||
| 20 | class: jeolcom.Jeol |
||
| 21 | cs: 4.1e-3 |
||
| 22 | |||
| 23 | h2. Testing with pyscope |
||
| 24 | |||
| 25 | In python command |
||
| 26 | <pre> |
||
| 27 | from pyscope import tecnai |
||
| 28 | t =jeolcom.Jeol() |
||
| 29 | t.getMagnification() |
||
| 30 | </pre> |