HERA-Team / uvtools

Tools useful for the handling, visualization, and analysis of interferometric data.
MIT License
1 stars 1 forks source link

Extend utils.FFT to support 2D transforms #78

Open r-pascua opened 4 years ago

r-pascua commented 4 years ago

As of now, utils.FFT only supports Fourier transforming along a single axis. We would like to extend this to at least 2 axes, either with a thin wrapper of utils.FFT, or improved handling of parameters to allow for transforms along multiple axes.