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

Preprocess: Iterative Glitch + Jump Detection + HWPSS Estimation #982

Open
msilvafe opened this issue Oct 2, 2024 · 0 comments
Open

Preprocess: Iterative Glitch + Jump Detection + HWPSS Estimation #982

msilvafe opened this issue Oct 2, 2024 · 0 comments

Comments

@msilvafe
Copy link
Contributor

msilvafe commented Oct 2, 2024

We want to extend our processing to include at least one iteration of HWPSS estimation between glitch + jump detection. The idea being that the template estimation will be improved once glitches are flagged and filled and smaller glitches are more easily caught after the HWPSS is subtracted. So 1) flag the biggest glitches/jumps 2) fill them 3) estimate + subtract hwpss 4) flag + fill glitches and jumps again 5) add back in hwpss template 6) re-estimate hwpss template with the.

Currently we're not doing this because 1) we expect the HWPSS template bias is fairly small and 2) the overall processing time is slow so this was an obvious cut for now until we speed things up as raised in issue #981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant