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

Add the standard deviation of the noise image to the metacal obs ".meta" #200

Open
esheldon opened this issue Nov 2, 2021 · 2 comments
Open

Comments

@esheldon
Copy link
Owner

esheldon commented Nov 2, 2021

This is useful downstream, e.g. for detection thresholds

@esheldon
Copy link
Owner Author

esheldon commented Nov 2, 2021

We might even want to correct the weight map based on this. E.g.

var = noise.var()

# if doing fixnoise
weight[:, :] = 1/(2 * var)

# if not doing fixnoise
weight[:, :] = 1/var

this could be a little noisy for small images

@esheldon
Copy link
Owner Author

esheldon commented Nov 2, 2021

Although we don't currently have a noise image available if not doing fixnoise....

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