tomodrgn.fft.iht3_center#

iht3_center(possibly_batched_vols: ndarray) ndarray[source]#

Batch-vectorized 3-D inverse DHT 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 DHT, shape ([N], D, D, D)

Returns:

np.ndarray of volumes, shape ([N], D, D, D)