The pytemscript
package provides a Python wrapper for both standard and advanced scripting
interfaces of Thermo Fisher Scientific and FEI microscopes. The functionality is
limited to the functionality of the original scripting interfaces. For detailed information
about TEM scripting see the documentation accompanying your microscope.
Within the pytemscript
package two implementations for the high level microscope interface are provided:
one for running scripts directly on the microscope PC and one to run scripts remotely over network (not yet available).
Currently the pytemscript
package requires Python 3.4 or higher. The current plan is to keep the minimum
supported Python version at 3.4, since this is the latest Python version supporting Windows XP.
This is a GPL fork of the original BSD-licensed project: https://github.com/niermann/temscript New changes and this whole product is distributed under either version 3 of the GPL License, or (at your option) any later version.
The documentation can be found at https://pytemscript.readthedocs.io
Warning
The project is still in development phase, no beta version has been released yet. Installing from sources is recommended.
Requirements:
- python >= 3.4
- comtypes
- mrcfile
- numpy
- sphinx-rtd-theme (optional, only for building documentation)
- matplotlib (optional, only for running tests)
This assumes you have connection to the internet.
Execute from the command line (assuming you have your Python interpreter in the path):
py -m pip install --upgrade pip
py -m pip install pytemscript
This assumes you have downloaded the wheels file <downloaded-wheels-file>.whl for temscript and comtypes into the current folder.
Execute from the command line (assuming you have your Python interpreter in the path:
py -m pip install numpy comtypes pytemscript --no-index --find-links .
If you want to install pytemscript from sources (you still need to download comtypes *.whl):
py -m pip install numpy comtypes --no-index --find-links .
py -m pip install -e <source_directory>
Relative to TEM V1.9 standard scripting adapter:
- Acquisition
- ApertureMechanismCollection (untested)
- AutoLoader
- BlankerShutter
- Camera
- Configuration
- Gun
- Gun1 (untested)
- Illumination
- InstrumentModeControl
- Projection
- Stage
- TemperatureControl
- UserButton(s) (no events handling)
- Vacuum
Relative to TEM V1.2 advanced scripting adapter:
- Acquisitions
- Autoloader
- EnergyFilter (untested)
- Phaseplate
- PiezoStage (untested)
- Source (untested)
- TemperatureControl
- UserDoorHatch (untested)
Copyright (c) 2012-2021 by Tore Niermann Contact: tore.niermann (at) tu-berlin.de
Copyleft 2022-2023 by Grigory Sharov Contact: gsharov (at) mrc-lmb.cam.ac.uk
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.