Skip to content

PADRE-2: Added alternative AntennaFlagger based on aartfaac-tools

Bram Veenboer requested to merge padre-2-antennaflagger into padre-master

This is a follow-up MR to !667 (merged) where we integrated the flagging functionality of this Python script into AntennaFlagger the form of high-performance (albeit sequential) C++ code. In its current state, AntennaFlagger is intended to replace all the separate calls (e.g. to aoquality, aoflagger, a Python script and DP3) by a single DP3 step. This is not only much simpler, but also much faster.

The C++ flagging code was originally developed as part of this, but for the sake of integrating it into DP3, it was copied into the DP3 repository and refactored according to the review comments raised in !667 (merged).

Edited by Bram Veenboer

Merge request reports