compute_av_rv_fA_prior_weights¶
- beast.physicsmodel.grid_and_prior_weights.compute_av_rv_fA_prior_weights(Av, Rv, f_A, dists, av_prior_model={'name': 'flat'}, rv_prior_model={'name': 'flat'}, fA_prior_model={'name': 'flat'})[source]¶
Computes the av, rv, f_A grid and prior weights on the BEAST model spectra grid Grid and prior weight columns updated by multiplying by the existing weights
- Parameters:
Av (vector) – A(V) values
Rv (vector) – R(V) values
f_A (vector) – f_A values
dists (vector) – distance values
av_prior_model (dict) – dict including prior model name and parameters
rv_prior_model (dict) – dict including prior model name and parameters
fA_prior_model (dict) – dict including prior model name and parameters