Skip to content

DHR-75: Pass unpartition as a callback to HandleData and rename partition to reordered

Nimalan M requested to merge nimalan-m/wsclean:dhr-75-reorder-handle into master

Summary

  1. Add a callback function from the destructor of HandleData
  2. Pass the unpartition function as a callback to Handle and HandleData to remove it's dependency on ReorderedMSProvider
  3. Rename partition to reorder in variables and methods
Edited by Nimalan M

Merge request reports