Skip to content

PADRE-3: MedFlagger step maintenance

Bram Veenboer requested to merge padre-3-medflagger into padre-master

A number of changes to the MedFlagger step. Some of these changes make the code (arguably) easier to read, others also improve performance:

  • Replace pointer increments with direct indexing
  • Replace casacore::Block by std::vector for tempBuf
  • Use compute_median helper function
  • Cleanup of commented (deprecated/unneeded) code
  • Add flagBaseline helper function to make flag more concise
  • Run flagging without ParallelFor when running with one thread

Merge request reports