JEOLCOM installation specifics » History » Version 9
Anchi Cheng, 10/06/2014 10:32 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 | 9 | Anchi Cheng | Developed at Northwestern University by Christian Suloway |
| 14 | 1 | Anchi Cheng | |
| 15 | 9 | Anchi Cheng | Instead of installing myami package on JEOL scope-controlling microscope, the access to JEOLCOM is only known to work through the computer controlling the digital camera, regardless of the camera manufacturer. |
| 16 | |||
| 17 | 7 | Anchi Cheng | {{include(comtypes installer)}} |
| 18 | 8 | Anchi Cheng | |
| 19 | 1 | Anchi Cheng | Please check [[Windows_Installation_All]] for important installation instruction regarding comtypes |
| 20 | 8 | Anchi Cheng | |
| 21 | 9 | Anchi Cheng | Notes from the developer: |
| 22 | 6 | Anchi Cheng | <pre> |
| 23 | There are a few conversion factor at the top of the file that may need adjustment depending on the microscope. |
||
| 24 | 1 | Anchi Cheng | </pre> |
| 25 | 4 | Anchi Cheng | |
| 26 | h2. instruments.cfg |
||
| 27 | |||
| 28 | [scope] |
||
| 29 | class: jeolcom.Jeol |
||
| 30 | cs: 4.1e-3 |
||
| 31 | |||
| 32 | h2. Testing with pyscope |
||
| 33 | |||
| 34 | In python command |
||
| 35 | <pre> |
||
| 36 | from pyscope import tecnai |
||
| 37 | t =jeolcom.Jeol() |
||
| 38 | t.getMagnification() |
||
| 39 | </pre> |
||
| 40 | 5 | Anchi Cheng | |
| 41 | You should get the current magnification at the microscope when the main viewing screen is up |