qumas.LensmodelWrapper.mcmc_lensmodel module

make_pandas_from_mcmc(path)[source]
modify_alpha_row(path, data, new_values)[source]

Modify the values in the ‘alpha’ row of the data list.

Parameters: data (list): The list containing the rows of data as strings. new_values (list): A list of new values to replace the current values in the ‘alpha’ row.

Returns: list: The modified list with updated ‘alpha’ row values.

make_mcmc_lensmodel(system_class, model_to_mcmc, path, rewrite=False)[source]