Skip to content

How does the matched filter work? #91

Answered by kboone
mapfiable asked this question in Q&A
Discussion options

You must be logged in to vote

The derivation of the matched filter formula can be found on the sep readthedocs page or on wikipedia. The final filter that we use in sep is the second to last equation on the sep readthedocs page. If the uncertainty is the same for each pixel, then this formula simplifies to the one that you are referring to, i.e. a convolution with the kernel.

The derived equation is valid for any covariance matrix, although we currently only support covariance matrices in sep where all of the pixels have independent noise (i.e. the covariance matrix only has terms on the diagonal). In source extractor, they make a further assumption that the noise for each pixel is the same. This is oftentimes what yo…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mapfiable
Comment options

@kboone
Comment options

@mapfiable
Comment options

@kboone
Comment options

Answer selected by mapfiable
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