Camera acquisition
Python - Gatan
Example script showing different types of camera acquisition.
DigiScan acquisition
Python - Gatan
Example script staring a simple DigiScan acquisition via a parameter set. For more details on DigiScan access via scripting also refer to the DM-scripting documentation.
Microscope access
Python - Gatan
Example script basic microscope access. For further info please also refer to the DM-scripting documentation on microscope access.
Count negative pixels
Python - Gatan
Count the number of negative pixels in the front image.
Creating DM images and accessing image data
Python - Gatan
DM images can be created from Numpy arrays. DM image values can be accessed as a Numpy array.
Extracting a spectrum
Python - Gatan
Access a single spectrum from a 3D STEM SI in DigitalMicrograph. This script assumes a 3D image is frontmost on the workspace.
Create and show RGB image
Python - Gatan
This script creates 3 images in Python and utilizes a DM-script to create and show a color-overlay image. It is an example of how Hybrid scripts can be used to access functionality not (yet) available in the Python language directly. The script shows how image-labels can be used to address images across the two scripts.
Output DM Python help
Python - Gatan
Output Python commands of DigitalMicrograph. Output command-specific help.
Output version info
Python - Gatan
Output basic information of the used Python environment.