FFTReconstruction#

class patato.recon.fourier_transform_rec.FFTReconstruction(n_pixels: Sequence[int], field_of_view: Sequence[float], **kwargs)[source]#

Bases: ReconstructionAlgorithm

Circular FFT-based reconstruction.

Based on Python code by L. Kunyansky, University of Arizona. see: M. Eller, P. Hoskins, and L. Kunyansky Microlocally accurate solution of the inverse source problem of thermoacoustic tomography Inverse Problems 36(8), 2020, 094004

__init__(n_pixels: Sequence[int], field_of_view: Sequence[float], **kwargs)#

Methods

__init__(n_pixels, field_of_view, **kwargs)

add_child(child)

get_algorithm_name()

pre_prepare_data(x)

reconstruct(time_series, fs, geometry, ...)

run(time_series, pa_data[, speed_of_sound, ...])

static get_algorithm_name() str[source]#