realfastvla / rfpipe

Fast radio interferometric transient search pipeline

Home Page:https://realfastvla.github.io/rfpipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move flagging into rfpipe and test suite

caseyjlaw opened this issue · comments

rtpipe flagging is currently imported by rfpipe. Need to bring it in and write functions that use numba.guvectorize approach for parallelism.
Also need to test for overflagging (a.k.a. FRB olympics).

Done. flagging_olympics.py is a pytest suite that covers cpu and gpu algorithms for simulated and FRB data.