Skip to content

How to obtain the "convolved data" array? #129

Answered by kbarbary
cosmic-nori asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't a way to obtain the convolved data array, because it is calculated "on the fly" one line at a time: the entire array is not stored in memory at any point. However, it should be the same as what you would get using scipy.signal.convolve(data, filter_kernel, mode="same"). (It may differ near the image boundaries a bit, not entirely sure).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@cosmic-nori
Comment options

Answer selected by cosmic-nori
Comment options

You must be logged in to vote
1 reply
@cosmic-nori
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants