Displaying 11 - 20 of 31

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

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 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

Compute radial-max profiles over time from the FFT of in-situ video datasets in Gatan Microscopy Suite.

2020

Python - Gatan

Demonstration of accessing the two frontmost images in GMS.

2020

Python - Gatan

Example use of FindImage by name.

2020

Python - Gatan

Example use of FindImage by name.

2020

Python - Gatan

Example use of FindImage by ID. This script gets the chronologically last image. It works because image IDs are incremented whenever new memory is allocated.

2020

Python - Gatan

Access a single spectrum from a 3D STEM SI in DigitalMicrograph. This script assumes a 3D image is frontmost on the workspace.

2019

Pages