polyTEM.image.fft.ifft¶
- polyTEM.image.fft.ifft(ffts: list, outshape, processor, centered_input=False, real_only=False)¶
- Parameters:
ffts – list object. if only one, then it should be treated as the total, complex fft. Otherwise, list should be [real, imag] components of fft
processor – which processor to use
centered_input – boolean which handles whether the fft is centered or not
real_only – boolean which handles whether to output real or complex image.
- Returns:
array-like. type depends on input processor
- Return type:
img