ratt-ru / pfb-imaging

Preconditioned forward/backward clean algorithm
MIT License
6 stars 5 forks source link

Parallelise uv-density computation (compute_counts) over row #79

Closed landmanbester closed 1 year ago

landmanbester commented 1 year ago

Currently the uv-density computation is only paralllised over imaging band using dask. This means that it can be very slow for very large single band images. This operation can be parallised over row by duplicating the grid and performing a reduction at the cost of an increased memory footprint

landmanbester commented 1 year ago

Added in https://github.com/ratt-ru/pfb-clean/pull/80