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: Combine detector time constant and readout filter deconvolution #1070

Open
msilvafe opened this issue Dec 17, 2024 · 0 comments
Open

Comments

@msilvafe
Copy link
Contributor

msilvafe commented Dec 17, 2024

The filters module is made to be chainable so we can multiply the readout iir filter by the detector time constant filter then just apply one combined filter to the data. This is more efficient because it takes fewer fft/rffts. The preprocess fft_filter method needs to be updated to allow chainable filters or a specific method should be written to combine these two specific filters.

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