PSims / BayesEoR

Code to estimate the power spectrum of redshifted 21-cm emission from interferometric observations, within a Bayesian forward modelling framework.
https://bayeseor.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add class for plotting sampler output #13

Closed jburba closed 7 months ago

jburba commented 7 months ago

Adds a class (bayeseor.utils.analyze_data.DataContainer) for reading/analyzing the sampler outputs from BayesEoR. Also updates the documentation (docs/usage.rst) to support the new class with more information on running BayesEoR and what the outputs from analyzing the test dataset should look like using example code with the new class (test_data/test_data_results.png).

I started working on this class a while ago in bayeseor.posterior.analyze but deleted that file and moved it to bayeseor.utils instead.