Displaying 11 - 20 of 86

Python - Gatan

Code to compute radial-max profiles of the FFT of a live-view image in DigitalMicrograph, producing a 2D display of these profiles over time.

2022

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing a copy. This script provides a minimal template for processing data in the live view.

2022

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing a binary display. The live image is thresholded, and several morphological operations are applied to create a binary display. Then the largest contiguous bright region is found and circled. A plot of the position of the center of mass of that bright region is also updated live.

2022

DigitalMicrograph - Gatan

Command example showing how scale-bar and intensity-bar annotations are created on an image.

2020

DigitalMicrograph - Gatan

Command example showing how ImageDocument layouts are set.

2020

DigitalMicrograph - Gatan

This automation script will set the style and size of the scale-bar annotations of all currently shown images.

2020

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.

2020

DigitalMicrograph - Gatan

Command example script showing how the ImageImportTextData() command is to be used.

2020

DigitalMicrograph - Gatan

Example tool to add transparent circle markers with label at clicked-on positions.

2020

DigitalMicrograph - Gatan

Example script which holds its execution until a certain file is found at a given location. Checking is performed on the main thread at given intervals.

2020

Pages