Displaying 1 - 10 of 86

Python - Gatan

Compute radial-max profiles of either the FFTs of HRTEM images or diffraction patterns over time. You can compute profiles from the 2D live-view image in DigitalMicrograph or in-situ 2D image data played back via the In-Situ Player. The result is a single 2D display of these profiles over time, with time as one dimension and radius as the other. Profiles are computed as often as possible.

2024

Python - Gatan

Compute radial-max profiles from an in-situ dataset in DigitalMicrograph. The data can be HRTEM images (from which the FFT will be computed) or diffraction patterns over time. The primary result is a single 2D display of these profiles over time, with time as one dimension and radius as the other. The script also generates an automatically synced in-situ dataset of the 1D radial profiles.

2024

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.

2024

Python - Gatan

Produce a colorful map of crystalline regions from a 4D STEM dataset open in DigitalMicrograph using a simple algorithm that finds the location and intensity of the maximum pixel in each pattern. While the result looks like an orientation map, it does not perform proper orientation mapping.

2024

Python - Gatan

Produce a series of colorful maps of crystalline regions from an in-situ 4D STEM dataset open in DigitalMicrograph. This uses a simple algorithm that finds the location and intensity of the maximum pixel in each pattern. The resulting in-situ video of color maps automatically syncs with the original data in DigitalMicrograph. While the results look like orientation maps, the script does not perform proper orientation mapping.

2024

DigitalMicrograph - Gatan

Script to measure and display the total dose rate (in millions of electrons per second) on the camera. Run this script with the live view frontmost in DigitalMicrograph and press the Spacebar key to stop it.

2023

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing a series of maps of crystalline regions in real-time. It computes a grid of small FFTs from each image. It then treats this grid similar to a 4D STEM data cube, where it finds the brightest spot in each FFT and displays its orientation and intensity as an updating color map.

2022

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing a difference image. Two exponentially weighted moving averages are computed, and the absolute value of the difference between them is returned.

2022

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing an FFT-like display. A grid of small FFTs is computed from the image, and then rather than averaging the FFTs together, the maximum across all FFTs is taken pixel-by-pixel.

2022

Python - Gatan

Code to process the live-view image in DigitalMicrograph, producing a new filtered display. A median and/or Gaussian blur can be applied.

2022

Pages