Expand description
FFT-based UV-plane beam convolution.
This is a port of racs_tools.convolve_uv.convolve and racs_tools.gaussft.gaussft.
The “robust” mode is implemented: the FT of the convolving Gaussian is computed
analytically at each UV point (no kernel image needed), which handles NaNs gracefully.
Structs§
Enums§
Functions§
- convolve_
uv - Convolve
imagefromold_beamtonew_beamin the UV plane. - fftfreq
- numpy-compatible
fftfreq(n, d). - gaussft
- Compute the UV-plane filter that deconvolves
old_beamand re-convolves withnew_beam. Direct port ofracs_tools.gaussft.gaussft.