## Add JEOL microscope support via PyJEM I am interested in exploring PyJEM and adding functionality for JEOL microscopes in `asyncroscopy`. Useful links: - Reference repo: https://github.com/PyJEM/PyJEM - https://www.jeolusa.com/PRODUCTS/Transmission-Electron-Microscopes-TEM/Analytical-Data-Optimization/PyJEM - Also some notes by Dave Mitchell - http://dmscripting.com/pyjem.html - Nice video by Bart - https://www.youtube.com/watch?v=2vADBNv-am4 ### Microscope of interest - JEOL JEM-F200 JEOL product page: https://www.jeol.com/products/scientific/tem/JEM-F200.php ### Proposed pathway - [x] Explore the PyJEM repository and available API functionality. - [x] Get PyJEM working locally, independent of `asyncroscopy`. - [ ] Identify the commands needed for the internal acquisition helpers in `JeolMicroscope.py`. - [ ] Implement `JeolMicroscope` by inheriting from the base `Microscope` class. - [ ] Write a user-facing notebook demonstrating basic usage. - [ ] Write or extend tests for the new JEOL microscope functionality.
Add JEOL microscope support via PyJEM
I am interested in exploring PyJEM and adding functionality for JEOL microscopes in
asyncroscopy.Useful links:
Microscope of interest
JEOL product page: https://www.jeol.com/products/scientific/tem/JEM-F200.php
Proposed pathway
asyncroscopy.JeolMicroscope.py.JeolMicroscopeby inheriting from the baseMicroscopeclass.