quickBayes.utils.general

Functions

get_background_function(BG_type)

A simple function for getting the BG type :param BG_type: string of the BG type :return the BG function

update_guess(params, func)

Get an updated list of guesses, using the known params :param params: the known parameters :param func: the fitting function :return a list of updated guesses (keeps values from fit)