Closed jsdillon closed 2 years ago
Base: 97.04% // Head: 97.04% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
335b83d
) compared to base (dffdef6
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR does two things.
First, it fixes a bug where auto_slope_checker fails to classify antennas with all 0s in the data because they yield nans. This classifies them as having slope zero.
Second, and more importantly, this changes the behavior of auto_rfi_checker to look for excess RFI not seen across the whole array, rather than the fraction of the band. In my experiments, I found that the previous method was having a hard time with antennas like the red one near the top here, but looking for an absolute bound on excess RFI does the trick nicely.