Closed tyler-a-cox closed 2 years ago
Base: 97.04% // Head: 97.04% // No change to project coverage :thumbsup:
Coverage data is based on head (
e973da1
) compared to base (ec14f8e
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
By default,
xrfi.dpss_flagger
currently uses a cache to store intermediate filtering matrices, which speed up flagging. These matrices can get quite large, and if flagging patterns are different from antenna to antenna, the memory requirement of these functions could be high. By default, I've set the cache matrix toNone
inant_class.auto_rfi_flagger
andxrfi.dpss_flagger
to decrease the memory requirement of those functions. Adding a cache does improve the performance ofant_class.auto_rfi_flagger
though.