Skip to content

How is the RMS map calculated and why is it an error? #92

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

You must be logged in to vote

You seem to be on the right track here. To estimate the error, sep first calculates the background level for an image, and then subtracts that off. Once this is done, you should only be left with noise from the uncertainties in each pixel. sep then calculates the RMS of the residual values for each pixel after the background was removed. This RMS is an estimate of the standard deviation since the mean of the image has been removed (see e.g. https://en.wikipedia.org/wiki/Root_mean_square#Relationship_to_other_statistics).

sep estimates the background and RMS in patches across the image. By default, the patches are 64x64 pixels. It then interpolates the background and RMS values between the…

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