polyTEM.image.fft.subplot_mini¶
- polyTEM.image.fft.subplot_mini(image, fft_raw, I_vs_th, title='', dx=1.924, save_fig='')¶
Plots stack of figures to describe nano-FFT extraction process. From left to right, the following figures are plot: real space nano-image, raw FFT, and filtered FFT.
Written by Camila
- Parameters:
image – real-space image
fft_raw – calculated FFT
fft_masked – FFT multiplied with bandpass filter
title – optional title for first subplot
dx – image resolution in Angstrom/pixel
save_fig – filename in case user wants to save plot