ja-vazquez / SimpleMC

Updated version of a simple MCMC code for cosmological parameter estimation where only expansion history matters.
GNU General Public License v2.0
21 stars 14 forks source link

Creating a GUI for SimpleMC #13

Closed camarman closed 3 years ago

camarman commented 3 years ago

In summary, I have tried to create a GUI for the SimpleMC.

In this process, I am reading values from the GUI and then writing them into a file called baseConfigGUI.ini

I have tried to overwrite the paramDefs.py file. For this reason, I have added the base parameters in the GUI (which can be read from write_paramDefs.py). However, the program gives me an error saying I need to add more parameters to the GUI. This can lead to a bad design since I cannot represent and ask the user to enter all parameters for just one model.

This implementation only works for the LCDM model and mcmc sampler for testing purposes. I can continue to improve the GUI and expand the features.

Note: I am working on Windows 10, but I hope this program also works for Linux. Here are two pages from the GUI

main page secondary page