tomodrgn.fft.ifft3_center#
- ifft3_center(possibly_batched_vols: ndarray) ndarray [source]#
Batch-vectorized 3-D inverse DFT of even-sized volume(s) as numpy array Note: numpy promotes input dtype np.float32 to output dtype np.complex128
- Parameters:
possibly_batched_vols – np.ndarray of volumes DFT, shape ([N], D, D, D)
- Returns:
np.ndarray of volumes, shape ([N], D, D, D)