Skip to content

Draft: Dask improvements for Low RFI simulations

Tim Cornwell requested to merge SIM-726-dask_improvements into master

Brings a number of improvements needed to ensure that the LOW RFI sims scale properly:

  • Remove imaging steps from Dask graphs, to be replaced by rascil-imager runs
  • Remove waterfall plots from Dask graphs
  • Remove visibility grouping since it did not bring any benefit
  • Only add noise once :)
  • Partial cleanup of unused variables
  • Removal of commented code.
  • Added rascil-imager to shell scripts
  • Added SLURM file to run rfi_sim.sh on P3
  • Added rfi_sim_test.sh for small test cases to be run on a laptop
Edited by Tim Cornwell

Merge request reports