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

Fix error propagation in xBinnedPolarizationCube.convolve() #604

Open
lucabaldini opened this issue Sep 21, 2022 · 0 comments
Open

Fix error propagation in xBinnedPolarizationCube.convolve() #604

lucabaldini opened this issue Sep 21, 2022 · 0 comments
Assignees

Comments

@lucabaldini
Copy link
Owner

Niccolo` Bucciantini pointed out that what’s currently being done is only appropriate for un-normalized binary kernels (i.e., for rebinning).

The proposal is:

U -> scipy.signal.convolve2d(U, kernel)
U_ERR -> numpy.sqrt(scipy.signal.convolve2d(U_ERR^2, kernel^2))

Original url: https://bitbucket.org/ixpesw/ixpeobssim/issues/604
Created on 2022-05-25T14:25:55.668204+00:00

@lucabaldini lucabaldini self-assigned this Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant