Process all images on a workspace
DigitalMicrograph - Gatan
This automation script applies a processing method to all currently open images. The script is easily modified to perform different tasks on all currently open images.
Process all DM files in a folder and its subfolders
DigitalMicrograph - Gatan
Automation script for batch processing specific files from a folder structure. The script can be easily modified to perform different tasks.
Process 2D in-situ datasets
Python - Gatan
Process in-situ camera or in-situ STEM imaging datasets in DigitalMicrograph. The script handles several in-situ file formats used by DigitalMicrograph and produces results that are automatically synced with the original data when played back in DigitalMicrograph. The script supports custom processing of each frame by modifying a frame processing function.
Print all image documents with an optional frame
DigitalMicrograph - Gatan
This automation script will print all currently shown images in page mode using the default printer setting. The script will optionally add a rectangular border to the page.
PMT time series for MonoCL3 and MonoCL4 systems
DigitalMicrograph - Gatan
Generates an intensity profile as a function of time using the cps value displayed in the MonoCL Control palette. Useful for measuring beam-induced changes in the specimen emission intensity.
Output version info
Python - Gatan
Output basic information of the used Python environment.
Output DM Python help
Python - Gatan
Output Python commands of DigitalMicrograph. Output command-specific help.
Monitor a value over time
DigitalMicrograph - Gatan
This example script monitors a value and plots it in regular intervals, creating a growing LinePlot. The script is a template that can easily be modified to create time-logging of any script-accessible value.