SKA SDP Distributed Fourier Transform

This is a repository for the Dask-implemented distributed Fourier transform algorithm used for radio interferometry processing. It generates arbitrary grid chunks while minimising memory residency, data transfer and compute work.

The code is written in Python. For details of the algorithm, please refer to the “Description of the Algorithm” page.

Installation Instructions

To install the repository, use git:

git clone https://gitlab.com/ska-telescope/sdp/ska-sdp-distributed-fourier-transform.git

Please ensure you have all the dependency packages installed. T he installation is managed through poetry. Refer to their page for instructions.