Display as HSB
DigitalMicrograph - Gatan
Display complex image as color encoded HSB image (phase = color, modulus = brightness).
DigitalMicrograph drift data - Plot
Python - Gatan
Replot drift-measurement data measured from stacks in DigitalMicrograph as a trajectory.
DigitalMicrograph drift data - Interpolate
Python - Gatan
Interpolate drift-measurement data measured from stacks in DigitalMicrograph.
DigitalMicrograph drift data - Fit
Python - Gatan
Fit or filter drift-measurement data measured from stacks in DigitalMicrograph.
DigiScan acquisition
Python - Gatan
Example script starting a simple DigiScan acquisition via a parameter set. For more details on DigiScan access via scripting also refer to the DM-scripting documentation.
Crystal
DigitalMicrograph - Gatan
Produce an image resembling a noisy TEM image of a crystal with x-rays.
Crop image to selection
DigitalMicrograph - Gatan
Crop 2D or 3D image based on selection and displayed slices.(demonstrate data extraction).
Crop image center
Python - Gatan
Crop an image to a specified size. Only the data is copied.
Creating DigitalMicrograph images and accessing image data
Python - Gatan
DigitalMicrograph images can be created from Numpy arrays. DigitalMicrograph image values can be accessed as a Numpy array.
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.