Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Null Hypothesis #3

Open
mwilensky768 opened this issue Dec 14, 2018 · 0 comments
Open

Switch Null Hypothesis #3

mwilensky768 opened this issue Dec 14, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mwilensky768
Copy link
Owner

The current match filter asks if data over a specific range of frequencies match the expected noise level. If the data exceed the expected noise level, data in that range are flagged as RFI. In other words, We ask if the data match noise, not if the data match an expected RFI shape.

A match shape filter would proceed in the following way:

(1) Input a shape over a given frequency range, rather than just a frequency range.
(2) Calculate the residuals between the shape and the data.
(3) If the sum of the residuals are beneath a certain threshold, these are the data you're looking for.
(4) If the residuals are above a certain threshold, these are not the data you're looking for.

I think this will catch less RFI, but it will prevent the problem of flagging streaks every time there is a shape in the data which is not accounted for in the filter settings.

@mwilensky768 mwilensky768 added the enhancement New feature or request label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant