MWATelescope / mwa_hyperdrive

Calibration software for the Murchison Widefield Array (MWA) radio telescope
https://MWATelescope.github.io/mwa_hyperdrive
Mozilla Public License 2.0
92 stars 4 forks source link

Add ability to "chunk" calibration work #9

Open cjordan opened 2 years ago

cjordan commented 2 years ago

hyperdrive does check if it's able to allocate the biggest arrays it needs for memory, but otherwise assumes everything is fine. There is no way to specify a maximum amount of memory or how many chunks to do the calibration over.

The hardest part is probably altering vis writing code to allow rows to be re-written.