DigitalMicrograph drift data - Plot
Python - Gatan
Replot drift-measurement data measured from stacks in Gatan Microscopy Suite as a trajectory.
LiveView linear profile
Python - Gatan
Compute ROI-based profiles over time from the LiveView image in Gatan Microscopy Suite.
Get front two images
Python - Gatan
Demonstration of accessing the two frontmost images in GMS.
Copy LinePlot display style from front image to all other LinePlots
DigitalMicrograph - Gatan
Automation script to quickly apply specific display styles (e.g., line thickness, color) to all open LinePlots based on the frontmost displayed LinePlot.
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.
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.
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.
Scale all images to a given value range
DigitalMicrograph - Gatan
This script normalizes the intensity values of all open images to a defined range [0 - max].
Sort images onto separate workspaces
DigitalMicrograph - Gatan
This automation script iterates over all currently shown images and selects them one by one. The user is asked to press either ALT or CTRL to move the shown image to one of two newly created workspaces, or SHIFT to end the script.
Calling a Command-Line command from script and showing its output
DigitalMicrograph - Gatan
The script uses the Command-Line command "ipconfig" and outputs its results into a new text window of DigitalMicrograph. The script is a useful blueprint for similar tasks that can be performed from the regular Windows Command-Line.