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

Implementing MCMC posterior for amplitude of light profiles #376

Open
GiacomoQueirolo opened this issue Oct 18, 2022 · 1 comment
Open

Comments

@GiacomoQueirolo
Copy link

During a discussion on slack with Dr. Shajib we talked about the possibility of implementing a function to obtain the MCMC posterior of the amplitude parameters for the light profiles, as it wasn't directly stored to save memory and avoid modifying the original dimension of the MCMC chain. This would be best to be done as an "a posteriori" tool, which can be called only when needed. I am eager to implement it myself, but being new to the program, any help would be greatly appreciated!

@sibirrer
Copy link
Collaborator

Thank you very much @GiacomoQueirolo for opening this issue!
If you have an idea and a wage way of implementing, you can start a pull request even if it is in very skeleton version. Check out the developer page for how to do it: https://lenstronomy.readthedocs.io/en/latest/contributing.html
Also note, that for many samplers, the chains are directly being handled and stored by the package (such as emcee etc) and you could also look in their documentation of how to potentially add other meta data to the chains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants