qumas.LensmodelWrapper.mcmc_lensmodel module
- 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.