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 pre sampled reference posteriors #16

Closed
Justinezgh opened this issue Feb 8, 2023 · 1 comment
Closed

Add pre sampled reference posteriors #16

Justinezgh opened this issue Feb 8, 2023 · 1 comment

Comments

@Justinezgh
Copy link
Collaborator

@dlanzieri we have functions to compute reference posteriors but running mcmcs can be very long. Do we want to pre run mcmcs and save the chains in the data folder for specific cases like the one corresponding to lsst year 1 or year 10 for instance? It can be accessed through the functions if we use the following names:

"posterior_power_spectrum__{}N_{}ms_{}gpa_{}se.npy".format(N, map_size, gals_per_arcmin2, sigma_e)
"posterior_power_spectrum__{}N_{}ms_{}gpa_{}se.npy".format(N, map_size, gals_per_arcmin2, sigma_e)
"m_data__{}N_{}ms_{}gpa_{}se.npy".format(N, map_size, gals_per_arcmin2, sigma_e)
@dlanzieri
Copy link
Collaborator

@Justinezgh I think it would be very useful, but maybe not now. We are using only a toy model for the simulator, to produce scientific results we want to refine the simulator (for example using the correct shift parameters).

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

2 participants