PADRE-3: MedFlagger step maintenance
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
bystd::vector
fortempBuf
- Use
compute_median
helper function - Cleanup of commented (deprecated/unneeded) code
- Add
flagBaseline
helper function to makeflag
more concise - Run flagging without
ParallelFor
when running with one thread